Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit 1478977

Browse files
authored
Merge pull request #10 from OndraM/fix-duplicate-param
Fix duplicate param definition.
2 parents f68f04f + eb25e73 commit 1478977

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

enhance.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
add_arg = parser.add_argument
3737
add_arg('files', nargs='*', default=[])
3838
add_arg('--scales', default=2, type=int, help='How many times to perform 2x upsampling.')
39-
add_arg('--model', default='medium', type=str, help='Name of the neural network to load/save.')
4039
add_arg('--model', default='small', type=str, help='Name of the neural network to load/save.')
4140
add_arg('--train', default=False, type=str, help='File pattern to load for training.')
4241
add_arg('--batch-resolution', default=192, type=int, help='Resolution of images in training batch.')

0 commit comments

Comments
 (0)