Skip to content

Commit 4688bd7

Browse files
committed
print
1 parent bd86afe commit 4688bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
help='Number classes in dataset')
5656
parser.add_argument('--class-map', default='', type=str, metavar='FILENAME',
5757
help='path to class to idx mapping file (default: "")')
58-
parser.add_argument('--log-freq', default=10, type=int,
58+
parser.add_argument('--log-freq', default=1, type=int,
5959
metavar='N', help='batch logging frequency (default: 10)')
6060
parser.add_argument('--checkpoint', default='', type=str, metavar='PATH',
6161
help='path to latest checkpoint (default: none)')

0 commit comments

Comments
 (0)