weiliu89 / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
4.77k stars 1.68k forks source link

ipython kernal dead when running ssd.ipynb #540

Open nopyhe opened 7 years ago

nopyhe commented 7 years ago

I just tried to run default ssd.ipynb but ipython kernal dead:

[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.SolverParameter: 25:10: Message type "caffe.SolverParameter" has no field named "eval_type".
WARNING: Logging before InitGoogleLogging() is written to STDERR
F0418 11:05:07.072985  6357 upgrade_proto.cpp:1101] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse SolverParameter file: ./models/VGGNet/VOC0712/SSD_300x300/solver.prototxt
*** Check failure stack trace: ***
[I 11:05:10.134 NotebookApp] KernelRestarter: restarting kernel (1/5)
WARNING:root:kernel 3b6b929d-722e-46df-a070-618113b52ce7 restarted

I downloaded pre-trained VGG model from https://drive.google.com/open?id=0BzKzrI_SkD1_WVVTSmQxU0dVRzA

weiliu89 commented 7 years ago

Make sure you have exported the python path correctly. Check the README.md file for more information.

Jilliansea commented 7 years ago

@nopyhe have you deal with this problem please?