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
727e68c2
Commit
727e68c2
authored
Oct 22, 2021
by
Gustaf Ahdritz
Browse files
Clarify checkpointing comment
parent
f706ace4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
openfold/utils/checkpointing.py
openfold/utils/checkpointing.py
+3
-3
No files found.
openfold/utils/checkpointing.py
View file @
727e68c2
...
@@ -39,9 +39,9 @@ def checkpoint_blocks(
...
@@ -39,9 +39,9 @@ def checkpoint_blocks(
args:
args:
Tuple of arguments for the first block.
Tuple of arguments for the first block.
blocks_per_ckpt:
blocks_per_ckpt:
Size of each chunk. A higher value corresponds to
higher memory
Size of each chunk. A higher value corresponds to
fewer
c
onsumption but fewer checkpoints
. If None, no checkpointing
is
c
heckpoints, and trades memory for speed
. If None, no checkpointing
performed.
is
performed.
Returns:
Returns:
The output of the final block
The output of the final block
"""
"""
...
...
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