GDL_code icon indicating copy to clipboard operation
GDL_code copied to clipboard

Why do you leave out batch norm on the first iteration of creating the discriminator for GAN.py?

Open pyoungkangkim opened this issue 6 years ago • 1 comments

It kind of struck my curiosity on why you left out Batchnorm on iteration 0.

https://github.com/davidADSP/GDL_code/blob/master/models/GAN.py#L105

pyoungkangkim avatar Sep 30 '19 05:09 pyoungkangkim

Hi @MLSlayer / anyothers , could you find any information on why the BN is omitted in 0'th iteration? Also, this same logic appears in the below forked code https://github.com/MLSlayer/Generative-Deep-Learning-Code-in-Pytorch/blob/49bd308a344f7c0710fbbb4004b726b372104959/models/GAN.py#L46

satya400 avatar Dec 29 '20 16:12 satya400