znxlwm / pytorch-generative-model-collections

Collection of generative models in Pytorch version.
2.6k stars 548 forks source link

critic iteration on DS iteration #6

Open fsalmasri opened 6 years ago

fsalmasri commented 6 years ago

Are you iterating on all the DS in each D iteration? I don't see this is the case here.

Could you show your loss outout please ? I'm having very weird output

started at D: -31699812.0 G: -1.2754488e+21 and now fixed at D: 0.25 G: 6.751009
I'm checking gradient and it is zero every where .

Btw I'm not normalizing my DS do you think it is the reason ?