Giter Club home page Giter Club logo

Comments (3)

mblokker avatar mblokker commented on June 3, 2024

@sampathchanda I think I solved that error by replacing the 3 includes (starting on https://github.com/intel/caffe/blob/master/include/mkl_dnn_cppwrapper.h#L44) with absolute filepaths.

In your case, probably:
#include "/home/u2205/GitHub/intelcaffe/caffe/external/mkl/mklml_lnx_2017.0.2.20170110/include/mkl_dnn_types.h" #include "/home/u2205/GitHub/intelcaffe/caffe/external/mkl/mklml_lnx_2017.0.2.20170110/include/mkl_dnn.h" #include "/home/u2205/GitHub/intelcaffe/caffe/external/mkl/mklml_lnx_2017.0.2.20170110/include/mkl_version.h"

But you should check to make sure.

from caffe.

sampathchanda avatar sampathchanda commented on June 3, 2024

@mblokker Thanks !! that worked.

Am testing with installed caffe now, seeing some other issues like:
I0219 23:41:42.858008 79322 data_transformer.cpp:64] Loading mean file from: data/ilsvrc12/imagenet_mean.binaryproto
F0219 23:41:42.870731 79323 db_lmdb.hpp:53] Check failed: mdb_status == 0 (2 vs. 0) No such file or directory
*** Check failure stack trace: ***
@ 0x7eff9aaa8e6d (unknown)
@ 0x7eff9aaaaced (unknown)
@ 0x7eff9aaa8a5c (unknown)
@ 0x7eff9aaab63e (unknown)
@ 0x7eff9bc052a1 caffe::db::LMDB::Open()
@ 0x7eff9ba02feb caffe::DataReader::DBWrapper::DBWrapper()
@ 0x7eff9ba03a72 caffe::DataReader::Body::InternalThreadEntry()
@ 0x7eff9b41024a (unknown)
@ 0x7eff9acd4dc5 start_thread
@ 0x7eff9128221d __clone
./examples/imagenet/train_caffenet.sh: line 41: 79322 Aborted ./build/tools/caffe train --solver=models/bvlc_reference_caffenet/solver.prototxt $@

Any idea, how to fix it ?

from caffe.

mblokker avatar mblokker commented on June 3, 2024

The error is clear, it fails to open the imagenet_mean.binaryproto file because it can't find it. Maybe you can find your info here: https://github.com/BVLC/caffe/tree/master/examples/imagenet#compute-image-mean

from caffe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.