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
13290527
Commit
13290527
authored
Oct 20, 2021
by
Gustaf Ahdritz
Browse files
Fix typo
parent
bf3eed6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openfold/model/model.py
openfold/model/model.py
+1
-1
No files found.
openfold/model/model.py
View file @
13290527
...
@@ -202,7 +202,7 @@ class AlphaFold(nn.Module):
...
@@ -202,7 +202,7 @@ class AlphaFold(nn.Module):
)
)
# Inject information from previous recycling iterations
# Inject information from previous recycling iterations
if
_recycle
is
True
:
if
_recycle
:
# Initialize the recycling embeddings, if needs be
# Initialize the recycling embeddings, if needs be
if
None
in
[
m_1_prev
,
z_prev
,
x_prev
]:
if
None
in
[
m_1_prev
,
z_prev
,
x_prev
]:
# [*, N, C_m]
# [*, N, C_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