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
74670a88
Commit
74670a88
authored
Sep 25, 2023
by
Geoffrey Yu
Browse files
update input pipeline multimer
parent
324b2ea6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
openfold/data/input_pipeline_multimer.py
openfold/data/input_pipeline_multimer.py
+1
-4
No files found.
openfold/data/input_pipeline_multimer.py
View file @
74670a88
...
...
@@ -138,10 +138,7 @@ def process_tensors_from_config(tensors, common_cfg, mode_cfg):
d
[
"ensemble_index"
]
=
i
return
fn
(
d
)
nonensembled
=
nonensembled_transform_fns
(
common_cfg
,
mode_cfg
,
)
nonensembled
=
nonensembled_transform_fns
()
gt_tensors
=
compose
(
grountruth_transforms_fns
())(
gt_tensors
)
tensors
=
compose
(
nonensembled
)(
tensors
)
...
...
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