cvpr16-deepbit
cvpr16-deepbit copied to clipboard
check fail on imagenet_mean_binaryproto
Hi, I tried to use train.sh to get the training model. However, when caffe tried to load mean file from imagenet_mean.binaryproto, it gives me an error "check failed: !lines_.empty() File is empty". How can I handle this error? Thanks very much.
I think this is the path issue. Please use the following commands $ cd /examples/deepbit-cifar10-32 $ ./train.sh
got it. thanks very much. But I have another problem. I used the original caffe (compiled last year), and found some loss functions you added in your caffe version. However, when I recompile your caffe, there is an error "kEmptyString is not a member of google::protobuf". Can you let me know which version of protobuf you used? My current version of protobuf is 2.5.0.