witnessai / LAPGAN

Unofficial PyTorch implementation of LAPGAN (Deep Generative Image Models using a Laplacian Pyramid of Adversarial Networks, NIPS 2015)
14 stars 8 forks source link

Code does not run as expected #2

Open CYummy0312 opened 2 years ago

CYummy0312 commented 2 years ago

When I try to run the code (CIFAR-10) without changing any parameters, the result is all noisy images, not up to the level of the paper at all, is it because the parameters are not set correctly or is it a problem with the code?