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
326e08de
"vscode:/vscode.git/clone" did not exist on "8922371e27c1e099f7e1daed4905a9a2ebe66f17"
Commit
326e08de
authored
Nov 18, 2021
by
Gustaf Ahdritz
Browse files
Free used recycling tensors
parent
a7e631cc
Changes
1
Show 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 @
326e08de
...
...
@@ -233,7 +233,7 @@ class AlphaFold(nn.Module):
z
=
z
+
z_prev_emb
# Possibly prevents memory fragmentation
del
m_1_prev_emb
,
z_prev_emb
del
m_1_prev
,
z_prev
,
x_prev
,
m_1_prev_emb
,
z_prev_emb
# Embed the templates + merge with MSA/pair embeddings
if
self
.
config
.
template
.
enabled
:
...
...
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