Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Update train_model.py (#4133)
Browse files Browse the repository at this point in the history
Updating validation-metric-mode help message
  • Loading branch information
skiingpacman committed Nov 1, 2021
1 parent 8094996 commit 23586a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parlai/scripts/train_model.py
Expand Up @@ -212,7 +212,7 @@ def setup_args(parser=None) -> ParlaiParser:
'--validation-metric-mode',
type=str,
choices=['max', 'min'],
help='how to optimize validation metric (max or min)',
help='the direction in which to optimize the validation metric, i.e. maximize or minimize',
)
train.add_argument(
'-vcut',
Expand Down

0 comments on commit 23586a2

Please sign in to comment.