deepdreamer
deepdreamer copied to clipboard
Easy to configure Python program that make use of Google's DeepDream.
Current master raises this error when I execute this command: ``` $ python3 deepdreamer.py --gpuid 0 --gif true deepdreamer/demo1.jpg ... Dream 97 saved. Dream 98 saved. Dream 99 saved. Creating...
Issue I have gotten but cant figure out how to get around.. I did pip install images2gif ``` gateway@gateway-evil:~/work/deepdreamer$ python2.7 deepdreamer.py --gif true image.jpg Traceback (most recent call last): File...
Using the gif argument now returns "Error: only integer scalar arrays can be converted to a scalar index" This might be something to do with how Numpy is handling np.float32...
Hi I'm getting this error after installing all dependencies: File "deepdreamer.py", line 11, in from caffe import Classifier, set_device, set_mode_gpu ImportError: cannot import name 'Classifier'
This might be of interest - it adds the guide functionality as per the "controlling dreams" section of https://github.com/google/deepdream/blob/master/dream.ipynb
So I trained a Googlenet model and now I am trying to run your code with my model. But I get this error: `ImportError: No module named _caffe` or `ImportError:...
Two flags, one which prints out which layer is being worked on (right now it only prints out which dream iteration). The other which saves the output of every individual...
For issue #3
This could be a bash script, which checks for required 3rd party requirements and try to install them if they are not present.
This could be a bash script, which checks for required 3rd party requirements and try to install them if they are not present.