cvpr16-deepbit icon indicating copy to clipboard operation
cvpr16-deepbit copied to clipboard

check fail on imagenet_mean_binaryproto

Open leohwang opened this issue 9 years ago • 2 comments

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.

leohwang avatar Oct 13 '16 21:10 leohwang

I think this is the path issue. Please use the following commands $ cd /examples/deepbit-cifar10-32 $ ./train.sh

kevinlin311tw avatar Oct 14 '16 03:10 kevinlin311tw

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.

leohwang avatar Oct 14 '16 12:10 leohwang