facebookresearch / pytorch_GAN_zoo

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

Syntax to override --maxIterAtScale #129

Open roqvist opened 3 years ago

roqvist commented 3 years ago

How do I specify the scale array override --maxIterAtScale when calling train.py?

python train.py PGAN -c "<configPath>" -n "<modelName>" -d "<outputDir>" --restart --save_iter 6000 --maxIterAtScale ???

roqvist commented 3 years ago

Proposed fix #130