Skip to content

Commit

Permalink
fix a spelling mistake (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
fosaken committed Sep 17, 2021
1 parent db7aa57 commit 2a0a3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def make_parser():
"--exp_file",
default=None,
type=str,
help="plz input your expriment description file",
help="plz input your experiment description file",
)
parser.add_argument(
"--resume", default=False, action="store_true", help="resume training"
Expand Down

0 comments on commit 2a0a3bf

Please sign in to comment.