"docs/en/git@developer.sourcefind.cn:OpenDAS/mmgeneration.git" did not exist on "57e0e89170c8aa97b0980fafaf87b2df0204f93d"
Commit 1026158e authored by Lucas Bickmann's avatar Lucas Bickmann
Browse files

Change wrong help message, updated naming convention

parent 15c5bf38
...@@ -494,10 +494,8 @@ if __name__ == "__main__": ...@@ -494,10 +494,8 @@ if __name__ == "__main__":
help="Whether to load just model weights as opposed to training state" help="Whether to load just model weights as opposed to training state"
) )
parser.add_argument( parser.add_argument(
"--jax_param_path", type=str, default=None, "--resume_from_jax_params", type=str, default=None,
help="""Path to JAX model parameters. If None, and openfold_checkpoint_path help="""Path to an .npz JAX parameter file with which to initialize the model"""
is also None, parameters are selected automatically according to
the model name from openfold/resources/params"""
) )
parser.add_argument( parser.add_argument(
"--log_performance", type=bool_type, default=False, "--log_performance", type=bool_type, default=False,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment