lmb-freiburg / flownet2

FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
https://lmb.informatik.uni-freiburg.de/Publications/2017/IMKDB17/
Other
1k stars 318 forks source link

compiling: recipe get_image_size.bin' failed #111

Closed buemi closed 6 years ago

buemi commented 6 years ago

Hi all, I receive the following compilation error _recipe for target '.build_release/tools/get_imagesize.bin' failed when I launch the command $ make -j 5 all tools pycaffe

on my workstation with GPU (cuda 8.0) with Ubuntu 16.04. I also receive many warning about libcaffe.so (something like /libcaffe.so: undefined reference to ...) I don't understand what is the origin of this error. Do you have any idea?

I copy and paste the whole log. Thank you in advance for any suggestion.

_$ make -j 5 all tools pycaffe examples/mnist examples/cifar10 examples/cpp_classification examples/siamese include/google/protobuf include/google/protobuf/compiler matlab/+caffe/private python/caffe src/caffe src/caffe/proto src/caffe/test src/caffe/solvers src/caffe/layers src/caffe/util src/caffe/build/CMakeFiles/3.5.1/CompilerIdCXX src/gtest tools CXX src/caffe/data_transformer.cpp CXX src/caffe/layers/imgwriter_layer.cpp CXX src/caffe/layers/pfmwriter_layer.cpp CXX src/caffe/layers/data_augmentation_layer.cpp CXX src/caffe/layers/mean_layer.cpp CXX src/caffe/layers/disparity_data_layer.cpp CXX src/caffe/layers/image_data_layer.cpp CXX src/caffe/layers/channel_norm_layer.cpp CXX src/caffe/layers/flowriter_layer.cpp CXX src/caffe/layers/imgreader_layer.cpp src/caffe/layers/channel_norm_layer.cpp: In instantiation of \u2018void caffe::ChannelNormLayer::Reshape(const std::vector<caffe::Blob>&, const std::vector<caffe::Blob>&) [with Dtype = float]\u2019: src/caffe/layers/channel_norm_layer.cpp:193:1: required from here src/caffe/layers/channel_norm_layer.cpp:34:13: warning: unused variable \u2018channels\u2019 [-Wunused-variable] const int channels = bottom[0]->channels(); ^ src/caffe/layers/channel_norm_layer.cpp: In instantiation of \u2018void caffe::ChannelNormLayer::Reshape(const std::vector<caffe::Blob>&, const std::vector<caffe::Blob>&) [with Dtype = double]\u2019: src/caffe/layers/channel_norm_layer.cpp:193:1: required from here src/caffe/layers/channel_norm_layer.cpp:34:13: warning: unused variable \u2018channels\u2019 [-Wunused-variable] CXX src/caffe/layers/flow_augmentation_layer.cpp CXX src/caffe/layers/floatwriter_layer.cpp CXX src/caffe/layers/augmentation_layer_base.cpp CXX src/caffe/layers/flow_warp_layer.cpp CXX src/caffe/layers/window_data_layer.cpp CXX src/caffe/layers/floatreader_layer.cpp CXX src/caffe/layers/generate_augmentation_parameters_layer.cpp CXX src/caffe/layers/custom_data_layer.cpp CXX src/caffe/util/math_functions.cpp src/caffe/layers/flow_warp_layer.cpp: In instantiation of \u2018void caffe::FlowWarpLayer::Backward_cpu(const std::vector<caffe::Blob>&, const std::vector&, const std::vector<caffe::Blob>&) [with Dtype = float]\u2019: src/caffe/layers/flow_warp_layer.cpp:259:1: required from here src/caffe/layers/flow_warp_layer.cpp:130:18: warning: unused variable \u2018warped_data\u2019 [-Wunused-variable] const Dtype warped_data = top[0]->cpu_data(); // dest ^ src/caffe/layers/flow_warp_layer.cpp: In instantiation of \u2018void caffe::FlowWarpLayer::Backward_cpu(const std::vector<caffe::Blob>&, const std::vector&, const std::vector<caffe::Blob*>&) [with Dtype = double]\u2019: src/caffe/layers/flow_warp_layer.cpp:259:1: required from here src/caffe/layers/flow_warp_layer.cpp:130:18: warning: unused variable \u2018warped_data\u2019 [-Wunused-variable] CXX src/caffe/util/rng.cpp CXX src/caffe/common.cpp NVCC src/caffe/layers/black_augmentation_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). AR -o .build_release/lib/libcaffe.a LD -o .build_release/lib/libcaffe.so.1.0.0-rc3 CXX/LD -o .build_release/tools/caffe.bin CXX/LD -o .build_release/tools/upgrade_net_proto_text.bin CXX/LD -o .build_release/tools/extract_features.bin CXX/LD -o .build_release/tools/convert_imageset.bin CXX/LD -o .build_release/tools/get_image_size.bin .build_release/tools/upgrade_net_proto_text.o: In function main': upgrade_net_proto_text.cpp:(.text.startup+0x116): undefined reference tocaffe::NetParameter::NetParameter()' upgrade_net_proto_text.cpp:(.text.startup+0x200): undefined reference to caffe::NetParameter::~NetParameter()' upgrade_net_proto_text.cpp:(.text.startup+0x39c): undefined reference tocaffe::NetParameter::~NetParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::CoeffScheduleParameter::CopyFrom(caffe::CoeffScheduleParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::ThresholdParameter::CopyFrom(caffe::ThresholdParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::SoftmaxParameter::SoftmaxParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::DataParameter::CopyFrom(caffe::DataParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::PReLUParameter::PReLUParameter(caffe::PReLUParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::WindowDataParameter::WindowDataParameter(caffe::WindowDataParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::V0LayerParameter::default_instance_' .build_release/lib/libcaffe.so: undefined reference tocaffe::LayerParameter::LayerParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::WindowDataParameter::CopyFrom(caffe::WindowDataParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::PoolingParameter::PoolingParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::AugmentationCoeff::AugmentationCoeff()' .build_release/lib/libcaffe.so: undefined reference tocaffe::V1LayerParameter::V1LayerParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::LRNParameter::LRNParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::BlobProto::~BlobProto()' .build_release/lib/libcaffe.so: undefined reference to caffe::PoolingParameter::CopyFrom(caffe::PoolingParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::AugmentationParameter::AugmentationParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::Datum::~Datum()' .build_release/lib/libcaffe.so: undefined reference tocaffe::AccuracyParameter::CopyFrom(caffe::AccuracyParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::BiasParameter::default_instance_' .build_release/lib/libcaffe.so: undefined reference tocaffe::AugmentationParameter::defaultinstance' .build_release/lib/libcaffe.so: undefined reference to caffe::NetParameter::CopyFrom(caffe::NetParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::LayerParameter::CopyFrom(caffe::LayerParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::DataParameter::DataParameter(caffe::DataParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::EmbedParameter::defaultinstance' .build_release/lib/libcaffe.so: undefined reference to caffe::SolverParameter::default_instance_' .build_release/lib/libcaffe.so: undefined reference tocaffe::InputParameter::InputParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::NetParameter::default_instance_' .build_release/lib/libcaffe.so: undefined reference tocaffe::ReshapeParameter::ReshapeParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::PReLUParameter::~PReLUParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::ConvolutionParameter::ConvolutionParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::CoeffScheduleParameter::~CoeffScheduleParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::InfogainLossParameter::CopyFrom(caffe::InfogainLossParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::ConvolutionParameter::~ConvolutionParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::HingeLossParameter::CopyFrom(caffe::HingeLossParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::NetStateRule::CopyFrom(caffe::NetStateRule const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::SliceParameter::SliceParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::EltwiseParameter::CopyFrom(caffe::EltwiseParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::ParameterParameter::defaultinstance' .build_release/lib/libcaffe.so: undefined reference to caffe::AugmentationCoeff::default_instance()' .build_release/lib/libcaffe.so: undefined reference tocaffe::SoftmaxParameter::CopyFrom(caffe::SoftmaxParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::LossParameter_NormalizationMode_descriptor()' .build_release/lib/libcaffe.so: undefined reference tocaffe::ImageDataParameter::~ImageDataParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::BlobProto::default_instance_' .build_release/lib/libcaffe.so: undefined reference tocaffe::ArgMaxParameter::ArgMaxParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::ContrastiveLossParameter::ContrastiveLossParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::ThresholdParameter::ThresholdParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::InnerProductParameter::CopyFrom(caffe::InnerProductParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::SolverState::SolverState()' .build_release/lib/libcaffe.so: undefined reference to caffe::HDF5DataParameter::HDF5DataParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::V1LayerParameter::CopyFrom(caffe::V1LayerParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::DataParameter::DataParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::NetState::NetState(caffe::NetState const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::WindowDataParameter::WindowDataParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::TanHParameter::CopyFrom(caffe::TanHParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::ImageDataParameter::CopyFrom(caffe::ImageDataParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::ReductionParameter_ReductionOp_descriptor()' .build_release/lib/libcaffe.so: undefined reference to caffe::LossParameter::CopyFrom(caffe::LossParameter const&)' .build_release/lib/libcaffe.so.:build_release /toolsundefined/ caffe.oreference: toInfunctioncaffe ::trainDummyDataParameter(:):'CopyFrom:( caffecaffe.cpp:::(DummyDataParameter. textconst+&0x2637))': .undefinedbuild_release /referencelib /tolibcaffe.so : caffeundefined: :referenceSolverParameter :to: SolverParameter(caffe):': InnerProductParametercaffe.cpp:::(InnerProductParameter.(text)+'0x2a8c ):. build_releaseundefined/ libreference/ libcaffe.soto:undefinedcaffe :reference: SolverParameterto: :~SolverParametercaffe(:):'DropoutParameter :caffe.cpp::DropoutParameter((.)text'+ 0x3a9f.)build_release:/ libundefined/ libcaffe.soreference: to undefined caffereference: :toSolverParameter ::caffe~:SolverParameter:(AugmentationParameter):': ~.build_releaseAugmentationParameter/(lib)/'libcaffe.so :. build_releaseundefined/ libreference/ libcaffe.soto:undefinedcaffe :reference: CoeffScheduleParameterto: :CopyFromcaffe(:caffe:::SliceParameterCoeffScheduleParameter: :const&CopyFrom)('caffe :.:build_releaseSliceParameter/ libconst/&libcaffe.so):' undefined .referencebuild_release /tolib /libcaffe.socaffe:: :undefinedThresholdParameter :reference: CopyFromto( caffe::caffeThresholdParameter: :const&ConvolutionParameter):' :.ConvolutionParameterbuild_release/(libcaffe/:libcaffe.so::ConvolutionParameter undefinedconst &)' reference. tobuild_release /libcaffe/:libcaffe.so::SoftmaxParameter :undefined: SoftmaxParameterreference( )to' .build_releasecaffe/:lib:/MemoryDataParameterlibcaffe.so:: :undefinedCopyFrom (referencecaffe :to: MemoryDataParameter caffeconst:&:)DataParameter': :.CopyFrombuild_release(/caffelib::/DataParameterlibcaffe.so :const &undefined) 'reference .tobuild_release /libcaffe/:libcaffe.so::SolverParameter :undefined: SolverParameterreference( caffeto: :SolverParametercaffe :const:&PReLUParameter):': PReLUParameter.(build_releasecaffe/:lib:/PReLUParameterlibcaffe.so :const &undefined) 'reference .tobuild_release /libcaffe/:libcaffe.so:: Datumundefined: :referenceDatum (tocaffe ::caffeDatum: :constWindowDataParameter&:):'WindowDataParameter (.caffebuild_release:/:libWindowDataParameter/ libcaffe.soconst:& )undefined' reference. build_releaseto/ lib/caffelibcaffe.so::: FillerParameterundefined: :referenceCopyFrom (tocaffe ::caffeFillerParameter: :constV0LayerParameter&:):'defaultinstance '. build_release./build_releaselib//liblibcaffe.so/:libcaffe.so :undefined undefinedreference referenceto tocaffe:caffe::SigmoidParameter::LayerParameter::CopyFrom:(LayerParametercaffe(:):'SigmoidParameter .constbuild_release&/)lib'/ libcaffe.so.:build_release /undefinedlib /referencelibcaffe.so :to undefinedcaffereference: :toWindowDataParameter ::caffeCopyFrom:(:caffeV1LayerParameter::::WindowDataParameterdefaultinstance 'const &.)build_release'/ lib./build_releaselibcaffe.so/:lib /undefinedlibcaffe.so :reference undefinedto referencecaffeto: :LossParametercaffe::::LossParameterPoolingParameter(:):'PoolingParameter (.)build_release'/ lib./build_release/liblibcaffe.so/:libcaffe.so :undefined undefinedreference referenceto tocaffe:caffe::ExpParameter::AugmentationCoeff::ExpParameter:(AugmentationCoeff)(') '. build_release./build_releaselib//liblibcaffe.so/:libcaffe.so :undefined undefinedreference referenceto tocaffe:caffe:::ConvolutionParameterV1LayerParameter::::default_instance_V1LayerParameter'( ).'build_release /.libbuild_release//libcaffe.solib:/ libcaffe.soundefined: referenceundefined toreference tocaffe ::caffeNetState::::LRNParameter~:NetState:(LRNParameter)(') '. build_release./build_releaselib//liblibcaffe.so/:libcaffe.so :undefined undefinedreference referenceto tocaffe:caffe::AugmentationCoeff::BlobProto::GetMetadata:(~)BlobProto (const)''

..build_releasebuild_release//liblib//libcaffe.solibcaffe.so:: undefinedundefined referencereference toto `caffecaffe::::V0LayerParameterPoolingParameter::::V0LayerParameterCopyFrom(()caffe': :.PoolingParameterbuild_release /constlib&/)libcaffe.so': .undefinedbuild_release /referencelib /tolibcaffe.so : caffeundefined: :referenceNetState :to: CopyFrom`(caffecaffe::::AugmentationParameterNetState: :constAugmentationParameter&())''

..build_releasebuild_release//liblib//libcaffe.solibcaffe.so:: undefinedundefined referencereference toto `caffecaffe::::SPPParameterDatum::::SPPParameter~(Datumcaffe(:):'SPPParameter .constbuild_release&/)lib'/ libcaffe.so.:build_release /undefinedlib /referencelibcaffe.so :to undefined caffereference: :toAccuracyParameter :`:caffeCopyFrom:(:caffeWindowDataParameter::::AccuracyParameter~ WindowDataParameterconst(&))''

..build_releasebuild_release//liblib//libcaffe.solibcaffe.so:: undefinedundefined referencereference toto ``caffecaffe::::BlackAugmentationParameterBiasParameter::::default_instance_defaultinstance''

..build_releasebuild_release//liblib//libcaffe.solibcaffe.so:: undefinedundefined referencereference toto caffecaffe::::DatumAugmentationParameter::::CopyFromdefault_instance_('caffe :.:build_releaseDatum/ libconst/&libcaffe.so):' undefined. build_releasereference/ libto/ libcaffe.so`:caffe :undefined: NetParameterreference: :toCopyFrom (`caffecaffe::::NetParameter AugmentationParameterconst:&:)AugmentationParameter'( caffe.:build_release:/AugmentationParameterlib /constlibcaffe.so&:) 'undefined .referencebuild_release /tolib /`libcaffe.socaffe:: :undefinedLayerParameter :reference: CopyFromto( caffe`:caffe::LayerParameter: AugmentationParameterconst:&:)CopyFrom'( caffe.:build_release:/AugmentationParameterlib /constlibcaffe.so&:) 'undefined .referencebuild_release /tolib /`libcaffe.socaffe:: :undefinedDataParameter :reference: DataParameterto( caffe`:caffe::DataParameter: BlobProtoconst:&:)CopyFrom'( caffe.:build_release:/BlobProtolib /constlibcaffe.so&:) 'undefined .referencebuild_release /tolib /`libcaffe.socaffe:: :undefinedEmbedParameter :reference: default_instance_to' `.caffebuild_release:/:libTransformationParameter/libcaffe.so::: CopyFromundefined( caffereference: :toTransformationParameter `constcaffe&:):'SolverParameter :.:build_releasedefault_instance_/'lib /.libcaffe.sobuild_release:/ libundefined/ libcaffe.soreference: toundefined `referencecaffe :to: PowerParameter`:caffe.::build_releasePowerParameter:/(InputParametertools):/':extract_features.o InputParameter:.( build_release)In/' lib function/. libcaffe.sobuild_release`:/int lib undefined/feature_extraction_pipeline libcaffe.so<reference:float >toundefined( int`reference,caffe :tochar: *BlobProto`*:caffe)::'BlobProto::(NetParameter :)extract_features.cpp:':default_instance_ ('.. build_release.text._Z27feature_extraction_pipelineIfEiiPPc/build_release[lib/_Z27feature_extraction_pipelineIfEiiPPc/lib]libcaffe.so/+:libcaffe.so0xac1 :)undefined : undefined reference undefined reference to reference totocaffecaffe ::::caffeParamSpecReshapeParameter::::::Datum~ReshapeParameter:ParamSpec(:()Datum)'(' ) .'build_release. /build_releaseextract_features.cpplib://(liblibcaffe.so./:text._Z27feature_extraction_pipelineIfEiiPPclibcaffe.so [:undefined_Z27feature_extraction_pipelineIfEiiPPc ]undefinedreference+ 0x1c20referenceto) :to caffeundefined: caffe:reference:PReLUParameter ::to:FillerParameter ~:PReLUParameter:caffe(FillerParameter:)(:'caffeDatum ::.::build_release~FillerParameter/Datum lib(const/)&libcaffe.so'): ' extract_features.cpp undefined:. (build_release.reference/text._Z27feature_extraction_pipelineIfEiiPPc lib[to/_Z27feature_extraction_pipelineIfEiiPPc libcaffe.so]:+caffe :0x232fundefined:) ConvolutionParameter:reference: :undefinedto ConvolutionParameter (reference) caffe'to: :.FillerParameterbuild_releasecaffe:/::lib:~/DatumFillerParameterlibcaffe.so:(::) ~'undefinedDatum (.reference)build_release '/to lib ./build_releaselibcaffe.socaffe/::lib :/undefinedCoeffScheduleParameterlibcaffe.so ::reference: ~undefinedtoCoeffScheduleParameter (reference) caffe'to : .:build_releasecaffeSolverParameter/::lib::/CoeffScheduleParameter_default_type_libcaffe.so:[::abi CopyFrom:undefined(cxx11 caffe]reference:' : toCoeffScheduleParameter. build_releaseconst/caffe&lib:)/:'libcaffe.so InfogainLossParameter:.: build_release:undefined/CopyFrom (libreferencecaffe/ :libcaffe.soto:: InfogainLossParameter undefinedcaffeconst :&reference:) 'PoolingParameterto : .:build_release~caffe/PoolingParameter:lib(:/)ThresholdParameterlibcaffe.so':: : .CopyFromundefinedbuild_release( /caffereferencelib: /:libcaffe.sotoThresholdParameter:constundefinedcaffe& :)reference:' ConvolutionParameterto.: build_release:/~caffelibConvolutionParameter:/(libcaffe.so:):DropoutParameter' : undefined: .referenceCopyFrombuild_release (/tocaffelib :/:libcaffe.socaffeDropoutParameter:: :constundefinedSoftmaxParameter& :)reference:' SoftmaxParameter to(. )build_release'/caffe lib:./:build_releaselibcaffe.so/HingeLossParameter:lib: :/undefinedCopyFromlibcaffe.so (:referencecaffe :undefinedto: HingeLossParameterreference caffeconstto:& :)'InfogainLossParametercaffe ::.::build_releaseDataParameterInfogainLossParameter/:(lib:)/CopyFrom'( libcaffe.socaffe.::build_release :/undefinedDataParameterlib /referenceconstlibcaffe.so &:to) 'undefined caffe.reference:build_release :/toNetStateRulelib :/:libcaffe.socaffeCopyFrom::( :caffeundefinedSigmoidParameter: ::reference:NetStateRule SigmoidParameter to(const )&')caffe ':. :build_release.PReLUParameter/build_release:lib/:/libPReLUParameterlibcaffe.so/(:libcaffe.socaffe ::undefined : undefinedPReLUParameterreference referenceconstto & to)'caffe :caffe.::build_releaseBlobShape:/:SliceParameterlib::/BlobShape:libcaffe.so(SliceParameter:caffe( :)undefined:' BlobShape reference . constbuild_releaseto&/ )lib'/caffe libcaffe.so:.::build_release WindowDataParameter/undefined: lib:reference/ WindowDataParameterlibcaffe.soto(: caffe:undefinedcaffe: :WindowDataParameterreference: EltwiseParameter::CopyFrom (toconstcaffe &:):'caffeEltwiseParameter : .:constbuild_releaseExpParameter&/:)lib:'/CopyFrom libcaffe.so(.:caffebuild_release :/undefined:lib /ExpParameterreferencelibcaffe.so : const to&undefined )'referencecaffe. :build_release./to:build_releasetools V0LayerParameter//:libconvert_imageset.ocaffe:/::default_instance_ libcaffe.so:'In: ParameterParameter .:functionbuild_releaseundefined: / default_instance_libmainreference'/' libcaffe.so:to.: build_release convert_imageset.cpp/undefined: caffelib(reference:/. :libcaffe.sotext.startuptoBlobShape:+ : 0x88e):undefinedcaffe:BlobShape : (reference:undefined) LayerParameter :'toreference: LayerParameter.to(build_releasecaffe )/:'lib:caffe /AugmentationCoeff:.libcaffe.so::build_release::Datum/ default_instance:libundefined(:/ )Datumlibcaffe.so(reference':) 'to.undefined build_releaseconvert_imageset.cppreference/: caffelib(to:/. :text.startuplibcaffe.soNetParameter+:0x1033caffe: )::undefined:: NetParameter WindowDataParameterundefined(reference: caffe :reference:toCopyFrom : (toNetParametercaffe caffe:const::caffe&:WindowDataParameter: )SoftmaxParameter:const':Datum& ::).CopyFrom:'build_release(~ Datum/caffe.(lib:build_release)/:/'libcaffe.soSoftmaxParameterlib /: convert_imageset.cpplibcaffe.so const::undefined&( ).undefinedreference'text.startup +.referenceto0x1497build_release )/to:lib caffe /:undefinedlibcaffe.socaffe: ::referenceWindowDataParameter : :undefinedPoolingParameterto: : _default_crop_mode_reference:[ PoolingParametercaffeabito(:: ):cxx11'Datum]caffe :':.: :build_release~.LossParameter_NormalizationMode_descriptor/Datumbuild_release(lib(/)/)lib'libcaffe.so'/ : libcaffe.so..undefinedbuild_release:build_release / /referencelibundefinedlib / /tolibcaffe.soreferencelibcaffe.so : :to caffeundefined undefined: :referencecaffereferenceAugmentationCoeff : :to:to: MVNParameter AugmentationCoeff:(caffe):caffe:'CopyFrom:: (:CoeffScheduleParameter.caffeImageDataParameter:build_release:::/::CopyFromlibMVNParameter~(/ caffeImageDataParameterlibcaffe.soconst:(:&:) )CoeffScheduleParameter'undefined'

const.reference.&build_release build_release)/'to/lib lib/./libcaffe.sobuild_releasecaffelibcaffe.so:/:: lib: undefined/V1LayerParameterundefined libcaffe.so:: reference: reference V1LayerParameterundefined( to )to reference' .caffetocaffebuild_release: :/::libBlobProtocaffeHDF5OutputParameter/:::libcaffe.so::::default_instance_ThresholdParameter HDF5OutputParameter':undefined( : ).CopyFromreference'build_release( /caffeto.lib: build_release/:/libcaffe.soThresholdParametercaffelib: :/ const:libcaffe.soundefined&LRNParameter: ): reference':undefined LRNParameter. to(build_releasereference )/'libtocaffe / :.libcaffe.sobuild_release::/caffe ArgMaxParameterlib:undefined:/: :libcaffe.soreferenceInnerProductParameter:ArgMaxParameter : (to:undefined) default_instance_'reference' caffe :..to:build_releasebuild_release SoftmaxParameter//:liblibcaffe://:SoftmaxParameterlibcaffe.solibcaffe.so:(::BlobProto) :'undefinedundefined: ~ .BlobProtoreferencereferencebuild_release( /to)tolib ' / libcaffe.so.caffe:caffebuild_release: :/:undefined:libSolverParameterContrastiveLossParameter /::referencelibcaffe.so:: :~toContrastiveLossParameter SolverParameter (undefined() )caffe'reference':

:.DataParameterto.build_release: build_release/:/libCopyFromcaffe(lib/:caffe/libcaffe.so::libcaffe.so:PoolingParameter::: DataParameter: undefined CopyFromundefined const( reference&caffereference ): to':to PoolingParameter. caffebuild_releaseconst/caffe:&lib::)/:ThresholdParameter'libcaffe.soTransformationParameter: :::. :ThresholdParameterbuild_releaseundefined~(/ )TransformationParameterlibreference' (/ to)libcaffe.so. ':build_release /caffeundefined.lib: build_release/:reference/libcaffe.soPReLUParameter lib::to/ : libcaffe.soundefinedPReLUParameter: (caffe referencecaffe:undefined :: to:AugmentationParameterreference PReLUParameter::consttocaffeAugmentationParameter& :():)'caffeInnerProductParameter' :: .::.build_releaseLayerParameterCopyFrombuild_release/:lib(/:/caffelibdefault_instance_libcaffe.so::/': libcaffe.so InnerProductParameterundefined:. build_releaseconstreferenceundefined/& lib)toreference /'libcaffe.so tocaffe:. : build_release:undefined/caffeWindowDataParameter lib::reference/:: libcaffe.soAccuracyParameterWindowDataParameterto::( :caffeundefinedCopyFrom:caffe (::referencecaffeWindowDataParameter:: :LRNParametertoconstAccuracyParameter: & :)const'CopyFromcaffe& (:).caffe:'build_release: SolverState/:.:libbuild_releaseLRNParameter:// SolverStatelibcaffe.solibconst(:/&) libcaffe.so)'undefined: ' reference .undefined build_release.toreference/build_release lib/to/libcaffe libcaffe.so/:::libcaffe.socaffe V0LayerParameter::undefined: : :undefinedBiasParameterreferencedefault_instance_ : :'referencetodefault_instance_ ' . tobuild_release. caffe/build_release:lib/caffe:/lib:libcaffe.soHDF5DataParameter/:::libcaffe.soTransformationParameter :undefined: :HDF5DataParameter reference:(undefined )TransformationParameter to'(reference caffe.:tocaffe build_release::/TransformationParameterlib:caffe /LayerParameter:constlibcaffe.so::&AugmentationParameter::): LayerParameter':undefined( default_instance_ )'.reference' build_release ./to.build_releaselib build_release///liblibcaffe.socaffelib/::/libcaffe.solibcaffe.so :::undefinedV1LayerParameter :undefinedundefinedreference: CopyFromreferencereference to( to caffeto :caffe:`caffe:V1LayerParametercaffe:: ::const:ConcatParameterNetParameter&WindowDataParameter::):::':CopyFromConcatParameter CopyFrom((.(caffe)build_releasecaffe:'/:: lib:NetParameterWindowDataParameter./ build_releaselibcaffe.soconstconst/:&&lib ))/undefined''libcaffe.so

:reference.. build_releasebuild_release/undefinedto/lib lib/reference/libcaffe.so caffelibcaffe.so:to:: : undefinedDataParameterundefined caffe: reference::reference :DataParameter toTanHParameter(to :)`:'caffecaffe:TanHParameter ::(:.LayerParameter)PoolingParameterbuild_release:':/: :libCopyFrom.PoolingParameter/(build_release(libcaffe.socaffe/)::lib' :/ undefinedLayerParameterlibcaffe.so. :build_releasereferenceconst / &undefinedlibto) / 'referencelibcaffe.so :caffe.to :build_release undefined:/NetStatelibcaffereference:/: :libcaffe.so:toNetState:ReLUParameter ( :caffecaffeundefined::: :ReLUParameter:referenceAugmentationCoeff (NetState:to) : 'constAugmentationCoeff` &(caffe.)):build_release'':/

DataParameterlib..:build_release/build_release:/libcaffe.so/DataParameterlib:lib(/ /caffelibcaffe.soundefinedlibcaffe.so:: :: reference DataParameterundefined undefined constto reference& reference )to'caffeto :.:caffebuild_releaseHDF5DataParametercaffe:/:::lib::V1LayerParameter/CopyFromWindowDataParameter:libcaffe.so(:::caffe:V1LayerParameter :WindowDataParameter(undefined:() HDF5DataParameter)'reference ' .const tobuild_release&. /)build_releaselib'/caffe/: liblibcaffe.so:./:EmbedParameter build_releaselibcaffe.so:undefined/:: lib default_instance_reference'/undefined libcaffe.so to.:reference build_releaseundefined/caffeto lib: /reference:libcaffe.so LRNParametercaffe:to:: ::undefinedLRNParameterTanHParameter caffe(:reference:): :'CopyFromtoCorrelationParameter (. build_release:caffe/::caffelibCorrelationParameter::/(:TanHParameterlibcaffe.socaffeSolverParameter :::const ::&undefinedCorrelationParameterdefaultinstance) ''reference const .&to. build_release)build_release/'/caffelib lib:/./:libcaffe.sobuild_releaselibcaffe.soBlobProto:/:: lib :undefined~/undefined BlobProtolibcaffe.so reference(:reference ) to' undefinedto .caffereferencebuild_release: caffe/:toInputParameter:lib ::/:ImageDataParameterlibcaffe.so:caffeInputParameter:::( CopyFrom:()undefinedConvolutionParametercaffe' :: reference::. CopyFrombuild_releaseImageDataParameterto(/ caffelibconst:/caffe&:libcaffe.so:):ConvolutionParameter:' PoolingParameter undefinedconst:. &:build_releaseCopyFromreference()/ caffe'libto: /:.libcaffe.soPoolingParametercaffebuild_release: :/ const:lib&undefinedNetParameter/) :libcaffe.so'reference:: defaultinstance .to'undefinedbuild_release /.referencelibcaffebuild_release /:/tolibcaffe.so:lib :/ReductionParameter_ReductionOp_descriptor libcaffe.so(caffeundefined:): 'undefined:referenceScaleParameter :reference.to: build_release todefaultinstance/'libcaffe /:caffe.libcaffe.so::build_release:AugmentationParameter::/ ReshapeParameter:libundefined:AugmentationParameter:/ (ReshapeParameterlibcaffe.soreference)(: ') to 'undefined . build_release.referencecaffe/build_release :lib/to:/lib LossParameterlibcaffe.so/::libcaffe.socaffe: ::CopyFromundefined :undefined( ArgMaxParameter caffereference:reference: : :toCopyFromtoLossParameter ( caffeconstcaffe:caffe&:::):ArgMaxParameter:'PReLUParameterAccuracyParameter: ::const:.~&CopyFrombuild_releasePReLUParameter)(/('caffelib) :/':. libcaffe.soAccuracyParameterbuild_release.: build_release/ const/libundefined&lib/ )/libcaffe.soreference'libcaffe.so: : to. undefined build_releaseundefined / referencecaffelibreference/ : libcaffe.soto:to: DummyDataParameter ``:undefinedcaffecaffe: ::CopyFromreference::( ConvolutionParameterRecurrentParametercaffeto::: :::DummyDataParameterConvolutionParameterdefault_instance_caffe (':const) :&'.BiasParameter) build_release:'./: build_releaselibdefaultinstance.//'build_releaseliblibcaffe.so //:.liblibcaffe.so build_release/:undefined/libcaffe.so lib:undefinedreference/ libcaffe.soundefinedreferenceto: referencetoundefined caffe to:reference caffe: ::toBatchNormParametercaffeCoeffScheduleParameter: :::::caffe~InnerProductParameterBatchNormParameter:CoeffScheduleParameter::((:AugmentationParameter)InnerProductParametercaffe(:':): :'defaultinstance.BatchNormParameter 'build_release ./.constbuild_releaselibbuild_release&///)liblibcaffe.solib:'// libcaffe.solibcaffe.soundefined:.: build_release referenceundefined/undefined lib toreference/reference libcaffe.so tocaffe:to ::undefinedcaffeInfogainLossParameter caffe::reference::: :NetParameterCopyFromtoDropoutParameter:( ::caffe:CopyFrom:caffeDropoutParameter(::(caffeInfogainLossParameter:): DummyDataParameter':const: NetParameter&:. )constDummyDataParameterbuild_release'&(/ ))lib.'build_release'/ / libcaffe.so.lib.:build_release/build_release /libcaffe.solib/undefined:/lib libcaffe.soundefined/reference: libcaffe.so referenceundefined:to toreferenceundefinedcaffetoreference:caffe : ::toAugmentationParametercaffe ConvolutionParameter:::::caffe:~LayerParameter::~AugmentationParameter::ConvolutionParameter(PowerParameter::CopyFrom(caffe:CopyFrom(():)caffe'PowerParameter':

:.constbuild_release.LayerParameter&/build_release )lib/constlib'/&/ libcaffe.so)libcaffe.so.:':build_release undefined /. undefinedlibbuild_releasereference // referencelibcaffe.solibto :/ to libcaffe.soundefined:caffe :referencecaffeundefined: : SliceParameterto::reference :HingeLossParameter CopyFrom:tocaffe(: :caffeCopyFrom::(caffeFillerParameter:caffe::SliceParameter:::: DataParameterHingeLossParameter:_default_type_const :const[&DataParameter&abi)():'caffe'cxx11 : ].:.'build_releasebuild_releaseDataParameter // .liblibconst/build_release/&libcaffe.so/libcaffe.so):lib:' / undefinedlibcaffe.soundefined. : build_releasereference reference/ undefined libto to/ reference libcaffe.so`:caffetocaffe : :undefined:: NetStateRulecaffeConvolutionParameterreference::: :::toCopyFromCorrelationParameterConvolutionParameter (:(`caffe:caffecaffe:~::::CorrelationParameter:NetStateRuleConvolutionParameter(EmbedParameter ):constconst':&& defaultinstance).)''build_release'

/ ..lib.build_releasebuild_release//build_release/liblib/libcaffe.so//libcaffe.so:liblibcaffe.so:: / libcaffe.so undefinedundefined:undefined referencereferenceundefinedreference totoreferenceto to`caffecaffe caffe::`:::caffe:BlobShapeSolverParameter:SliceParameter::::::MemoryDataParameter:Cleardefault_instance_:SliceParameter(':() CopyFrom)'.(' build_releasecaffe/ .:lib:.build_release/build_releaseMemoryDataParameter/ libcaffe.so/libconst:lib /&/undefinedlibcaffe.so)libcaffe.so ::'reference undefinedundefined.to build_release referencereference/` libcaffetoto/: libcaffe.so::InputParametercaffecaffe :::undefined::EltwiseParameter: reference to caffe::SolverParameterInputParameter:AccuracyParameter:(:::)CopyFrom:SolverParameter'(AccuracyParameter( caffe(caffe.:):build_release:':/EltwiseParameter SolverParameterlib /. constlibcaffe.sobuild_releaseconst&:/&) lib)'undefined/' libcaffe.so :.reference.build_release build_release/undefinedto/lib lib/reference/libcaffe.so caffelibcaffe.so:to:: : undefinedNetParameterundefined caffe: reference::reference :default_instance_ toLayerParameter'to : :.caffeSwapbuild_releasecaffe:(/::caffelib:ParameterParameter:/Datum::libcaffe.so::LayerParameter::default_instance_* Datum')undefined( ' caffe. reference:build_release. :/build_releasetoDatumlib/ /libconstlibcaffe.so/caffe&:libcaffe.so:) ::'undefined ReshapeParameter undefined:reference. : referencebuild_releaseReshapeParameterto( / )tolib' /caffe :libcaffe.so.:caffe:build_releaseAugmentationCoeff: /::undefinedlib:/CoeffScheduleParameter default_instancelibcaffe.so:reference(:): 'CoeffScheduleParametertoundefined ( .)referencebuild_release'caffe /to :lib .:/build_releaseFillerParameterlibcaffe.socaffe/::: lib::CopyFromundefined/PReLUParameter( libcaffe.so:caffereference::: ~:toundefinedPReLUParameter FillerParameter () referencecaffe'const: &:toSoftmaxParameter.:) build_release:'CopyFrom/ (caffelib.caffe:/build_release::libcaffe.so/:NetState:libSoftmaxParameter :/ undefined:constlibcaffe.so MergeFrom&:reference() 'caffeundefinedto : .:referencebuild_releaseNetState caffeto/ : libconst:/&ConvolutionParametercaffelibcaffe.so):::':: ConvolutionParameterSigmoidParameterundefined.(: build_release):reference/'CopyFrom lib (to/.caffe libcaffe.sobuild_release:`:/:caffe lib:SigmoidParameterundefined/: libcaffe.soLossParameter_NormalizationMode_descriptorconstreference:( & )undefinedto)''

reference.. build_releasecaffebuild_releaseto/:/ liblib://TransformationParametercaffelibcaffe.solibcaffe.so:::::: TransformationParameterCoeffScheduleParameterundefinedundefined(: : )reference~reference' CoeffScheduleParameter to(to. ) build_release'/caffe caffelib:.:/:build_release:libcaffe.soV1LayerParameter/ImageDataParameter::lib: :/:undefineddefault_instance_libcaffe.so~ ':ImageDataParameterreference ( .undefined)tobuild_release ' /reference .lib caffebuild_release/tolibcaffe.so::/ : libMVNParameterundefinedcaffe/: :libcaffe.so:reference::MVNParameter InfogainLossParameter (to:undefined) : 'CopyFromreference caffe( .:caffetobuild_release:: /LossParameter:lib:InfogainLossParametercaffe/: libcaffe.so:LossParameterconst::(& BlobProto)):undefined'':

default_instance_reference..' build_releasebuild_release to//. liblibbuild_release///caffelibcaffe.solibcaffe.solib:::/: libcaffe.soBiasParameterundefinedundefined:: :referencereferenceundefinedBiasParameter (totoreference)'caffeto :caffe .::build_releaseConvolutionParameter:caffe/:ExpParameter:lib:::/~:ArgMaxParameterlibcaffe.soConvolutionParameter:ExpParameter:(:( ))ArgMaxParameterundefined''(

)reference.'. build_release build_releaseto/./ libbuild_releaselib///caffelibcaffe.solibcaffe.solib:::/: libcaffe.soDataParameterundefinedundefined:: :referencereferenceundefined~ DataParametertotoreference( )``to'caffecaffe ::.::caffebuild_releaseConvolutionParameter:HingeLossParameter/:::lib:ContrastiveLossParameter:/defaultinstance:CopyFromlibcaffe.so':(: ContrastiveLossParametercaffe .(:undefinedbuild_release):' /HingeLossParameter referencelib .const /build_release&tolibcaffe.so/) :lib'/ caffeundefinedlibcaffe.so.: :build_release:reference /ConcatParameter undefinedlib:to /reference: libcaffe.so CopyFrom:to(caffe caffe:undefined:: caffe:NetStatereference::ConcatParameter :: to~ThresholdParameterconst NetState:&(:)caffe)ThresholdParameter':'( : ).NetStateRule'.build_release: build_release/:./libCopyFrombuild_releaselib/(//libcaffe.socaffeliblibcaffe.so::/: :libcaffe.so undefined:NetStateRuleundefined referenceundefinedconstreference & toreference)to 'to caffe.caffe::build_releasecaffe::/:ImageDataParameterAugmentationCoefflib:::/:InnerProductParameter:libcaffe.soGetMetadata:ImageDataParameter:(:( )CopyFrom)undefined (' constcaffe reference':. :build_releaseto.InnerProductParameter/ build_release lib/const/caffelib&libcaffe.so:/)::libcaffe.so' SliceParameter: undefined: . :undefinedbuild_releasereferenceSliceParameter / (referencelibto) / 'tolibcaffe.so :caffe. :build_releasecaffeundefined:/: ParamSpeclib:reference:/ V0LayerParameter:libcaffe.soto::ParamSpec :(undefinedV0LayerParameter)caffe :('reference :) SolverState.'to:build_release :/.SolverStatelibbuild_releasecaffe(//:)libcaffe.solib:':/EltwiseParameter libcaffe.so:.undefined::build_release CopyFrom/referenceundefined(lib caffe/toreference:libcaffe.so ::toEltwiseParameter caffe undefined:const :caffe&reference)PoolingParameter: '::to :NetState .PoolingParameter:`build_release(:caffe/caffeCopyFrom:lib:(:/:caffeHDF5DataParameterlibcaffe.soPoolingParameter:::: : HDF5DataParameterconstNetStateundefined(& ))constreference' 'to&

)..'build_releasebuild_releasecaffe //:.liblib:build_release//ParameterParameter/libcaffe.solibcaffe.so:lib:::/ default_instance_libcaffe.soundefinedundefined': .referencereferenceundefinedbuild_release /totoreferencelib /``tolibcaffe.socaffecaffe ::: ::caffeundefinedV1LayerParameterSolverParameter: :::reference::SPPParameter CopyFromCopyFrom:to((: caffecaffeSPPParameter`::(caffe::caffe:V1LayerParameterSolverParameter:: :AugmentationCoeffconstconstSPPParameter:&& :))constdefault_instance''&(

))'..'build_release build_release /./.libbuild_releaselibbuild_release////libcaffe.soliblibcaffe.solib:/:/ libcaffe.solibcaffe.soundefined:undefined: referenceundefinedreferenceundefined toreferencetoreference totocaffe :caffe ::caffeDataParameter:caffe::PReLUParameter:::::SoftmaxParameterDataParameter::WindowDataParameter(:defaultinstance:)CopyFrom':'( ~ caffe.WindowDataParameter.:build_release(build_release:/)/SoftmaxParameterliblib' // constlibcaffe.solibcaffe.so.&:):build_release ' /undefined undefinedlib .reference /build_release referencelibcaffe.so/to :lib /to libcaffe.so undefinedcaffe: : caffereference:undefined: NetState :to:reference: ImageDataParameter NetStateto:( :caffecaffeImageDataParameter::caffe(:::caffeBlackAugmentationParameter:NetState::: LossParameter_NormalizationMode_descriptor:defaultinstance' .build_release/lib/libcaffe.so: undefined reference to caffe::Datum::CopyFrom(caffe::Datum const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::AugmentationParameter::AugmentationParameter(caffe::AugmentationParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::AugmentationParameter::CopyFrom(caffe::AugmentationParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::BlobProto::CopyFrom(caffe::BlobProto const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::TransformationParameter::CopyFrom(caffe::TransformationParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::PowerParameter::PowerParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::BlobProto::BlobProto()' .build_release/lib/libcaffe.so: undefined reference tocaffe::ParamSpec::~ParamSpec()' .build_release/lib/libcaffe.so: undefined reference to caffe::FillerParameter::FillerParameter(caffe::FillerParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::FillerParameter::~FillerParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::SolverParameter::_default_type_[abi:cxx11]' .build_release/lib/libcaffe.so: undefined reference tocaffe::PoolingParameter::~PoolingParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::DropoutParameter::CopyFrom(caffe::DropoutParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::InfogainLossParameter::InfogainLossParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::SigmoidParameter::SigmoidParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::BlobShape::BlobShape(caffe::BlobShape const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::ExpParameter::CopyFrom(caffe::ExpParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::BlobShape::BlobShape()' .build_release/lib/libcaffe.so: undefined reference to caffe::NetParameter::NetParameter(caffe::NetParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::WindowDataParameter::_default_cropmode[abi:cxx11]' .build_release/lib/libcaffe.so: undefined reference to caffe::MVNParameter::CopyFrom(caffe::MVNParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::HDF5OutputParameter::HDF5OutputParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::InnerProductParameter::default_instance_' .build_release/lib/libcaffe.so: undefined reference tocaffe::NetParameter::NetParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::TransformationParameter::~TransformationParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::LayerParameter::defaultinstance' .build_release/lib/libcaffe.so: undefined reference to caffe::LRNParameter::CopyFrom(caffe::LRNParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::TransformationParameter::TransformationParameter(caffe::TransformationParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::ConcatParameter::ConcatParameter()' .build_release/lib/libcaffe.so: undefined constreference to &)caffe': .:build_release/TanHParameterlib/:libcaffe.so:: TanHParameter(undefined reference)' to caffe.build_release:/:libWindowDataParameter:/:WindowDataParameterlibcaffe.so:( )undefined' .build_releasereference /lib/tolibcaffe.so:undefinedcaffe reference: to: caffeReLUParameter::ImageDataParameter::ReLUParameterTanHParameter( :):constCopyFrom'(&caffe ):'.: build_releaseTanHParameter./ build_releaselibconst//&lib)libcaffe.so'/ :libcaffe.so .undefined: build_releasereference /undefinedtolib /referencelibcaffe.so caffe:to: :undefinedHDF5DataParametercaffereference:: ::to(BatchNormParameter CopyFrom):(caffe':caffe: ~::.BatchNormParameter:ImageDataParameterbuild_release(HDF5DataParameter):/ ':libconst CopyFrom/.&()libcaffe.sobuild_releasecaffe'::/ : lib.ImageDataParameterundefined/build_release libcaffe.so/constreference&:lib ) /to'undefinedlibcaffe.so :reference. caffe build_releaseundefined:to/ : libreferenceImageDataParameter/ :caffelibcaffe.soto::: ~: ImageDataParameterHingeLossParameterundefinedcaffe(: :):reference:' HingeLossParameterCorrelationParameter to(:. ):build_release'/caffeCorrelationParameter (lib:.:caffe/build_releaseReductionParameter_ReductionOp_descriptor:libcaffe.so/(:):lib'CorrelationParameter / undefinedlibcaffe.so.const &:build_releasereference) / 'undefined libto ./ referencebuild_releaselibcaffe.so/:caffetolib : /undefined:libcaffe.soBlobProtoreferencecaffe:: : :undefinedto:defaultinstance SPPParameter'reference: caffe:.to:~build_release :SPPParameter/LossParameter(libcaffe:)/::'libcaffe.so:CopyFrom :.ConvolutionParameter( build_release:caffeundefined/:: libCopyFrom:reference/(LossParameter libcaffe.socaffetoconst:: & :)undefinedConvolutionParametercaffe' : reference.const: build_release&ArgMaxParameterto/): lib':/ ArgMaxParametercaffelibcaffe.so.(::build_release): AugmentationCoeff/'undefined:lib / :.libcaffe.soreference~build_release: AugmentationCoeff/ to(libundefined )/ 'libcaffe.soreferencecaffe : :. to:build_releaseundefined DummyDataParameter/:libreferencecaffe:/ :CopyFromlibcaffe.soto:(: ScaleParametercaffe ::undefinedcaffe:: :default_instance_DummyDataParameterreference:' ContrastiveLossParameter constto:.& :build_release)ContrastiveLossParameter/('caffelib) :/'.:libcaffe.so build_releaseNetStateRule:./: build_releaselib:undefined//NetStateRule liblibcaffe.so(reference/:) libcaffe.so 'to:undefined .undefinedreferencebuild_releasecaffe : /reference:tolib ArgMaxParameter /to:libcaffe.so :caffe:CopyFromcaffe: (::undefinedcaffe:InnerProductParameter :ThresholdParameter:reference::: ArgMaxParameter:InnerProductParameterto ThresholdParameter( )const()'&caffe)' :.'build_release : /.ScaleParameter.libbuild_release:build_release//:/libcaffe.solibScaleParameterlib:/(/ libcaffe.so)libcaffe.soundefined: ': reference undefined .undefined tobuild_release reference /reference lib tocaffe /to:libcaffe.so :caffe:DropoutParametercaffe: ::::undefined:InnerProductParameterDropoutParameter :referenceRecurrentParameter(:) :CopyFrom'to:( default_instance_caffe.':build_releasecaffe :/:.InnerProductParameterlib:build_release /LayerParameter/constlibcaffe.so:lib&/::)libcaffe.so LayerParameter':undefined( caffe.undefinedreference:build_release :/referencetoLayerParameterlib /toconstlibcaffe.so caffe&::) caffe:'undefined:AugmentationParameter .::referencebuild_release:BatchNormParameter /~:AugmentationParameterto(lib: )/BatchNormParameter`'libcaffe.so(caffecaffe :::. ::build_releaseundefinedSolverStateBatchNormParameter:/ :libreferenceconstSolverState&(/ ))libcaffe.soto'':

..undefinedcaffebuild_releasebuild_release ://reference:liblibReshapeParameter //:tolibcaffe.solibcaffe.so: ::defaultinstance caffe'undefinedundefined: :.referencereferenceSliceParameter build_release :to/to: lib CopyFrom/(caffelibcaffe.socaffecaffe:::::: :HDF5DataParameterSliceParameterDummyDataParameter:undefined :: const:HDF5DataParameterreference&DummyDataParameter( )()to')' ' ..build_release caffebuild_release/.:/libbuild_release:lib//FillerParameterlib/libcaffe.solibcaffe.so:/:: :undefinedlibcaffe.so FillerParameter :undefined(reference ) undefinedreference'to referenceto. build_releasecaffeto/: caffelib::/V1LayerParametercaffe::libcaffe.so:ConvolutionParameter::::CopyFrom PowerParameter:(undefined:ConvolutionParametercaffe :(:referenceCopyFromcaffe: (:V1LayerParametertocaffe: :ConvolutionParameterconst: &caffePowerParameterconst): &':const) 'SolverState&. build_release:)./:'build_releaselib~ //SolverState.liblibcaffe.so(build_release/:)/libcaffe.so 'lib:undefined / .libcaffe.soundefinedreference build_release: reference/ to libundefinedto/ caffelibcaffe.soreference:: caffe:: toDataParameter:undefined :MemoryDataParameter::DataParameterreferencecaffe:( :CopyFrom)(to:'FillerParametercaffe ::.::caffebuild_release_default_type_MemoryDataParameter:/[ :libabiconstBlobShape/:&:libcaffe.socxx11)::]'CopyFrom ' (undefined .caffe build_release.:reference/build_release: libto/BlobShape/ lib libcaffe.so/const:caffe libcaffe.so&:undefined:) :undefined 'NetState reference :reference: . NetStatetotobuild_release( /caffelib:caffecaffe/:::libcaffe.soNetState::: CorrelationParameterSolverParameterconstundefined::&: :)SolverParameterreference~'( CorrelationParameter caffeto(.: )build_release':`/ SolverParametercaffelib. :/build_releaseconst:libcaffe.so/&Datum:lib ):/undefined':libcaffe.so Datum:reference.( build_release)/undefinedto'lib /reference`.libcaffe.so caffebuild_release:to:/ :libundefined`WindowDataParameter/ caffe:libcaffe.soreference::: :WindowDataParameter toBlobShape(undefined :) `:'caffereferenceClear : (.:to)build_releaseDatum '/:` lib:caffe./Datum:build_releaselibcaffe.so(:/:caffeEltwiseParameterlib ::/undefined::libcaffe.so DatumEltwiseParameter:reference ( const)undefinedto&' ) reference`'. caffe build_releaseto:./ :build_releaselib`TanHParameter//caffe:liblibcaffe.so::/::CopyFromlibcaffe.so( AccuracyParameter:caffeundefined: : :undefined: referenceAccuracyParameterTanHParameterreference ( toto)const '& )caffecaffe.'::build_release ::/.SolverParameterFillerParameterlibbuild_release:://::libcaffe.soCopyFromlibSolverParameter:(/caffe( libcaffe.so:)undefined::' FillerParameter referenceundefined . constreferencebuild_releaseto& / )tolib' /caffe libcaffe.so:.caffebuild_release:::/ LayerParameter:libundefined:ImageDataParameter/ ::libcaffe.soreferenceSwap:: (CopyFrom tocaffe(undefined :caffe ::referencecaffeLayerParameter: ImageDataParameter:*to :)constHDF5OutputParameter'&caffe: )::.'CopyFrom:build_release (SigmoidParameter/.caffe:lib:build_release:/CopyFrom/(:caffelibcaffe.solib:HDF5OutputParameter:/: libcaffe.soSigmoidParameter:constundefined & constundefined)reference& )' reference' to . to.build_releasebuild_release/caffe/lib:caffelib/::/libcaffe.soCoeffScheduleParameter:libcaffe.so::ReductionParameter_ReductionOp_descriptor: :( undefinedCoeffScheduleParameter)undefined (' reference) reference '. to build_releaseto ./ build_releaselibcaffe//caffe:liblibcaffe.so::/::ContrastiveLossParameterlibcaffe.so V1LayerParameter::undefined:: :CopyFromundefinedreferencedefaultinstance( 'caffereferenceto : :caffe.toContrastiveLossParameter:build_release :/constLossParameterlibcaffe&:/:):libcaffe.so:'CopyFrom:(NetState caffe:undefined.:: build_release:MergeFromreference/LossParameter( lib caffeto/const: libcaffe.so&::)NetStatecaffe ' :undefined const: .&LossParameterreferencebuild_release): /:'tolibLossParameter /(.libcaffe.so)build_releasecaffe:'/: lib:undefined./MemoryDataParameter build_releaselibcaffe.so:reference/:: lib MemoryDataParameterto/undefined( libcaffe.so ):reference'caffe :undefinedto.: build_releaseDummyDataParameterreference/: caffelib:to:/CopyFrom :libcaffe.so(TransformationParameter::caffecaffe :::TransformationParameterundefined::( )DummyDataParameterExpParameterreference' :const & :to).ExpParameter 'build_release( /)caffe.lib':build_release/ :/libcaffe.so.ReLUParameterlib:build_release:/ /:libcaffe.soundefinedlibCopyFrom: /( referencelibcaffe.socaffeundefined :: to :reference undefinedReLUParameter tocaffereferenceconst : &:to)caffe MVNParameter':`: :caffe:.InnerProductParameter:MVNParameterbuild_release::(/):ConvolutionParameterlib'InnerProductParameter:/ (:libcaffe.so.)defaultinstance:build_release'' /

undefinedlib.. /build_releasebuild_releasereferencelibcaffe.so// :liblibto // undefinedlibcaffe.solibcaffe.so::caffereference : undefinedundefined:to NetState referencereference: :caffetotoNetState: (:)BiasParametercaffecaffe'::: :::.BiasParameterDropoutParameterNetState:build_release(::/):DropoutParameterlib'~(/ NetState)libcaffe.so.(':build_release) /'.undefinedlib build_release /./referencelibcaffe.sobuild_releaselib/ :/libto libcaffe.so/ undefined:libcaffe.so` :caffereferenceundefined :undefined :toreferencereferenceBlobShape :`toto :caffe `~:`caffeBlobShape:caffe:(DataParameter::)::AugmentationCoeff':AugmentationParameter~: :DataParameter:.:(GetMetadatabuild_release~)(/AugmentationParameter')lib( /).constlibcaffe.so'build_release': / .lib.undefinedbuild_release/build_release /libcaffe.so/referencelib:lib / /tolibcaffe.soundefinedlibcaffe.so : :` reference caffeundefined undefined: to :referenceLayerParameter reference :`toto:caffe ~::caffeLayerParametercaffeConcatParameter:(:::)::V0LayerParameter'SliceParameterCopyFrom: :(::caffeV0LayerParameterCopyFrom:((:)caffe'ConcatParameter: :.constSliceParameterbuild_release&/ )libconst/'&libcaffe.so ):.' build_releaseundefined./ build_releaselib/referencelib/ /tolibcaffe.solibcaffe.so ::caffeundefined:undefined : referenceNetStatereference :to : toCopyFrom (caffecaffe:collect2: error: ld returned 1 exit status caffe::::ConvolutionParameter:NetState:ImageDataParameter ::constConvolutionParameter:&(ImageDataParameter)caffe(':) :'.ConvolutionParameter build_release /.constlibbuild_release&//)libcaffe.solib':/ libcaffe.so.undefined:build_release /referenceundefinedlib /toreferencelibcaffe.so :to caffe undefined::caffereferenceSPPParameter: ::to:ParamSpec SPPParameter:(:caffecaffeParamSpec::(::)MemoryDataParameterSPPParameter': :const.CopyFrom&build_release()/caffe'lib: /:.libcaffe.sobuild_releaseMemoryDataParameter:/ libconstundefined/& libcaffe.so)reference:'
toundefined. build_releasereference/caffe lib:to/: libcaffe.soPoolingParameter:caffe: ::undefined:PoolingParameter WindowDataParameter(reference:caffe ::to~: WindowDataParameterPoolingParameter( caffe)const:'&: )SolverParameter'.:build_release :/.SolverParameterlibbuild_release(//caffelibcaffe.solib::/: libcaffe.soSolverParameter:undefined constundefined&reference ) reference'to to. build_releasecaffe/:caffelib::/BlackAugmentationParameter:libcaffe.so:SolverParameter::: default_instance_:undefined'CopyFrom (reference.caffe build_release:to/: libSolverParameter/ caffelibcaffe.soconst::&: )undefinedDatum ':reference : .Datumbuild_releaseto(/ caffelib:caffe/::libcaffe.soDatum::Datum : const:undefined&CopyFrom )(reference'caffe : Makefile:620: recipe for target '.build_release/tools/upgrade_net_proto_text.bin' failed to:. Datummake: *** [.build_release/tools/upgrade_net_proto_text.bin] Error 1 build_release /caffeconstlib:&/:)libcaffe.soPReLUParameter':: make: *** Waiting for unfinished jobs.... :.undefineddefault_instance_build_release '/reference lib ./tobuild_releaselibcaffe.so /:lib caffe/undefined:libcaffe.so :reference:FillerParameter :toundefined:CopyFromcaffereference(: caffe:to:AugmentationParameter ::FillerParameter:caffe AugmentationParameter:const(:&caffe)ImageDataParameter':: ::.AugmentationParameterImageDataParameterbuild_release (/constcaffelib&:/):libcaffe.so'ImageDataParameter: .constundefinedbuild_release& /)referencelib' / tolibcaffe.so. :build_release /caffeundefinedlib: /:referencelibcaffe.soSigmoidParameter ::to :undefinedCopyFromcaffe (:referencecaffe: :AugmentationParameterto:: SigmoidParameter: CopyFromcaffeconst(:&caffe:):BatchNormParameter': :AugmentationParameter.: build_release~const/&BatchNormParameter)(lib')/ 'libcaffe.so. :build_release. /build_releaseundefinedlib/ /libreferencelibcaffe.so /:tolibcaffe.so :undefinedcaffeundefinedreference: : referenceV1LayerParameter to: to: default_instance_caffe':caffe ::BlobProto.::build_releaseHingeLossParameter:/:CopyFromlib:(/HingeLossParametercaffelibcaffe.so(:::) BlobProto'undefined referenceconst. &build_releaseto)/ 'lib caffe/.:libcaffe.sobuild_release::/LossParameter lib:undefined/:libcaffe.so LossParameter:(reference) ' undefined to.reference build_release /tolibcaffe /:libcaffe.so:caffe:SPPParameter: ::undefined:TransformationParameter ~:referenceSPPParameter: (CopyFromto()caffe ':: caffeTransformationParameter.: build_release:constExpParameter/&:lib):/'ExpParameterlibcaffe.so (:.) build_release'undefined/ lib.reference/build_release libcaffe.so/to:lib /undefinedlibcaffe.socaffe ::reference : undefinedAugmentationCoeff to:reference : ~tocaffeAugmentationCoeff :(:)caffePowerParameter':: ::.PowerParameterbuild_releaseConvolutionParameter(/:)lib:'/defaultinstance libcaffe.so'.: build_release.undefined/build_releaselib/libcaffe.so:/ lib/libcaffe.soundefined: referenceundefined reference to tocaffe: :caffeBlobProto:::reference:NetStateBlobProto :(to:) ~'NetState caffe(.:)build_release:'NetStateRule/ :lib.:/build_releaseNetStateRulelibcaffe.so/(:lib) /'undefinedlibcaffe.so :.reference build_release undefined/to lib reference/ libcaffe.socaffeto:: :undefinedParamSpeccaffe ::reference:: ~AugmentationCoefftoParamSpec: (:)GetMetadatacaffe'(: ):. ScaleParameterbuild_releaseconst/:'lib :./ScaleParameterbuild_releaselibcaffe.so(/:)lib '/undefined libcaffe.so :.reference build_release undefined/to libreference/caffetolibcaffe.so: :: FillerParametercaffeundefined::: :FillerParameterreferenceV0LayerParameter( :caffe:to:V0LayerParameter: (FillerParameter) caffe'const: &:.)build_releaseLayerParameter'/: lib.:build_release/LayerParameter/libcaffe.so(lib:caffe/ :libcaffe.soundefined:: LayerParameter reference undefinedconstto &reference) caffeto': :.NetStatecaffebuild_release::/::libCopyFromFillerParameter/(:libcaffe.socaffe:::~ :FillerParameterundefinedNetState( const)reference&') 'to. build_release./build_releaselibcaffe//lib:libcaffe.so/::libcaffe.soReshapeParameter ::undefined : undefineddefault_instance_reference ' reference to . tobuild_releasecaffe/:lib:caffe/SolverParameter:libcaffe.so::::SPPParameter _defaulttype:[undefined:abi SPPParameter:reference(cxx11 caffe]:to': SPPParameter. caffebuild_releaseconst:/&:lib)FillerParameter/':libcaffe.so :: .FillerParameterundefinedbuild_release( /)referencelib' /to libcaffe.so : caffeundefined: .:referencebuild_releasePoolingParameter /:tolib: /~libcaffe.soPoolingParametercaffe(:): ':undefined WindowDataParameter .:referencebuild_release:/ lib~toWindowDataParameter/( libcaffe.so):'caffe :undefined.: build_releaseSolverStatereference/: lib:to/~ libcaffe.soSolverState:(caffe ):undefined': DropoutParameterreference.: build_release:to/CopyFrom lib(caffe/caffe:libcaffe.so::::DropoutParameterBlackAugmentationParameter :undefinedconst: &default_instance_reference)' ' to . .build_releasebuild_release/caffe/lib:lib/:/libcaffe.soBlobShapelibcaffe.so::: : undefinedCopyFromundefined ( referencecaffe reference:to : toBlobShape caffeconst:caffe&::)Datum:':InfogainLossParameter ::.CopyFrom:build_release(InfogainLossParameter/caffe(lib:)/:libcaffe.so'Datum: .constundefinedbuild_release& /)referencelib' / tolibcaffe.so. :build_release /caffeundefinedlib: /:referencelibcaffe.soDatum ::to : undefinedDatumcaffe(reference:) :'toSigmoidParameter ::.caffeSigmoidParameterbuild_release:(/:)libAugmentationParameter'/: libcaffe.so:.:AugmentationParameterbuild_release (/undefinedcaffelib :/reference:libcaffe.so AugmentationParameter:to constundefined& caffe)reference:' : toEltwiseParameter. :build_release:/EltwiseParametercaffelib(:/):libcaffe.so':BlobShape :.undefined:build_releaseBlobShape (/caffereference:lib :/toBlobShapelibcaffe.so :const caffe&undefined:) :'referenceAugmentationParameter :.to:build_release CopyFrom/(libcaffecaffe/::libcaffe.so:::HDF5OutputParameterAugmentationParameter : undefined:const CopyFrom&reference() caffe'to: :.build_releaseHDF5OutputParametercaffe/ :lib:constExpParameter/&libcaffe.so:)::'CopyFrom ( undefinedcaffe .:reference: build_releaseExpParameterto/ libconst/&caffe)libcaffe.so:':: BlobProto.:undefinedbuild_release:/ CopyFromlibreference(/ caffelibcaffe.soto::: BlobProtoundefined caffe const:reference&: )NetParameterto': :caffe.~:build_release:NetParameter/BlobShape(lib:)/:'libcaffe.soBlobShape :( .undefined) build_release'reference/ lib.to/build_release libcaffe.so/:libcaffe /:undefinedlibcaffe.so: :TransformationParameterreference : undefined:to CopyFrom reference( caffecaffeto:: ::TransformationParameterContrastiveLossParametercaffe ::const::&CopyFromNetParameter)(:'caffe: :NetParameter.:(ContrastiveLossParameterbuild_releasecaffe /:constlib:/&libcaffe.soNetParameter): 'constundefined & .)referencebuild_release' / tolib. /build_releaselibcaffe.so/caffe:lib:/ libcaffe.so::undefinedPowerParameter : undefined:reference PowerParameter reference(to ) to' caffe.:caffebuild_release::/:MemoryDataParameterlibWindowDataParameter:/::libcaffe.so::MemoryDataParameter_default_cropmode (undefined[ )abireference:' cxx11to ] .'build_release caffe/.:libbuild_release://BlobProtolibcaffe.solib::/:libcaffe.so BlobProto:undefined( )referenceundefined' toreference. build_releaseto/caffe lib:/:caffelibcaffe.soReLUParameter:::: :MVNParameterundefinedCopyFrom: (:referencecaffe CopyFromto:( :caffe:ReLUParametercaffe: :MVNParameterconst: ParamSpec&const:)&:')~ 'ParamSpec. (build_release.)/build_release'lib/ /.liblibcaffe.sobuild_release//:libcaffe.solib :/undefined libcaffe.so undefined:reference referenceundefinedto to reference `caffetocaffe: :::NetStateHDF5OutputParametercaffe::::::NetStateHDF5OutputParameterFillerParameter((:)):''FillerParameter

(..caffebuild_releasebuild_release://:liblibFillerParameter// libcaffe.solibcaffe.soconst::& )undefinedundefined'
referencereference. build_releaseto/to lib /caffelibcaffe.socaffe:::: :undefinedBlobShapeInnerProductParameter ::reference:: ~default_instance_toBlobShape' (.)caffebuild_release':/ :libFillerParameter./:build_releaselibcaffe.so:/:~ libundefinedFillerParameter/ (libcaffe.soreference) :'to . undefinedbuild_release /caffereferencelib: /:libcaffe.sotoNetParameter: : :undefinedcaffeNetParameter (:reference) ': toLayerParameter. :build_release:/caffe~lib:LayerParameter/:(libcaffe.soSolverParameter:): :'undefined_defaulttype [referenceabi :tocxx11 ]'caffe :.:build_releaseSolverParameter/:lib:/~libcaffe.soSolverParameter:( )undefined' reference. build_releaseto/ lib/caffelibcaffe.so::: PoolingParameterundefined: :reference~ toPoolingParameter ()caffe': :.TransformationParameterbuild_release:/:lib~/TransformationParameterlibcaffe.so(:) 'undefined .referencebuild_release /tolib /libcaffe.socaffe:: :undefinedDropoutParameter collect2: error: ld returned 1 exit status :reference: CopyFromto( caffe`:caffe::DropoutParameter: LayerParameterconst:&:)defaultinstance''

..build_releasebuild_release//liblib//libcaffe.solibcaffe.so:: undefinedundefined referencereference toto `caffecaffe::::InfogainLossParameterLRNParameter::::InfogainLossParameterCopyFrom(()caffe': :.LRNParameterbuild_release /constlib&/)libcaffe.so': undefined. build_releasereference/ libto/ libcaffe.so:caffe :undefined: SigmoidParameterreference: :toSigmoidParameter ()caffe': :.TransformationParameterbuild_release:/:libTransformationParameter/(libcaffe.socaffe:: :undefinedTransformationParameter referenceconst &to) ' caffe.:build_release:/BlobShapelib:/:libcaffe.soBlobShape:( caffeundefined: :referenceBlobShape toconst &)caffe': :.ConcatParameterbuild_release:/:libConcatParameter/(libcaffe.so):' undefined. build_releasereference/ libto/ libcaffe.so:caffe :undefined: ExpParameterreference: :toCopyFrom (caffecaffe::::ExpParameterTanHParameter :const:&TanHParameter)Makefile:620: recipe for target '.build_release/tools/caffe.bin' failed (') 'make: *** [.build_release/tools/caffe.bin] Error 1 . build_release./build_releaselib//liblibcaffe.so/:libcaffe.so :undefined undefinedreference referenceto to caffe:caffe::BlobShape::ReLUParameter::BlobShape:(ReLUParameter)(') '. build_release./build_releaselib//liblibcaffe.so/:libcaffe.so :undefined undefinedreference referenceto to caffe:caffe::NetParameter::HDF5DataParameter::NetParameter:(CopyFromcaffe(:caffe::NetParameter: HDF5DataParameterconst &const)&') '. build_release./build_releaselib//liblibcaffe.so/:libcaffe.so :undefined undefinedreference referenceto to caffe:caffe::WindowDataParameter::CorrelationParameter::_default_crop_mode_:[CorrelationParameter(abicaffe::cxx11:]CorrelationParameter' const.&build_release)/'lib /.libcaffe.sobuild_release:/ libundefined/ libcaffe.soreference: toundefinedreferencecaffe :to: MVNParameter`:caffe::CopyFrom:(ConvolutionParametercaffe::::CopyFromMVNParameter( caffe::constConvolutionParameter const&&))''

..build_releasebuild_release//liblib//libcaffe.solibcaffe.so:: undefinedundefined referencereference toto caffecaffe::::HDF5OutputParameterScaleParameter::::HDF5OutputParameterdefault_instance_(') '. build_release./build_releaselib//liblibcaffe.so/:libcaffe.so :undefined undefinedreference referenceto to` caffe`:caffe::ArgMaxParameter:::InnerProductParameterCopyFrom:(:caffe:default_instance_:'ArgMaxParameter .constbuild_release&/)lib'/ libcaffe.so.:build_release /undefinedlib /referencelibcaffe.so :to undefined` caffereference: :toNetParameter :`:caffeNetParameter:(:)RecurrentParameter': :.default_instance_build_release'/ lib./build_releaselibcaffe.so/:lib /undefinedlibcaffe.so : undefined referencereference totocaffecaffe::::SolverParameterBatchNormParameter::::~BatchNormParameterSolverParameter((caffe):': BatchNormParameter. build_releaseconst/&lib)/'libcaffe.so :. build_releaseundefined/ libreference/ libcaffe.soto: undefinedcaffe :reference: toTransformationParameter ::caffe~::TransformationParameterDummyDataParameter(:):'DummyDataParameter (.)build_release'/ lib./build_releaselibcaffe.so/:lib /undefinedlibcaffe.so :reference undefinedto referencecaffeto: :LayerParametercaffe::::default_instance_PowerParameter': :.CopyFrombuild_release(/caffelib:/:libcaffe.soPowerParameter: constundefined& )reference' to. build_release/caffelib:/:libcaffe.soLRNParameter:: :undefinedCopyFrom (referencecaffe :to:LRNParametercaffe :const:&FillerParameter):': _defaulttype.[build_releaseabi/:libcxx11/]libcaffe.so': .undefinedbuild_release /referencelib /tolibcaffe.so :caffeundefined: :reference TransformationParameterto: :caffeTransformationParameter:(:caffeCorrelationParameter::::~TransformationParameterCorrelationParameter (const)&') '. build_release./build_releaselib//liblibcaffe.so/:libcaffe.so :undefined undefinedreference referenceto tocaffe:caffe::BlobShape:::ConcatParameterClear:(:)'ConcatParameter (.)build_release'/ lib/.libcaffe.sobuild_release:/ libundefined/ reference libcaffe.soto: undefinedcaffe :reference: AccuracyParameterto: :AccuracyParametercaffe(:):'TanHParameter :.:build_releaseTanHParameter/(lib)/'libcaffe.so :. build_releaseundefined/ libreference/ libcaffe.soto: undefinedcaffe :reference: LayerParameterto: :Swapcaffe(:caffe:::ReLUParameterLayerParameter:*:)ReLUParameter'( ).'build_release /.libbuild_release//libcaffe.solib:/ libcaffe.soundefined: referenceundefined toreference tocaffe ::caffeCoeffScheduleParameter::::HDF5DataParameterCoeffScheduleParameter:(:)CopyFrom'( caffe.:build_release:/HDF5DataParameterlib /constlibcaffe.so&:) 'undefined .referencebuild_release /tolib /libcaffe.socaffe:: :undefinedNetState :reference: MergeFromto( caffe:caffe::NetState: CorrelationParameterconst:&:)CorrelationParameter'( caffe.:build_release:/CorrelationParameterlib /constlibcaffe.so&:) 'undefined .referencebuild_release /tolib /libcaffe.socaffe:: :undefinedTransformationParameter :reference: TransformationParameterto( )'caffe :.:build_releaseConvolutionParameter/:lib:/CopyFromlibcaffe.so(:caffe undefined :reference: ConvolutionParameterto caffe::MVNParameterconst:&:)MVNParameter'( ).'build_release /.libbuild_release//libcaffe.solib:/ libcaffe.soundefined: referenceundefined toreferencetocaffe ::caffeScaleParameter::::BiasParameterdefault_instance_:': BiasParameter.(build_release)/'lib /.libcaffe.sobuild_release:/ libundefined/ libcaffe.soreference: toundefinedreferencecaffe :to: ArgMaxParameter:caffe::CopyFrom:(DataParametercaffe::::~ArgMaxParameterDataParameter (const)&') '. build_release./build_releaselib//liblibcaffe.so/:libcaffe.so :undefined undefinedreference referenceto to caffe:caffe::ConcatParameter::RecurrentParameter::CopyFrom:(default_instance_caffe': :.ConcatParameterbuild_release /constlib&/)libcaffe.so': .undefinedbuild_release /referencelib /tolibcaffe.so : caffeundefined: :referenceBatchNormParameter :to: BatchNormParameter`(caffecaffe::::ImageDataParameterBatchNormParameter: :constImageDataParameter&())''

..build_releasebuild_release//liblib//libcaffe.solibcaffe.so:: undefinedundefined referencereference toto ``caffecaffe::::DummyDataParameterParamSpec::::ParamSpecDummyDataParameter(())''

..build_releasebuild_release//liblib//libcaffe.solibcaffe.so:: undefinedundefined referencereference toto ``caffecaffe::::PoolingParameterPowerParameter::::PoolingParameterCopyFrom((caffecaffe::::PoolingParameterPowerParameter constconst&&))''

..build_releasebuild_release//liblib//libcaffe.solibcaffe.so:: undefinedundefined referencereference toto `caffecaffe::::SolverParameterFillerParameter::::CopyFrom_default_type_([caffeabi:::cxx11SolverParameter] 'const &).'build_release /.libbuild_release//libcaffe.solib:/ libcaffe.soundefined: referenceundefined toreferencetocaffe :`:caffeCorrelationParameter::::PReLUParameter~:CorrelationParameter:(defaultinstance)''

..build_releasebuild_release//liblib//libcaffe.solibcaffe.so:: undefinedundefined referencereference toto `caffecaffe::::ImageDataParameterBlobShape::::ImageDataParameterClear((caffe):': ImageDataParameter. build_releaseconst/&lib)/'libcaffe.so :. build_releaseundefined/ libreference/ libcaffe.soto:undefinedcaffe :reference: AccuracyParameterto: :AccuracyParametercaffe(:):'BatchNormParameter :.:build_release~/BatchNormParameterlib(/)libcaffe.so': .undefinedbuild_release /referencelib /tolibcaffe.so : caffeundefined: :referenceLayerParameter :to: Swap(caffecaffe::::HingeLossParameterLayerParameter:*:)HingeLossParameter'( ).'build_release /.libbuild_release//libcaffe.solib:/ libcaffe.soundefined: referenceundefined toreferencetocaffe ::caffeCoeffScheduleParameter::::SPPParameterCoeffScheduleParameter:(:)~'SPPParameter (.)build_release'/ lib./build_releaselibcaffe.so/:lib /undefinedlibcaffe.so :reference undefinedto reference caffeto: :NetStatecaffe::::MergeFromAugmentationCoeff(:caffe::~:AugmentationCoeffNetState( )const'& ).'build_release /.libbuild_release//libcaffe.solib:/ libcaffe.soundefined: referenceundefined toreferencetocaffe ::caffeNetStateRule::::TransformationParameterNetStateRule:(:)TransformationParameter'( ).'build_release /.libbuild_release//libcaffe.solib:/ libcaffe.soundefined: referenceundefined toreferencetocaffe ::caffeScaleParameter::::MVNParameterScaleParameter:(:)MVNParameter'( ).'build_release /.libbuild_release//libcaffe.solib:/ libcaffe.soundefined: undefinedreference referenceto to caffe:caffe::LayerParameter::BiasParameter::LayerParameter:(BiasParametercaffe(:):'LayerParameter .constbuild_release&/)lib'/ libcaffe.so.:build_release /undefinedlib /referencelibcaffe.so :to undefined caffereference: :toDataParameter ::caffe~:DataParameter:(ReshapeParameter):': default_instance_.'build_release /.libbuild_release//libcaffe.solib:/ libcaffe.soundefined: referenceundefined toreferencetocaffe ::caffe:ConcatParameter::FillerParameter::CopyFrom:(FillerParametercaffe(:):'ConcatParameter .constbuild_release&/)lib'/ libcaffe.so.:build_release /undefinedlib /referencelibcaffe.so :to undefined caffereference: :toSolverState ::caffe~:SolverState:(ImageDataParameter):': ImageDataParameter.(build_release)/'lib /.libcaffe.sobuild_release:/ libundefined/ libcaffe.soreference: toundefinedreferencecaffe :to: BlobShape:caffe::CopyFrom:(ParamSpeccaffe::::ParamSpecBlobShape( )const'& )'. build_release./build_releaselib//liblibcaffe.so/:libcaffe.so :undefined undefinedreference referenceto to caffe:caffe::PoolingParameter::EltwiseParameter::PoolingParameter:(EltwiseParametercaffe(:):' PoolingParameter. build_releaseconst/&lib)/'libcaffe.so :. build_releaseundefined/ libreference/ libcaffe.soto:undefinedcaffe :reference: SolverParameterto: :SolverParametercaffe(:):' SolverParameter.:build_release:/CopyFromlib(/caffelibcaffe.so::: undefinedSolverParameter referenceconst &to) ' caffe.:build_release:/HDF5OutputParameter::libCopyFrom(caffe/::libcaffe.soHDF5OutputParameter :const &undefined) 'reference .to build_releasecaffe/::.libPReLUParameter/:libcaffe.sobuild_release::default_instance_/ 'libundefined /. build_releaselibcaffe.soreference/: lib to/ undefinedlibcaffe.so :caffe reference:undefined : toNetParameterreference : :tocaffe~ :NetParameter:(caffe)CoeffScheduleParameter:':: :ImageDataParameter.CopyFrom:build_release(:/caffelibImageDataParameter:/(:libcaffe.socaffeCoeffScheduleParameter:: :undefinedconstImageDataParameter & referenceconst) &')to ' . build_release.caffe/build_release:lib/:/libContrastiveLossParameterlibcaffe.so/::libcaffe.so: :CopyFrom undefined(undefined caffe reference:reference: ContrastiveLossParametertotoconstcaffe&caffe:)::':BatchNormParameter :ThresholdParameter.::~build_release:BatchNormParameter/CopyFrom(lib()/caffe'libcaffe.so: ::. build_releaseThresholdParameterundefined/ libconstreference/& libcaffe.so)to:' undefined .caffereferencebuild_release: /:tolibMemoryDataParameter /:libcaffe.so:caffe:MemoryDataParameter: (:undefined)HingeLossParameter :'reference: HingeLossParameter.to(build_release )/'libcaffe /:.libcaffe.so:build_release:SoftmaxParameter/ :libundefined:/ SoftmaxParameterlibcaffe.soreference:( )toundefined'
reference.caffe build_release:to/: libReLUParameter/:caffe:libcaffe.so:CopyFrom::( SPPParametercaffeundefined::: :~referenceReLUParameterSPPParameter (to ) const'& caffe).:'build_release: /DataParameter.lib:build_release//:libcaffe.soCopyFromlib:(/ caffelibcaffe.soundefined:: : referenceDataParameterundefined toconstreference &)tocaffe' : :caffe.AugmentationCoeff::build_release::/NetState~lib:AugmentationCoeff/(:libcaffe.so)NetState': ( .)build_releaseundefined'/ libreference./ build_releaselibcaffe.soto/: lib/undefinedcaffelibcaffe.so ::reference: PReLUParameterundefinedto: :referencePReLUParameter caffe(to:caffe ::NetStateRule:caffe::PReLUParameter:: NetStateRuleBlobShapeconst(:&:))~''BlobShape

(.).build_release'build_release/ /lib./libbuild_releaselibcaffe.so//:liblibcaffe.so /:undefinedlibcaffe.so :referenceundefined undefinedtoreference referenceto caffe to: :caffeScaleParametercaffe::::::WindowDataParameterScaleParameterLayerParameter:(::):WindowDataParameter'~( LayerParameter.caffe(build_release:)/:'WindowDataParameterlib /libcaffe.soconst:& )undefined' reference. build_releaseto/lib /libcaffe.socaffe: undefined reference to ::caffeLayerParameter::::LayerParameterV0LayerParameter(:caffe::default_instance_:'LayerParameter .constbuild_releasecollect2: error: ld returned 1 exit status &/)lib'/ libcaffe.so.:build_release /undefinedlib /libcaffe.soreference: toundefinedreferencecaffe :to: LayerParameter:caffe::LayerParameter:(ReshapeParameter):': default_instance_.'build_release /.libbuild_release//libcaffe.solib:/ libcaffe.soundefined: referenceundefined toreferencetocaffe ::caffeWindowDataParameter::::FillerParameterCopyFrom:(:caffe:FillerParameter:()WindowDataParameter' const.&build_release)/'lib /.libcaffe.sobuild_release:/ libundefined/ libcaffe.soreference: toundefinedreferencecaffe :to: SolverState:caffe::~:SolverStatePoolingParameter(:):'PoolingParameter Makefile:620: recipe for target '.build_release/tools/extract_features.bin' failed (.)build_releasemake: *** [.build_release/tools/extract_features.bin] Error 1 '/ lib./build_releaselibcaffe.so/:lib /undefinedlibcaffe.so :reference undefinedto reference caffeto: :BlobShapecaffe::::CopyFrom(AugmentationCoeffcaffe::::AugmentationCoeffBlobShape( )const'& )'. build_release./build_releaselib//lib/libcaffe.solibcaffe.so:: undefinedundefined referencereference totocaffe::V1LayerParameter::V1LayerParameter(caffe):' .build_release/lib/libcaffe.so::EltwiseParameter :undefined: EltwiseParameterreference( )to' .caffebuild_release:/:libLRNParameter/:libcaffe.so:: LRNParameterundefined( )reference' to .build_releasecaffe/:lib:/SolverParameter:libcaffe.so::SolverParameter ()undefined' reference. build_releaseto/ lib/caffelibcaffe.so::: BlobProtoundefined: reference: ~toBlobProto ()caffe': :.HDF5OutputParameterbuild_release:/:libCopyFrom/(libcaffe.socaffe:: :undefinedHDF5OutputParameter referenceconst &to) ' caffe.:build_release:/libPoolingParameter/:libcaffe.so::CopyFrom (undefinedcaffe :reference: toPoolingParameter constcaffe&:):'NetParameter :.:build_release~/NetParameterlib(/)libcaffe.so': .undefinedbuild_release /referencelib /tolibcaffe.so : caffeundefined: :reference AugmentationParameterto: :caffeAugmentationParameter:(:)ContrastiveLossParameter': .:build_releaseCopyFrom/(libcaffe/::libcaffe.soContrastiveLossParameter: constundefined& )'reference .tobuild_release /libcaffe/:libcaffe.so::Datum :undefined: ~referenceDatum (to) ' caffe:.:build_releaseMemoryDataParameter/:lib:/libcaffe.soMemoryDataParameter:( )'undefined .build_releasereference/ libto/ libcaffe.so:caffe :undefined: referenceAccuracyParameter to: :CopyFromcaffe(:caffe::ReLUParameter::AccuracyParameter: CopyFrom(constcaffe&:):'ReLUParameter .constbuild_release&/)lib'/ libcaffe.so.:build_release /undefinedlib /referencelibcaffe.so : toundefinedreferencecaffe :to: BiasParametercaffe::::default_instance_NetState': :NetState.(build_release)/'lib /.libcaffe.sobuild_release:/ libundefined/ libcaffe.soreference: toundefinedreferencecaffe :to: AugmentationParameter:caffe:::default_instance_BlobShape': :.~build_releaseBlobShape/(lib)/'libcaffe.so :. build_releaseundefined/ libreference/ libcaffe.soto:undefinedcaffe :reference: toNetParameter ::caffeCopyFrom:(:caffeLayerParameter::::~NetParameterLayerParameter (const)&') ' .build_release/lib/libcaffe.so: undefined reference tocaffe::LayerParameter::CopyFrom(caffe::collect2: error: ld returned 1 exit status LayerParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::DataParameter::DataParameter(caffe::DataParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::EmbedParameter::defaultinstance' .build_release/lib/libcaffe.so: undefined reference to caffe::SolverParameter::default_instance_' .build_release/lib/libcaffe.so: undefined reference tocaffe::Makefile:620: recipe for target '.build_release/tools/convert_imageset.bin' failed InputParameter:make: *** [.build_release/tools/convert_imageset.bin] Error 1 :InputParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::NetParameter::default_instance_' .build_release/lib/libcaffe.so: undefined reference tocaffe::ReshapeParameter::ReshapeParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::PReLUParameter::~PReLUParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::ConvolutionParameter::ConvolutionParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::CoeffScheduleParameter::~CoeffScheduleParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::InfogainLossParameter::CopyFrom(caffe::InfogainLossParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::ConvolutionParameter::~ConvolutionParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::HingeLossParameter::CopyFrom(caffe::HingeLossParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::NetStateRule::CopyFrom(caffe::NetStateRule const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::SliceParameter::SliceParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::EltwiseParameter::CopyFrom(caffe::EltwiseParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::ParameterParameter::defaultinstance' .build_release/lib/libcaffe.so: undefined reference to caffe::AugmentationCoeff::default_instance()' .build_release/lib/libcaffe.so: undefined reference tocaffe::SoftmaxParameter::CopyFrom(caffe::SoftmaxParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::LossParameter_NormalizationMode_descriptor()' .build_release/lib/libcaffe.so: undefined reference tocaffe::ImageDataParameter::~ImageDataParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::BlobProto::default_instance_' .build_release/lib/libcaffe.so: undefined reference tocaffe::ArgMaxParameter::ArgMaxParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::ContrastiveLossParameter::ContrastiveLossParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::ThresholdParameter::ThresholdParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::InnerProductParameter::CopyFrom(caffe::InnerProductParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::SolverState::SolverState()' .build_release/lib/libcaffe.so: undefined reference to caffe::HDF5DataParameter::HDF5DataParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::V1LayerParameter::CopyFrom(caffe::V1LayerParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::DataParameter::DataParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::NetState::NetState(caffe::NetState const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::WindowDataParameter::WindowDataParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::TanHParameter::CopyFrom(caffe::TanHParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::ImageDataParameter::CopyFrom(caffe::ImageDataParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::ReductionParameter_ReductionOp_descriptor()' .build_release/lib/libcaffe.so: undefined reference to caffe::LossParameter::CopyFrom(caffe::LossParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::DummyDataParameter::CopyFrom(caffe::DummyDataParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::InnerProductParameter::InnerProductParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::DropoutParameter::DropoutParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::AugmentationParameter::~AugmentationParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::SliceParameter::CopyFrom(caffe::SliceParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::ConvolutionParameter::ConvolutionParameter(caffe::ConvolutionParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::MemoryDataParameter::CopyFrom(caffe::MemoryDataParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::SolverParameter::SolverParameter(caffe::SolverParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::Datum::Datum(caffe::Datum const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::FillerParameter::CopyFrom(caffe::FillerParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::SigmoidParameter::CopyFrom(caffe::SigmoidParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::V1LayerParameter::default_instance_' .build_release/lib/libcaffe.so: undefined reference tocaffe::LossParameter::LossParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::ExpParameter::ExpParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::ConvolutionParameter::defaultinstance' .build_release/lib/libcaffe.so: undefined reference to caffe::NetState::~NetState()' .build_release/lib/libcaffe.so: undefined reference tocaffe::AugmentationCoeff::GetMetadata() const' .build_release/lib/libcaffe.so: undefined reference to caffe::V0LayerParameter::V0LayerParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::NetState::CopyFrom(caffe::NetState const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::SPPParameter::SPPParameter(caffe::SPPParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::WindowDataParameter::~WindowDataParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::BlackAugmentationParameter::default_instance_' .build_release/lib/libcaffe.so: undefined reference tocaffe::Datum::CopyFrom(caffe::Datum const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::AugmentationParameter::AugmentationParameter(caffe::AugmentationParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::AugmentationParameter::CopyFrom(caffe::AugmentationParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::BlobProto::CopyFrom(caffe::BlobProto const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::TransformationParameter::CopyFrom(caffe::TransformationParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::PowerParameter::PowerParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::BlobProto::BlobProto()' .build_release/lib/libcaffe.so: undefined reference to caffe::ParamSpec::~ParamSpec()' .build_release/lib/libcaffe.so: undefined reference tocaffe::FillerParameter::FillerParameter(caffe::FillerParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::FillerParameter::~FillerParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::SolverParameter::_defaulttype[abi:cxx11]' .build_release/lib/libcaffe.so: undefined reference to caffe::PoolingParameter::~PoolingParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::DropoutParameter::CopyFrom(caffe::DropoutParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::InfogainLossParameter::InfogainLossParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::SigmoidParameter::SigmoidParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::BlobShape::BlobShape(caffe::BlobShape const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::ExpParameter::CopyFrom(caffe::ExpParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::BlobShape::BlobShape()' .build_release/lib/libcaffe.so: undefined reference tocaffe::NetParameter::NetParameter(caffe::NetParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::WindowDataParameter::_default_crop_mode_[abi:cxx11]' .build_release/lib/libcaffe.so: undefined reference tocaffe::MVNParameter::CopyFrom(caffe::MVNParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::HDF5OutputParameter::HDF5OutputParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::InnerProductParameter::defaultinstance' .build_release/lib/libcaffe.so: undefined reference to caffe::NetParameter::NetParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::SolverParameter::~SolverParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::TransformationParameter::~TransformationParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::LayerParameter::defaultinstance' .build_release/lib/libcaffe.so: undefined reference to caffe::LRNParameter::CopyFrom(caffe::LRNParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::TransformationParameter::TransformationParameter(caffe::TransformationParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::ConcatParameter::ConcatParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::TanHParameter::TanHParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::ReLUParameter::ReLUParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::HDF5DataParameter::CopyFrom(caffe::HDF5DataParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::CorrelationParameter::CorrelationParameter(caffe::CorrelationParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::ConvolutionParameter::CopyFrom(caffe::ConvolutionParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::ScaleParameter::default_instance_' .build_release/lib/libcaffe.so: undefined reference tocaffe::ArgMaxParameter::CopyFrom(caffe::ArgMaxParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::RecurrentParameter::default_instance_' .build_release/lib/libcaffe.so: undefined reference tocaffe::BatchNormParameter::BatchNormParameter(caffe::BatchNormParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::DummyDataParameter::DummyDataParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::PowerParameter::CopyFrom(caffe::PowerParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::FillerParameter::_default_type_[abi:cxx11]' .build_release/lib/libcaffe.so: undefined reference tocaffe::CorrelationParameter::~CorrelationParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::BlobShape::Clear()' .build_release/lib/libcaffe.so: undefined reference tocaffe::AccuracyParameter::AccuracyParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::LayerParameter::Swap(caffe::LayerParameter*)' .build_release/lib/libcaffe.so: undefined reference tocaffe::CoeffScheduleParameter::CoeffScheduleParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::NetState::MergeFrom(caffe::NetState const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::TransformationParameter::TransformationParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::MVNParameter::MVNParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::BiasParameter::BiasParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::DataParameter::~DataParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::ConcatParameter::CopyFrom(caffe::ConcatParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::ImageDataParameter::ImageDataParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::ParamSpec::ParamSpec()' .build_release/lib/libcaffe.so: undefined reference to caffe::PoolingParameter::PoolingParameter(caffe::PoolingParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::SolverParameter::CopyFrom(caffe::SolverParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::PReLUParameter::default_instance_' .build_release/lib/libcaffe.so: undefined reference tocaffe::ImageDataParameter::ImageDataParameter(caffe::ImageDataParameter const&)' .build_release/lib/libcaffe.so: undefined reference to caffe::BatchNormParameter::~BatchNormParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::HingeLossParameter::HingeLossParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::SPPParameter::~SPPParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::AugmentationCoeff::~AugmentationCoeff()' .build_release/lib/libcaffe.so: undefined reference to caffe::NetStateRule::NetStateRule()' .build_release/lib/libcaffe.so: undefined reference tocaffe::ScaleParameter::ScaleParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::LayerParameter::LayerParameter(caffe::LayerParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::ReshapeParameter::defaultinstance' .build_release/lib/libcaffe.so: undefined reference to caffe::FillerParameter::FillerParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::SolverState::~SolverState()' .build_release/lib/libcaffe.so: undefined reference to caffe::BlobShape::CopyFrom(caffe::BlobShape const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::Datum::Datum()' .build_release/lib/libcaffe.so: undefined reference to caffe::EltwiseParameter::EltwiseParameter()' .build_release/lib/libcaffe.so: undefined reference tocaffe::SolverParameter::SolverParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::HDF5OutputParameter::CopyFrom(caffe::HDF5OutputParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::NetParameter::~NetParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::ContrastiveLossParameter::CopyFrom(caffe::ContrastiveLossParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::MemoryDataParameter::MemoryDataParameter()' .build_release/lib/libcaffe.so: undefined reference to caffe::ReLUParameter::CopyFrom(caffe::ReLUParameter const&)' .build_release/lib/libcaffe.so: undefined reference tocaffe::NetState::NetState()' .build_release/lib/libcaffe.so: undefined reference to caffe::BlobShape::~BlobShape()' .build_release/lib/libcaffe.so: undefined reference tocaffe::LayerParameter::~LayerParameter()' collect2: error: ld returned 1 exit status Makefile:620: recipe for target '.build_release/tools/get_imagesize.bin' failed

nikolausmayer commented 6 years ago

The linker errors might come from a different Caffe installation on your machine whose libcaffe.so is interfering. If that's the case, you can adjust your LD_LIBRARY_PATH so it does not include the location of the other libcaffe.so

buemi commented 6 years ago

Thank you for the reply. I'm not so familiar with this kind of issues. I launch the command "env" and the value for the path is

LD_LIBRARY_PATH= startlxde

In particular it is set in the following line:

STARTUP=/usr/bin/im-launch /usr/bin/env LD_LIBRARY_PATH= startlxde

How can I manage this value to verify that this is the problem?

nikolausmayer commented 6 years ago

You could check if you really have another Caffe installation, e.g. using locate libcaffe.so or (slower) find / -type f -name "libcaffe.so". However, I've never seen an LD_LIBRARY_PATH like yours, so I'm not sure what to do.

You can also check whether the undefined reference errors are true by looking up the symbol in your libcaffe: nm -D .build_release/lib/libcaffe.so | c++filt | grep '~LayerParameter' This should print lines such as 0000000000746ae0 T caffe::LayerParameter::~LayerParameter() If you see a "U" instead of "T" as the second field then the error is correct. In that case, I'd look at your protobuf installation next...

buemi commented 6 years ago

Ok, I obtained the "U" string as output:

U caffe::LayerParameter::~LayerParameter()

Moreover, there is another user my workstation having his own caffe installation. Concerning protobuffer, I check the version using the command "protoc --version" and the output is libprotoc 2.6.1

Any idea? Thanks a lot. P.S.: note that I had previously to solve the following error:

/home/ajay/bin/caffe/include/caffe/blob.hpp:5:34: fatal error: caffe/proto/caffe.pb.h: No such file or directory #include "caffe/proto/caffe.pb.h"

generating caffe.pb.h manually using protoc as follows.

In the directory Caffe I perfrmed the folllowing commands:

protoc src/caffe/proto/caffe.proto --cpp_out=. mv src/caffe/proto/caffe.pb.h include/caffe/proto

nikolausmayer commented 6 years ago

That is strange; you should not have to compile the proto file yourself. I would guess that both errors are connected. Your manual protoc command probably didn't compile the file correctly. Try the following instead:

protoc --proto_path=src/caffe/proto --cpp_out=.build_release/src/caffe/proto src/caffe/proto/caffe.proto

buemi commented 6 years ago

Yes, it' very strange. I tried the protoc comamnd you suggested, but I obtained the same error. Do you think that it is an issue related to my local configuration?

nikolausmayer commented 6 years ago

Considering that you are running Ubuntu 16.04/Cuda 8 just like us, I would guess that there is a problem with your local setup, yes. Do you have the possibility to check out our Docker image to see whether that compiles successfully? https://github.com/lmb-freiburg/flownet2-docker

buemi commented 6 years ago

I read that the flownet2-docker requires also nvidia-docker, it affects the machine configuration? The workstation is multi-user, so I don't want to impact to other users configurations.

buemi commented 6 years ago

I downloaded the flownet2-docker project but I obtained an error when I execute the make command to build the FN2 Docker image: $ make docker build -f Dockerfile -t flownet2 . Sending build context to Docker daemon 59.39kB Step 1/6 : FROM nvidia/cuda:8.0-cudnn5-devel-ubuntu16.04 Get https://registry-1.docker.io/v2/: proxyconnect tcp: dial tcp: lookup https on 127.0.1.1:53: no such host Makefile:7: recipe for target 'flownet2' failed make: *** [flownet2] Error 1

nikolausmayer commented 6 years ago

Do you maybe have an outdated version of Docker? Else I'd suggest waiting a while and retrying later.

About nvidia-docker: Installing it should not affect the other users. It's just a "variant" of the docker start script that can be used as a drop-in replacement for the "docker" command.

buemi commented 6 years ago

My docker version is: 17.12.1-ce, build 7390fc6

nikolausmayer commented 6 years ago

That's not it then; yours is more recent than mine :) please take a look at this Docker issue, it seems to match your case: https://github.com/docker/for-mac/issues/1317

buemi commented 6 years ago

I'm sorry, I followed the suggestions on the other topic, but I still have the same error, even if I set the proxy env variables.

nikolausmayer commented 6 years ago

I'm sorry, but I don't think I can help any further here. It's certainly a problem with your environment; either your machine, your network, maybe a corporate proxy? I see no reason why "docker.io" should be redirected to 127.0.1.1 except if that domain is blocked by someone, or misconfigured. If you have an IT admin team, I suggest you contact them.

buemi commented 6 years ago

Ok, thank you for your help. I will investigate and I will inform you about the solution, if any!

buemi commented 6 years ago

Well, I set again the proxy env variable and it seems to fix theproblem, but I still not successfuly complete the make process. The issue appears at Step 6/6 output is:

make docker build -f Dockerfile -t flownet2 . Sending build context to Docker daemon 59.39kB Step 1/6 : FROM nvidia/cuda:8.0-cudnn5-devel-ubuntu16.04 ---> 0ff090ca7fb1 Step 2/6 : WORKDIR "/flownet2" ---> Using cache ---> f23dbcc4d583 Step 3/6 : COPY FN2_Makefile.config ./ ---> Using cache ---> 80fbd7fbc9f5 Step 4/6 : COPY FN2_run-flownet-docker.py ./ ---> Using cache ---> 3253f17453f6 Step 5/6 : VOLUME "/input-output" ---> Using cache ---> a0fef75fa212 Step 6/6 : RUN apt-get update && apt-get install -y --no-install-recommends module-init-tools build-essential ca-certificates wget git libatlas-base-dev libboost-all-dev libgflags-dev libgoogle-glog-dev libhdf5-serial-dev libleveldb-dev liblmdb-dev libopencv-dev libprotobuf-dev libsnappy-dev protobuf-compiler python-dev python-numpy python-scipy python-protobuf python-pillow python-skimage && git clone https://github.com/lmb-freiburg/flownet2 && cp ./FN2_Makefile.config ./flownet2/Makefile.config && cp ./FN2_run-flownet-docker.py ./flownet2/scripts/run-flownet-docker.py && cd flownet2 && rm -rf .git && cd models && bash download-models.sh && rm flownet2-models.tar.gz && cd .. && make -jnproc && make -jnproc pycaffe && apt-get remove -y module-init-tools build-essential ca-certificates git wget && apt-get autoremove -y && apt-get autoclean -y && rm -rf /var/lib/apt/lists/ ---> Running in ff6737588a1f Err:1 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 InRelease Temporary failure resolving 'developer.download.nvidia.com' Err:2 http://security.ubuntu.com/ubuntu xenial-security InRelease Temporary failure resolving 'security.ubuntu.com' Err:3 http://archive.ubuntu.com/ubuntu xenial InRelease Temporary failure resolving 'archive.ubuntu.com' Err:4 http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 InRelease Temporary failure resolving 'developer.download.nvidia.com' Err:5 http://archive.ubuntu.com/ubuntu xenial-updates InRelease Temporary failure resolving 'archive.ubuntu.com' Err:6 http://archive.ubuntu.com/ubuntu xenial-backports InRelease Temporary failure resolving 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease Temporary failure resolving 'security.ubuntu.com' W: Failed to fetch http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/InRelease Temporary failure resolving 'developer.download.nvidia.com' W: Failed to fetch http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64/InRelease Temporary failure resolving 'developer.download.nvidia.com' W: Some index files failed to download. They have been ignored, or old ones used instead. Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package module-init-tools E: Unable to locate package ca-certificates E: Unable to locate package wget E: Unable to locate package git E: Unable to locate package libatlas-base-dev E: Unable to locate package libboost-all-dev E: Unable to locate package libgflags-dev E: Unable to locate package libgoogle-glog-dev E: Unable to locate package libhdf5-serial-dev E: Unable to locate package libleveldb-dev E: Unable to locate package liblmdb-dev E: Unable to locate package libopencv-dev E: Unable to locate package libprotobuf-dev E: Unable to locate package libsnappy-dev E: Unable to locate package protobuf-compiler E: Unable to locate package python-dev E: Unable to locate package python-numpy E: Unable to locate package python-scipy E: Unable to locate package python-protobuf E: Unable to locate package python-pillow E: Unable to locate package python-skimage The command '/bin/sh -c apt-get update && apt-get install -y --no-install-recommends module-init-tools build-essential ca-certificates wget git libatlas-base-dev libboost-all-dev libgflags-dev libgoogle-glog-dev libhdf5-serial-dev libleveldb-dev liblmdb-dev libopencv-dev libprotobuf-dev libsnappy-dev protobuf-compiler python-dev python-numpy python-scipy python-protobuf python-pillow python-skimage && git clone https://github.com/lmb-freiburg/flownet2 && cp ./FN2_Makefile.config ./flownet2/Makefile.config && cp ./FN2_run-flownet-docker.py ./flownet2/scripts/run-flownet-docker.py && cd flownet2 && rm -rf .git && cd models && bash download-models.sh && rm flownet2-models.tar.gz && cd .. && make -jnproc && make -jnproc pycaffe && apt-get remove -y module-init-tools build-essential ca-certificates git wget && apt-get autoremove -y && apt-get autoclean -y && rm -rf /var/lib/apt/lists/' returned a non-zero code: 100 Makefile:7: recipe for target 'flownet2' failed make: *** [flownet2] Error 100

nikolausmayer commented 6 years ago

Hm. I can only guess, but I'd say that it's again a problem with your proxy settings. It looks like the container could not fetch the Ubuntu package repository lists (Temporary failure resolving 'developer.download.nvidia.com'), and because of that the apt-get install command failed (E: Unable to locate package module-init-tools).

buemi commented 6 years ago

I finally solved the problem by reapiting the process from scratch:

  1. git clone the project: I had to set the following parameters due to proxy restrictions: git config --global http.sslVerify false git config --global https.sslVerify false git config --global http.proxy http://user:passwd@myserver.com:8080 git config --global http.proxy http://user:passwd@myserver.com:8080

  2. correct the makefile in order to fine the hdf5 headers (adding the "serial" folder to the INCLUDE line INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include /usr/include/hdf5/serial/

  3. correct the makefile adding the second line to the libraries list LIBRARIES += glog gflags protobuf boost_system boost_filesystem m hdf5_hl hdf5 \ opencv_core opencv_highgui opencv_imgproc opencv_imgcodecs

I also changed the Makefile.config to correctly find the CUDA folder (cuda-8.0 replaced cuda):

CUDA_DIR := /usr/local/cuda-8.0

Now the compiling process ends successfully. Thank you for your help.