Skip to content

Commit

Permalink
Update deepmd/utils/argcheck.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Duo <[email protected]>
  • Loading branch information
iProzd and njzjz authored Mar 9, 2024
1 parent cb367ef commit 88efeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd/utils/argcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -2136,7 +2136,7 @@ def training_args(): # ! modified by Ziyao: data configuration isolated.
doc_save_ckpt = "The path prefix of saving check point files."
doc_max_ckpt_keep = (
"The maximum number of checkpoints to keep. "
"The oldest checkpoints will be deleted once the number of checkpoints exceeds max_to_keep. "
"The oldest checkpoints will be deleted once the number of checkpoints exceeds max_ckpt_keep. "
"Defaults to 5."
)
doc_disp_training = "Displaying verbose information during training."
Expand Down

0 comments on commit 88efeaa

Please sign in to comment.