Skip to content

Pytorch Implementation of Google-DeepDream

License

Notifications You must be signed in to change notification settings

Anas-Alamri/DeepDream

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepDream

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.

Introduction

in Chinese

https://mp.weixin.qq.com/s/iIhiMKutVtYEUgAiErLkVQ

Environment

OS: Ubuntu 16.04
Graphics card: Titan xp
Python: python3.x with the packages in requirements.txt

Usage

# uncontrolled
python train.py --imagepath imgs/sky1024px.jpg
# controlled
python train.py --imagepath imgs/sky1024px.jpg --controlimagepath imgs/flowers.jpg --iscontrolled

Results

uncontrolled

img

controlled

img

Reference

[1]. https://ai.googleblog.com/2015/06/inceptionism-going-deeper-into-neural.html
[2]. https://github.com/google/deepdream

More

WeChat Official Accounts

Charles_pikachu
img

About

Pytorch Implementation of Google-DeepDream

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%