Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiefy authored Aug 16, 2022
1 parent 54372b7 commit dea35a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def get_hparams(init=True):
help='Model name')

parser.add_argument('-p', '--modeldir', type=str, default="default",
help='Checkpoint save path')
help='Directory to save models')

args = parser.parse_args()
if args.modeldir == "default":
Expand Down

0 comments on commit dea35a9

Please sign in to comment.