soumith / dcgan.torch

A torch implementation of http://arxiv.org/abs/1511.06434
Other
1.45k stars 415 forks source link

Improved Techniques for Training GANs #41

Open deepbrain opened 7 years ago

deepbrain commented 7 years ago

Hi, is there a torch code incorporating the training improvements described in the paper "Improved Techniques for Training GANs"?

soumith commented 7 years ago

the batch discrimination is implemented here: https://github.com/qassemoquab/stnbhwd/blob/batchDisc/BatchDiscrimination.lua