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
d03fc112
"launch/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "28fd481c9a060649a95a2fcba32693f49e47d884"
Commit
d03fc112
authored
Nov 09, 2021
by
Gustaf Ahdritz
Browse files
Disable training-time chunking in default config
parent
ed9ca30d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
openfold/config.py
openfold/config.py
+1
-0
No files found.
openfold/config.py
View file @
d03fc112
...
@@ -45,6 +45,7 @@ def model_config(name, train=False, low_prec=False):
...
@@ -45,6 +45,7 @@ def model_config(name, train=False, low_prec=False):
if
train
:
if
train
:
c
.
globals
.
blocks_per_ckpt
=
1
c
.
globals
.
blocks_per_ckpt
=
1
c
.
globals
.
chunk_size
=
None
if
low_prec
:
if
low_prec
:
c
.
globals
.
eps
=
1e-4
c
.
globals
.
eps
=
1e-4
...
...
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