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
a7c4159d
Commit
a7c4159d
authored
Jun 24, 2022
by
Gustaf Ahdritz
Browse files
Restore layer_norm_m to its rightful place
parent
c1c8999c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
openfold/model/msa.py
openfold/model/msa.py
+1
-0
No files found.
openfold/model/msa.py
View file @
a7c4159d
...
...
@@ -254,6 +254,7 @@ class MSAAttention(nn.Module):
use_lma
=
use_lma
,
)
else
:
m
=
self
.
layer_norm_m
(
m
)
m
=
self
.
mha
(
q_x
=
m
,
kv_x
=
m
,
...
...
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