This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
unknown command line flag 'model' 'weights' #8
Comments
when i run
the normal log should be
It looks like that the test function is not registered. |
Sorry about late reply. The error is generated from gflags and probably the command line arguments are not parsed correctly. What's the version of gflags you're using? Can you check the gflags you are linked to and the gflags library used at run-time are the same version? |
It would be also helpful to know if you're getting the same error if you use the Caffe main branch. |
I tested other versions of Caffe, and these versions link the same gflags dynamic library, they have no problem. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After build the skimcaffe, and i run
build/tools/caffe.bin test -model models/bvlc_googlenet/test_direct_sconv.prototxt -weights models/bvlc_googlenet/gesl_0.686639_0.001_0.00005_ft_0.001_0.0001.caffemodel
it shows
I check the caffe.cpp, can not find what's wrong with it.
The text was updated successfully, but these errors were encountered: