tf.gans-comparison icon indicating copy to clipboard operation
tf.gans-comparison copied to clipboard

Implementations of (theoretical) generative adversarial networks and comparison without cherry-picking

Results 4 tf.gans-comparison issues
Sort by recently updated
recently updated
newest added

in dcgan.py. from basemodel import BaseModel When I run python train.py --help ModuleNotFoundError: No module named 'basemodel'

i want to try out these GANs for creating a new pokemon (similar to https://github.com/moxiegushi/pokeGAN but with other GANs). currently i am doing the following method, but i dont know...

Hi ! Firstly, thanks for making this amazing and super useful repo. I made some changes that allows training of different image sizes, I've tested the changes by training 128x128...

Thank you for sharing the implementations of the GAN based models on popular datasets like CelebA. I have implemented the WGAN-GP model (in PyTorch), the samples are looking closer the...