Thanks for sharing this repo.
For my experiments, I used the gan_cifar.py and trained it for 50k iterations on wgan mode and am able to generate varied images.
On the other hand, when I give a size of (1,128) for the input vector, and randomly sample from a normal distribution, the same sample is produced no matter the input.
Any idea why this would happen or directions to solving this issue would be great.
Hi,
Thanks for sharing this repo. For my experiments, I used the
gan_cifar.py
and trained it for 50k iterations onwgan
mode and am able to generate varied images. On the other hand, when I give a size of(1,128)
for the input vector, and randomly sample from a normal distribution, the same sample is produced no matter the input.Any idea why this would happen or directions to solving this issue would be great.
Thanks in advance!