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
7d442323
Commit
7d442323
authored
Jun 12, 2022
by
Gustaf Ahdritz
Browse files
Change chunk tuning defaults
parent
4c1cf6e2
Changes
1
Show 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 @
7d442323
...
...
@@ -498,7 +498,7 @@ class EvoformerStack(nn.Module):
inf
:
float
,
eps
:
float
,
clear_cache_between_blocks
:
bool
=
False
,
tune_chunk_size
:
bool
=
Tru
e
,
tune_chunk_size
:
bool
=
Fals
e
,
**
kwargs
,
):
"""
...
...
@@ -665,7 +665,7 @@ class ExtraMSAStack(nn.Module):
ckpt
:
bool
,
clear_cache_between_blocks
:
bool
=
False
,
chunk_msa_attn
:
bool
=
False
,
tune_chunk_size
:
bool
=
Tru
e
,
tune_chunk_size
:
bool
=
Fals
e
,
**
kwargs
,
):
super
(
ExtraMSAStack
,
self
).
__init__
()
...
...
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