LMescheder / GAN_stability

Code for paper "Which Training Methods for GANs do actually Converge? (ICML 2018)"
MIT License
917 stars 114 forks source link

What's the reason for LeakyReLU activation in Descriminator at the last linear layer? #2

Closed Arsey closed 6 years ago

Arsey commented 6 years ago

nevermind I've read that code line in a wrong way)) instead out = self.fc(actvn(out)) I've read as out = actvn(self.fc(out))