Skip to content

Commit

Permalink
fix argument inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
vimar-gu authored Jan 6, 2024
1 parent f2d7744 commit 24a2a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_image_models/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
help='Allow download of dataset for torch/ and tfds/ datasets that support it.')
group.add_argument('--class-map', default='', type=str, metavar='FILENAME',
help='path to class to idx mapping file (default: "")')
group.add_argument('--select_indices', default=[], type=str, nargs='+',
group.add_argument('--select-indices', default=[], type=str, nargs='+',
help='pre-defined subset indices')

# Model parameters
Expand Down

0 comments on commit 24a2a77

Please sign in to comment.