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
349fdbd9
"git@developer.sourcefind.cn:OpenDAS/dcnv3.git" did not exist on "6a31be8f76da915bc20fdf8d1de4d31f9e93faf8"
Commit
349fdbd9
authored
Aug 19, 2022
by
Gustaf Ahdritz
Browse files
Fix new template bug
parent
29864369
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 @
349fdbd9
...
...
@@ -160,7 +160,7 @@ class AlphaFold(nn.Module):
del
t
if
(
not
inplace_safe
):
t_pair
=
torch
.
cat
(
pair_embeds
,
dim
=
templ_dim
)
t_pair
=
torch
.
stack
(
pair_embeds
,
dim
=
templ_dim
)
del
pair_embeds
...
...
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