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
b5fa2ba3
Unverified
Commit
b5fa2ba3
authored
Apr 20, 2023
by
Gustaf Ahdritz
Committed by
GitHub
Apr 20, 2023
Browse files
Remove comment
parent
c8b98f54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
openfold/model/msa.py
openfold/model/msa.py
+0
-3
No files found.
openfold/model/msa.py
View file @
b5fa2ba3
...
...
@@ -457,9 +457,6 @@ class MSAColumnGlobalAttention(nn.Module):
m
=
m
.
transpose
(
-
2
,
-
3
)
mask
=
mask
.
transpose
(
-
1
,
-
2
)
# [*, N_res, N_seq, C_in]
#m = self.layer_norm_m(m)
if
chunk_size
is
not
None
:
m
=
self
.
_chunk
(
m
,
mask
,
chunk_size
,
use_lma
=
use_lma
)
else
:
...
...
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