CycleGAN icon indicating copy to clipboard operation
CycleGAN copied to clipboard

Tensorflow implementation of CycleGAN

Results 15 CycleGAN issues
Sort by recently updated
recently updated
newest added

Hello, I am using your tensorflow implementation of the Cycle GAN for my own dataset. However, there are few questions I want to ask about, and I hope you can...

i tried running the code, after couple of epochs, save_training_images is dumping empty image. It doesn't look relisting. is it because yet to learn or something wrong in code?

hello hardikbansal I am fuzzy on build_gen_discriminator and patch_discriminator. Can you tell me the difference between build_gen_discriminato and patch_discriminator ? def build_gen_discriminator(inputdisc, name="discriminator"): with tf.variable_scope(name): f = 4 o_c1 =...