diegoalejogm / gans

Generative Adversarial Networks implemented in PyTorch and Tensorflow
MIT License
824 stars 352 forks source link

train_generator #19

Closed carankt closed 4 years ago

carankt commented 4 years ago

image

In the file: gans/1. Vanilla GAN PyTorch.ipynb

I think it should be prediction = generator(fake_data)