We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I've built the docker image and everything goes ok. But when I test the dream.ipynb I get the next error:
dream.ipynb
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?
The text was updated successfully, but these errors were encountered:
same
Sorry, something went wrong.
I had this happen too, but putting deepdream/ directory in the same directory as /caffe and running notebook from deepdream/ fixed it for me.
No branches or pull requests
Hi,
I've built the docker image and everything goes ok. But when I test the
dream.ipynb
I get the next error:That produces this other error on the next steps:
Any tip on how to fix this?
The text was updated successfully, but these errors were encountered: