GANs-collections-tf2.0_keras-eager_mode icon indicating copy to clipboard operation
GANs-collections-tf2.0_keras-eager_mode copied to clipboard

This repository implements all kinds of GAN-models based on tensorflow2.0 keras API including GAN, CGAN, WGAN, WGAN_GP, VAE, CVAE, LSGAN, infoGAN, EBGAN, BEGAN, ACGAN

Results 6 GANs-collections-tf2.0_keras-eager_mode issues
Sort by recently updated
recently updated
newest added

The loss curve of my WGAN does not converge all the time, and I do not know why. Could anyone help me?I have changed the whole model many times, and...

Hey, I just wanted to say thank you for your work putting this together, and to let you know that your code works perfectly on GPU with no modifications.

Gan in tf2.0 is really hard to find due to its new features but your code gives me insprition, tks a lot! lol

batchsize默认64,如果改成小一点的,每一次的datasets都没变。

scipy.misc.imsave 过时(在scipy1.0.0中已弃用,在1.2.0中删除),更新为 imageio.imwrite