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
5348936a
Commit
5348936a
authored
Jul 19, 2023
by
Geoffrey Yu
Browse files
now update get_optimal_transform
parent
9f24ebf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openfold/utils/loss.py
openfold/utils/loss.py
+1
-1
No files found.
openfold/utils/loss.py
View file @
5348936a
...
...
@@ -2069,7 +2069,7 @@ class AlphaFoldMultimerLoss(AlphaFoldLoss):
# anchor_pred_mask = anchor_pred_mask.to('cuda')
input_mask
=
(
anchor_true_mask
*
anchor_pred_mask
).
bool
()
r
,
x
=
get_optimal_transform
(
anchor_true_pos
,
anchor_true_pos
[
0
]
,
anchor_pred_pos
,
mask
=
input_mask
)
del
input_mask
# just to save memory
...
...
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