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
07b522b7
Commit
07b522b7
authored
Jun 23, 2022
by
Sam DeLuca
Browse files
fixing bug in jax handling
parent
a2ab7ab7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
run_pretrained_openfold.py
run_pretrained_openfold.py
+1
-1
No files found.
run_pretrained_openfold.py
View file @
07b522b7
...
...
@@ -226,7 +226,7 @@ def load_models_from_command_line(args, config):
model
=
AlphaFold
(
config
)
model
=
model
.
eval
()
import_jax_weights_
(
model
,
path
,
version
=
args
.
model_name
model
,
path
,
version
=
args
.
config_preset
)
model
=
model
.
to
(
args
.
model_device
)
logger
.
info
(
...
...
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