image-dreamer icon indicating copy to clipboard operation
image-dreamer copied to clipboard

"Dreams" images, such as shown in the Google Research blog post on "Inceptionism".

Results 10 image-dreamer issues
Sort by recently updated
recently updated
newest added

If Caffe was built for the NVIDIA GPU, these lines will speed things up a LOT. Insert this code just after the "import caffe" line. ``` # If your GPU...

Hi, I spent some time and rewrote the dreamify.py a bit. I moved the data to a json file. Dreamify.py: ``` python #!/usr/bin/env python # imports and basic notebook setup...

- Smarter compute and memory resource allocation. - Using [vagrant-cachier](https://github.com/fgrehm/vagrant-cachier) for faster start-up

Make the input image's numpy array the right format for preprocess() by adding a conversion to RGB in the image read statement: ``` python img = np.float32(PIL.Image.open(sys.argv[1]).convert('RGB')) ``` Otherwise, it's...

So I have a fresh install of vagrant (only added numpy onto it because that was also missing) but I'm having trouble with where to go from here. Every time...

- PEP8! - Move most end-of-line comments above their related code. - Copyedit most comments. - Add `if __name__ = __main__:` so that we're a proper command line program with...

http://pastebin.com/2PXAbz5m I'm no programmer, I just like to tinker :)

Before: ![headshot_256](https://cloud.githubusercontent.com/assets/235769/8487629/318827be-20c2-11e5-9b3a-ec15b0871a4d.jpg) After: ![headshot_256_dreamed](https://cloud.githubusercontent.com/assets/235769/8487642/3f91eb74-20c2-11e5-87aa-87ed27236f22.png)