Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
1026158e
Commit
1026158e
authored
Jan 31, 2023
by
Lucas Bickmann
Browse files
Change wrong help message, updated naming convention
parent
15c5bf38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
train_openfold.py
train_openfold.py
+2
-4
No files found.
train_openfold.py
View file @
1026158e
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment