diegoalejogm / gans

Generative Adversarial Networks implemented in PyTorch and Tensorflow
MIT License
832 stars 353 forks source link

bugs in noise function of 1. Vanilla GAN PyTorch.ipynb #3

Closed pvmilk closed 6 years ago

pvmilk commented 6 years ago

You probably forget the parenthesis there

if torch.cuda.is_available(): return n.cuda() <==
diegoalejogm commented 6 years ago

You're right! Thanks for finding this error