caffe-cvprw15 icon indicating copy to clipboard operation
caffe-cvprw15 copied to clipboard

The problem about finetuning

Open Saniya666 opened this issue 8 years ago • 2 comments

There are some errors when run the training script ./train_48.sh:

I0831 11:56:43.312741 24302 caffe.cpp:115] Finetuning from /home/dl/zy/DLBHC/caffe-cvprw15-master/models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel F0831 11:56:43.668262 24302 upgrade_proto.cpp:630] Check failed: ReadProtoFromBinaryFile(param_file, param) Failed to parse NetParameter file: /home/dl/zy/DLBHC/caffe-cvprw15-master/models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel *** Check failure stack trace: *** @ 0x7f25713c0daa (unknown) @ 0x7f25713c0ce4 (unknown) @ 0x7f25713c06e6 (unknown) @ 0x7f25713c3687 (unknown) @ 0x4cec87 caffe::ReadNetParamsFromBinaryFileOrDie() @ 0x48318a caffe::Net<>::CopyTrainedLayersFrom() @ 0x415be6 train() @ 0x4101ff main @ 0x7f256d9cfec5 (unknown) @ 0x4143b7 (unknown) @ (nil) (unknown)

How to solve this problem?

Saniya666 avatar Aug 31 '16 04:08 Saniya666

Check this first: https://github.com/BVLC/caffe/issues/3505

Please make sure you have downloaded the file bvlc_reference_caffenet.caffemodel. Did you run ./prepare_train.sh before? If you cannot use Dropbox, you may download the file from the third party websites as shown in README.md.

kevinlin311tw avatar Sep 01 '16 08:09 kevinlin311tw

I have downloaded the file bvlc_reference_caffenet.caffemodel by BaiduYun. And I run ./examples/cvprw15-cifar10/create_imagenet.sh in ./prepare_train.sh.

Saniya666 avatar Sep 01 '16 08:09 Saniya666