Skip to content

Commit

Permalink
Forgot to add new configs to the parser
Browse files Browse the repository at this point in the history
  • Loading branch information
PDillis committed Apr 28, 2021
1 parent 1db9108 commit 08378e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def convert(self, value, param, ctx):
@click.option('--mirror-y', help='Enable dataset y=flips [default: false]', type=bool, metavar='BOOL')

# Base config.
@click.option('--cfg', help='Base config [default: auto]', type=click.Choice(['auto', 'stylegan2', 'paper256', 'paper512', 'paper1024', 'cifar', '24gb-2gpu']))
@click.option('--cfg', help='Base config [default: auto]', type=click.Choice(['auto', 'stylegan2', 'paper256', 'paper512', 'paper1024', 'cifar', '24gb-2gpu', '24gb-4gpu', '24gb-2gpu-cplx', '24gb-4gpu-cplx']))
@click.option('--gamma', help='Override R1 gamma', type=float)
@click.option('--kimg', help='Override training duration', type=int, metavar='INT')
@click.option('--batch', help='Override batch size', type=int, metavar='INT')
Expand Down

0 comments on commit 08378e1

Please sign in to comment.