facebookresearch / pytorch_GAN_zoo

A mix of GAN implementations including progressive growing
BSD 3-Clause "New" or "Revised" License
1.62k stars 271 forks source link

Manual seed #12

Open Molugan opened 5 years ago

Molugan commented 5 years ago

4/ I've also noticed that you often use seed() with no arguments - I'm not sure how common it is, but more often than not i find it useful to enable seeding from command line parameters that is called once from main, so that the results are more reproducible. Maybe you have reasons for this!