This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Description
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
ERROR: unknown command line flag 'model'
ERROR: unknown command line flag 'weights'
I check the caffe.cpp, can not find what's wrong with it.