-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
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
Problems with usage in DeepDream #73
Comments
It's the layer, channels, and input that are affecting it, I think. Changing any of those should help. |
I've got Places205 working with DeepDream in PyTorch, so I'll see if Places365 works just as well once I convert it. |
Can you try the videoify.py script and post the results ? Try with the StepSize settled to 1.5 and then -1.5.. |
@ad48hp I don't have a working Caffe setup for running the script. You can try running my WIP project here, with the following parameters:
|
Code seems to be bugged..
|
@ad48hp If you change the |
That breaks the statements.. Do you try to run the code before uploading to Github ? Also, there are more bugs, like |
@ad48hp Put all the files in a folder/directory called I also just successfully ran the code on PC, so it doesn't seem like there are any bugs stopping it from working right now. |
@ad48hp I've published the project as it's own GitHub project now: https://github.com/ProGamerGov/neural-dream |
I tried to use the model in the consistently zooming-up script, and while the original MIT Places seemed to work quite well, the one on this didn't yet..
Does anyone have some suggestive ideas ?
The text was updated successfully, but these errors were encountered: