CycleGAN TensorFlow Versions Save

An implementation of CycleGan using TensorFlow

v0.1-alpha

7 years ago

Hyperparameters:

  • batch_size: 1
  • image_size: 256
  • use_lsgan: True
  • norm: instance
  • lambda1: 10
  • lambda2: 10
  • initial learning rate: 2e-4
  • pool_size: 50