├── Deep_Dream.ipynb ├── README.md └── pics ├── catrip.png ├── catrippy.png ├── coltrip.png ├── facetrip.png ├── facetrip2.png ├── skytrip.png ├── trip.png └── trip2.png /README.md: -------------------------------------------------------------------------------- 1 | # Pytorch-Deep-Dream 2 | A Pytorch Deep Dream Implementation 3 | 4 | Credits: 5 | 6 | https://www.kaggle.com/sironghuang/understanding-pytorch-hooks 7 | 8 | https://github.com/google/deepdream/blob/master/dream.ipynb 9 | 10 | https://www.tensorflow.org/tutorials/generative/deepdream 11 | 12 | Some results can be seen in the 'pics' folder 13 | 14 | 15 | ![](https://raw.githubusercontent.com/juanigp/Pytorch-Deep-Dream/master/pics/catrip.png) 16 | -------------------------------------------------------------------------------- /pics/catrip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juanigp/Pytorch-Deep-Dream/16105d20c2f422eb9dce2588738d265d9b2b88e2/pics/catrip.png -------------------------------------------------------------------------------- /pics/catrippy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juanigp/Pytorch-Deep-Dream/16105d20c2f422eb9dce2588738d265d9b2b88e2/pics/catrippy.png -------------------------------------------------------------------------------- /pics/coltrip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juanigp/Pytorch-Deep-Dream/16105d20c2f422eb9dce2588738d265d9b2b88e2/pics/coltrip.png -------------------------------------------------------------------------------- /pics/facetrip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juanigp/Pytorch-Deep-Dream/16105d20c2f422eb9dce2588738d265d9b2b88e2/pics/facetrip.png -------------------------------------------------------------------------------- /pics/facetrip2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juanigp/Pytorch-Deep-Dream/16105d20c2f422eb9dce2588738d265d9b2b88e2/pics/facetrip2.png -------------------------------------------------------------------------------- /pics/skytrip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juanigp/Pytorch-Deep-Dream/16105d20c2f422eb9dce2588738d265d9b2b88e2/pics/skytrip.png -------------------------------------------------------------------------------- /pics/trip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juanigp/Pytorch-Deep-Dream/16105d20c2f422eb9dce2588738d265d9b2b88e2/pics/trip.png -------------------------------------------------------------------------------- /pics/trip2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juanigp/Pytorch-Deep-Dream/16105d20c2f422eb9dce2588738d265d9b2b88e2/pics/trip2.png --------------------------------------------------------------------------------