roatienza / Deep-Learning-Experiments

Videos, notes and experiments to understand deep learning
MIT License
1.1k stars 760 forks source link

discriminator parameters updated simultaneously when training generator? #3

Closed wangxianliang closed 7 years ago

roatienza commented 7 years ago

yes. both are trained at the same time. usually, the discriminator learns faster so a mechanism must be put in place for the generator to catch up.