Skip to content

Commit 51ac8d2

Browse files
JosuaRiederrwightman
authored andcommitted
fix typo in train.py: bathes > batches
1 parent 7e5477a commit 51ac8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
group.add_argument('-j', '--workers', type=int, default=4, metavar='N',
369369
help='how many training processes to use (default: 4)')
370370
group.add_argument('--save-images', action='store_true', default=False,
371-
help='save images of input bathes every log interval for debugging')
371+
help='save images of input batches every log interval for debugging')
372372
group.add_argument('--pin-mem', action='store_true', default=False,
373373
help='Pin CPU memory in DataLoader for more efficient (sometimes) transfer to GPU.')
374374
group.add_argument('--no-prefetcher', action='store_true', default=False,

0 commit comments

Comments
 (0)