martinarjovsky / WassersteinGAN

BSD 3-Clause "New" or "Revised" License
3.2k stars 725 forks source link

should the gamma and beta on batchnormalization layer be clipped? #75

Open dawnleft opened 5 years ago

dawnleft commented 5 years ago

There are two questions. firstly, dose the discriminator have batchnormalization layer? secondly, if so, should the trainable parameters on batchnorm layer be clipped?

Thanks in advance.