wywu/LAB

Check Failed, ReadProtoFromBinaryFile

richipower opened this issue · 1 comments

Hello i was trying your work, but i get an error while loading the network.. The network initialization is done but when i try to load the weights it crashes with CopyTrainedLayersFrom("models/model.bin")

upgrade_proto.cpp:97 Check failed: ReadProtoFromBinaryFile(param_file, param) Failed to parse NetParameter file: models/model.bin

do you have any ideas why this might be happening? i compiled your caffe version..

regards!

@richipower
Hello.
I have encountered the same problem with you. How do you solve it?
Thank you very much.