摘要:
Check failed: FLAGS_weights.size() > 0 (0 vs. 0) Need model weights to score. 出现这个错误,但是我记得昨天还好好的,网上搜了也没有答案,后来仔细检查才发现,原来存放 .caffemodel 的文件名字 中间有空格!!! 把 阅读全文
摘要:
// write the predicted score into txt files ofstream file("/home/wangxiao/Downloads/caffe-master/wangxiao/bvlc_alexnet/predict_score.txt",ios::app); i 阅读全文
摘要:
1. Active Query Driven by Uncertainty and Diversity for Incremental Multi-Label Learning The key task in active learning is to design a selection crit 阅读全文
摘要:
wangxiao@wangxiao-GTX980:~/Downloads/caffe-master$ make -j8find: `wangxiao/bvlc_alexnet/spl': No such file or directoryfind: `caffemodel': No such fil 阅读全文
摘要:
when I compile caffe file :.build_debug/lib/libcaffe.so: undefined reference to `cv::imread(cv::String const&, int)'.build_debug/lib/libcaffe.so: unde 阅读全文
摘要:
Q1. compile caffe .cpp file , come out an error : d302@d302-MS-7816-04:~/wangxiao/spl-caffe-master$ make -j8NVCC src/caffe/layers/euclidean_loss_layer 阅读全文