naver-ai / StyleMapGAN

Official pytorch implementation of StyleMapGAN (CVPR 2021)
https://www.youtube.com/watch?v=qCapNyRA_Ng
Other
458 stars 81 forks source link

[code]About the train.py #14

Open diaodeyi opened 3 years ago

diaodeyi commented 3 years ago

Hi , thanks for your great work, i want to konw why do you train the G before the D?

diaodeyi commented 3 years ago

As for the GANs joint training, the D usually is trained before the G.

blandocs commented 3 years ago

Hi, it doesn't matter whether you train D first or not. There isn't any special reason for it.