ryankennedyio / deep-dream-generator

#deepdream in a docker environment, to save you 8 hours of setup headaches.
196 stars 53 forks source link

No such file or directory '/caffe-master/models/bvlc_googlenet/deploy.prototxt' #4

Open gtrias opened 9 years ago

gtrias commented 9 years ago

Hi,

I've built the docker image and everything goes ok. But when I test the dream.ipynb I get the next error:

IOError: [Errno 2] No such file or directory: '/caffe-master/models/bvlc_googlenet/deploy.prototxt'

That produces this other error on the next steps:

NameError: name 'net' is not defined

Any tip on how to fix this?

Goddard commented 9 years ago

same

filippovd20 commented 9 years ago

same

CrackerHax commented 9 years ago

I had this happen too, but putting deepdream/ directory in the same directory as /caffe and running notebook from deepdream/ fixed it for me.