Skip to content

Commit 203f021

Browse files
authored
Merge pull request #467 from EMCP/patch-1
typo fix
2 parents f59d6a7 + 7189b35 commit 203f021

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)