Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 881 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 881 Bytes

DiscoGAN in Tensorflow

Tensorflow implementation of Learning to Discover Cross-Domain Relations with Generative Adversarial Networks

Requirements

  • Tensorflow 1.0.1
  • Python 3.5.2
  • Pillow
  • wget

Download code

git clone https://github.com/GunhoChoi/DiscoGAN_TF.git
cd DiscoGAN_TF

Download Image

python3 down_resize_crop.py

Train Model

python3 DiscoGAN.py

Result

under training..

Insight

In order to get better results, the generator needs to be smarter than discriminator. Also, greater latent size of generator is required in order to get better generated images.

Links