znxlwm / pytorch-generative-model-collections

Collection of generative models in Pytorch version.
2.59k stars 546 forks source link

Add missing comma in argparse option #2

Closed ssnl closed 6 years ago

ssnl commented 6 years ago

Without the comma, 'WGAN_GP' and 'DRAGAN' options are considered invalid as the parser expects 'WGAN_GPDRAGAN'.

ssnl commented 6 years ago

@znxlwm Could you take a look at this one line PR please? Thanks!

znxlwm commented 6 years ago

Thank you!