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
6f632671
Unverified
Commit
6f632671
authored
Jul 18, 2024
by
Jennifer Wei
Committed by
GitHub
Jul 18, 2024
Browse files
Merge pull request #470 from rkosai/main
Remove unnecessary double-load of config_json.
parents
c48f850a
8b5212da
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
run_pretrained_openfold.py
run_pretrained_openfold.py
+1
-6
No files found.
run_pretrained_openfold.py
View file @
6f632671
...
...
@@ -190,11 +190,6 @@ def main(args):
custom_config_dict
=
json
.
load
(
f
)
config
.
update_from_flattened_dict
(
custom_config_dict
)
if
args
.
experiment_config_json
:
with
open
(
args
.
experiment_config_json
,
'r'
)
as
f
:
custom_config_dict
=
json
.
load
(
f
)
config
.
update_from_flattened_dict
(
custom_config_dict
)
if
args
.
trace_model
:
if
not
config
.
data
.
predict
.
fixed_size
:
raise
ValueError
(
...
...
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