self-conditioned-gan
self-conditioned-gan copied to clipboard
Diverse Image Generation via Self-Conditioned GANs
hello: I run train.py by python train.py configs/cifar/selfcondgan.yaml. When doing cluster matching with it =25000. we meet a error :ValueError: too many values to unpack (expected 2) in line 80...
Outstanding work! And Thanks for releasing this great implementation! I’ m trying to reproducing Cifar10 experiment. GAN results in Table 2 achieved IS of 6.98. Using **python train.py configs/cifar/unconditional.yaml** with...
Hello, Thanks for the great idea. I am now trying to train the model with my own dataset which has 1 class. Can you briefly guide me how to /...