duc0 / deep-dream-in-pytorch

Pytorch implementation of the DeepDream computer vision algorithm

Repository from Github https://github.comduc0/deep-dream-in-pytorchRepository from Github https://github.comduc0/deep-dream-in-pytorch

deep-dream-in-pytorch

Pytorch (https://github.com/pytorch/pytorch) implementation of the deep dream (https://en.wikipedia.org/wiki/DeepDream) computer vision algorithm

Installation

Install Jupyter notebook with Anaconda

http://jupyter.org/install

Run jupyter notebook and open deep-dream-pytorch.ipynb

Note: to improve performance set CUDA_ENABLED = True in the notebook if you have a capable Nvidia GPU.

Examples

Cloud

img

DeepDream Cloud

dd

Waves

img

DeepDream Waves

dd

Starry Night

img

DeepDream Starry Night

dd

About

Pytorch implementation of the DeepDream computer vision algorithm

License:MIT License


Languages

Language:Jupyter Notebook 100.0%