Skip to content

Commit

Permalink
Merge pull request #467 from EMCP/patch-1
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
jwyang authored Mar 9, 2019
2 parents f59d6a7 + 7189b35 commit 203f021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trainval_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def parse_args():
parser.add_argument('--checkpoint', dest='checkpoint',
help='checkpoint to load model',
default=0, type=int)
# log and diaplay
# log and display
parser.add_argument('--use_tfb', dest='use_tfboard',
help='whether use tensorboard',
action='store_true')
Expand Down

0 comments on commit 203f021

Please sign in to comment.