We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f59d6a7 + 7189b35 commit 203f021Copy full SHA for 203f021
trainval_net.py
@@ -111,7 +111,7 @@ def parse_args():
111
parser.add_argument('--checkpoint', dest='checkpoint',
112
help='checkpoint to load model',
113
default=0, type=int)
114
-# log and diaplay
+# log and display
115
parser.add_argument('--use_tfb', dest='use_tfboard',
116
help='whether use tensorboard',
117
action='store_true')
0 commit comments