heykeetae / Self-Attention-GAN

Pytorch implementation of Self-Attention Generative Adversarial Networks (SAGAN)
2.51k stars 470 forks source link

d_iters seems not being used #21

Open r06922019 opened 6 years ago

r06922019 commented 6 years ago

Hi,

In https://github.com/heykeetae/Self-Attention-GAN/blob/master/trainer.py#L34 the parameter is passed to self.d_iters (right?) However, it seems that it is not used in the training loop below Am I understanding the training code wrong?