Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support fine-tuning #944

Merged
merged 16 commits into from
Mar 17, 2023
Prev Previous commit
Next Next commit
update comments
  • Loading branch information
marcoyang1998 committed Mar 17, 2023
commit 92c7237da59f74006c77bef4d1b53d3e0f6f8cee
Original file line number Diff line number Diff line change
@@ -123,7 +123,7 @@ def add_finetune_arguments(parser: argparse.ArgumentParser):
"--finetune-ckpt",
type=str,
default=None,
help="Fine-tuning from which iter. If larger than 0, ignore --finetune-epoch.",
help="Fine-tuning from which checkpoint (a path to a .pt file)",
)