znxlwm / pytorch-generative-model-collections

Collection of generative models in Pytorch version.
2.59k stars 546 forks source link

No mode collapse in ACGAN (pytorch) #26

Open farhodfm opened 4 years ago

farhodfm commented 4 years ago

Hi!

I am curious why there is no mode in the ACGAN-PyTorch version while it exists in the TensorFlow version given in the link.

In fact, I am more curious because I ran ACGAN-TensorFlow+Keras (link) and found mode collapse. Now, running Pytorch version (link), and so far, there is no sign of mode collapse. BTW, I ran implementations from same author.

So, did you find/analyze the reason why it works perfectly in Pytorch, but not in TensorFlow?

Thanks in advance