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
I have DeepDream installed in a docker container of mine, but it was not built form the docker image you referred to at the bottom of your page.
docker
it was this one instead:
https://github.com/VISIONAI/clouddream
if, inside the proper folder in my container I do like so:
mkdir custom touch Dockerfile vim Dockerfile
and then, in Dockerfile:
FROM visionai/clouddream #Download my custom model RUN /opt/caffe/scripts/download_model_binary.py /opt/caffe/models/bvlc_alexnet
build it:
docker build -t custom/clouddream
and finally clone into your github page
https://github.com/google/deepdream
will It work with your model?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have DeepDream installed in a
docker
container of mine, but it was not built form the docker image you referred to at the bottom of your page.it was this one instead:
https://github.com/VISIONAI/clouddream
if, inside the proper folder in my container I do like so:
and then, in Dockerfile:
build it:
docker build -t custom/clouddream
and finally clone into your github page
https://github.com/google/deepdream
will It work with your model?
The text was updated successfully, but these errors were encountered: