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
1d68bde1
"...internal/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "b2aa2317041ed79d390874a8cf89d48452779ddf"
Commit
1d68bde1
authored
Nov 25, 2021
by
Gustaf Ahdritz
Browse files
Remove vestigial comment
parent
f3f224a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openfold/model/evoformer.py
openfold/model/evoformer.py
+2
-2
No files found.
openfold/model/evoformer.py
View file @
1d68bde1
...
...
@@ -137,6 +137,8 @@ class EvoformerBlock(nn.Module):
):
super
(
EvoformerBlock
,
self
).
__init__
()
self
.
_is_extra_msa_stack
=
_is_extra_msa_stack
self
.
msa_att_row
=
MSARowAttentionWithPairBias
(
c_m
=
c_m
,
c_z
=
c_z
,
...
...
@@ -212,8 +214,6 @@ class EvoformerBlock(nn.Module):
chunk_size
:
Optional
[
int
]
=
None
,
_mask_trans
:
bool
=
True
,
)
->
Tuple
[
torch
.
Tensor
,
torch
.
Tensor
]:
#print(torch.cuda.memory_summary())
# DeepMind doesn't mask these transitions in the source, so _mask_trans
# should be disabled to better approximate the exact activations of
# the original.
...
...
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