caffe icon indicating copy to clipboard operation
caffe copied to clipboard

solver.prototxt not found

Open skeeph opened this issue 8 years ago • 2 comments

Hello. I tried to run ssd.ipynb from examples. I compiled caffe, downloaded pretrained model, but get error solver.prototxt not found on running notebook. Where can i find solver file? Or maybe i must create it manually?

skeeph avatar Aug 24 '16 15:08 skeeph

Hi skeeph,

I think you should post more details.

zhonhel avatar Aug 25 '16 04:08 zhonhel

If you run examples/ssd/ssd_pascal.py, it will generate the solver.prototxt and other files.

weiliu89 avatar Aug 25 '16 06:08 weiliu89