Skip to content

Commit

Permalink
add stat_file to argcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Feb 28, 2024
1 parent 8caa6d6 commit cfc9fe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deepmd/utils/argcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -2117,6 +2117,7 @@ def training_args(): # ! modified by Ziyao: data configuration isolated.
Argument("fitting_weight", dict, optional=True, doc=doc_fitting_weight),
Argument("warmup_steps", int, optional=True, doc=doc_only_pt_supported),
Argument("gradient_max_norm", float, optional=True, doc=doc_only_pt_supported),
Argument("stat_file", str, optional=True, doc=doc_only_pt_supported),
]
variants = [
Variant(
Expand Down

0 comments on commit cfc9fe3

Please sign in to comment.