mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
✏️ fix typo
This commit is contained in:
parent
4201c718e9
commit
9152b10478
2
train.py
2
train.py
@ -97,7 +97,7 @@ group.add_argument('--class-map', default='', type=str, metavar='FILENAME',
|
||||
# Model parameters
|
||||
group = parser.add_argument_group('Model parameters')
|
||||
group.add_argument('--model', default='resnet50', type=str, metavar='MODEL',
|
||||
help='Name of model to train (default: "resnet50"')
|
||||
help='Name of model to train (default: "resnet50")')
|
||||
group.add_argument('--pretrained', action='store_true', default=False,
|
||||
help='Start with pretrained version of specified network (if avail)')
|
||||
group.add_argument('--initial-checkpoint', default='', type=str, metavar='PATH',
|
||||
|
Loading…
x
Reference in New Issue
Block a user