Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iProzd committed Jun 3, 2024
1 parent 915707b commit 951fb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def main_parser() -> argparse.ArgumentParser:
parser_train.add_argument(
"--use-pretrain-script",
action="store_true",
help="(Supported Backend: PyTorch) Use model params in the script of the pretrained model instead of user input.",
help="(Supported Backend: PyTorch) Use model params in the script of the pretrained model instead of user input when doing finetuning.",
)
parser_train.add_argument(
"-o",
Expand Down

0 comments on commit 951fb1e

Please sign in to comment.