stylegan2-pytorch icon indicating copy to clipboard operation
stylegan2-pytorch copied to clipboard

Print option values in the beginning of training.

Open tannisroot opened this issue 5 years ago • 1 comments
trafficstars

Hi, here's an issue: recently, I started a training process with the new top-k option, and due to the change in the option name, i think it didn't get enabled as I used the new option name --top-k-training with an older version of stylegan2-pytorch which had it called --generate-top-k, resulting in a lot of wasted time :( I think it would be nice if the script could print values for various options before starting a new learning process, allowing users to easily spot whether they made a mistake when specifying a option.

tannisroot avatar Oct 01 '20 18:10 tannisroot

@tannisroot sure! I can switch the CLI over to https://click.palletsprojects.com/en/7.x/ at some point, we can keep this open!

lucidrains avatar Oct 01 '20 19:10 lucidrains