During Caffe.net #5774

Open
qaz99 opened this Issue Jul 14, 2017 · 0 comments

Comments

Projects
None yet
1 participant

qaz99 commented Jul 14, 2017

Please use the caffe-users list for usage, installation, or modeling questions, or other requests for help.
Do not post such requests to Issues. Doing so interferes with the development of Caffe.

Please read the guidelines for contributing before submitting this issue.

Issue summary

Steps to reproduce

If you are having difficulty building Caffe or training a model, please ask the caffe-users mailing list. If you are reporting a build error that seems to be due to a bug in Caffe, please attach your build configuration (either Makefile.config or CMakeCache.txt) and the output of the make (or cmake) command.

Your system configuration

Operating system: Ubantu
Compiler:
CUDA version (if applicable):
CUDNN version (if applicable):
BLAS:
Python or MATLAB version (for pycaffe and matcaffe respectively):

net = caffe.Net(model_def,model_weights,caffe.TEST) W0714 12:50:09.298867 3983 _caffe.cpp:122] DEPRECATION WARNING - deprecated use of Python interface
W0714 12:50:09.298913 3983 _caffe.cpp:123] Use this instead (with the named "weights" parameter):
W0714 12:50:09.298924 3983 _caffe.cpp:125] Net('/home/user/code/caffemodels/bvlc_reference_caffenet/deploy.prototxt', 1, weights='/home/user/code/caffemodels/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel')
Traceback (most recent call last):
File "", line 1, in
RuntimeError: Could not open file /home/user/code/caffemodels/bvlc_reference_caffenet/deploy.prototxt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment