Pytorch Implementation of Google-DeepDream
You can star this repository to keep track of the project if it's helpful for you, thank you for your support.
https://mp.weixin.qq.com/s/iIhiMKutVtYEUgAiErLkVQ
OS: Ubuntu 16.04
Graphics card: Titan xp
Python: python3.x with the packages in requirements.txt
# uncontrolled
python train.py --imagepath imgs/sky1024px.jpg
# controlled
python train.py --imagepath imgs/sky1024px.jpg --controlimagepath imgs/flowers.jpg --iscontrolled
[1]. https://ai.googleblog.com/2015/06/inceptionism-going-deeper-into-neural.html
[2]. https://github.com/google/deepdream