Skip to content

Commit

Permalink
fix typo in train.py: bathes > batches
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuaRieder authored and rwightman committed Nov 5, 2024
1 parent 7e5477a commit 51ac8d2
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 @@ -368,7 +368,7 @@
group.add_argument('-j', '--workers', type=int, default=4, metavar='N',
help='how many training processes to use (default: 4)')
group.add_argument('--save-images', action='store_true', default=False,
help='save images of input bathes every log interval for debugging')
help='save images of input batches every log interval for debugging')
group.add_argument('--pin-mem', action='store_true', default=False,
help='Pin CPU memory in DataLoader for more efficient (sometimes) transfer to GPU.')
group.add_argument('--no-prefetcher', action='store_true', default=False,
Expand Down

0 comments on commit 51ac8d2

Please sign in to comment.