Skip to content

Commit 7189b35

Browse files
author
Erik
authored
typo fix
1 parent aa1678b commit 7189b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trainval_net.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def parse_args():
111111
parser.add_argument('--checkpoint', dest='checkpoint',
112112
help='checkpoint to load model',
113113
default=0, type=int)
114-
# log and diaplay
114+
# log and display
115115
parser.add_argument('--use_tfb', dest='use_tfboard',
116116
help='whether use tensorboard',
117117
action='store_true')

0 commit comments

Comments
 (0)