weiliu89 / caffe

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

error when running ssd_detect.ipynb #504

Open XhqGlorry11 opened 7 years ago

XhqGlorry11 commented 7 years ago

@weiliu89 Hello, when I am running ssd_detect.ipynb, error uccurs. I try to load the net with command: net = caffe.Net(model_def, # defines the structure of the model model_weights, # contains the trained weights caffe.TEST) # use test mode (e.g., don't perform dropout) Then I got error saying:The kernel appears to have died. It will restart automatically. Anybody know what happen and how to fix? Thanks!!

weiliu89 commented 7 years ago

Please provide more information (e.g. what is the exact error in the log).