Skip to content

Commit a2e8474

Browse files
author
Fabio Ferreira
committed
chore: remove use checkpointing from doc string
1 parent 42ec757 commit a2e8474

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

monai/networks/nets/unet.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ class UNet(nn.Module):
8181
if a conv layer is directly followed by a batch norm layer, bias should be False.
8282
adn_ordering: a string representing the ordering of activation (A), normalization (N), and dropout (D).
8383
Defaults to "NDA". See also: :py:class:`monai.networks.blocks.ADN`.
84-
use_checkpointing: if True, apply activation checkpointing to internal sub-blocks during training to reduce memory
85-
at the cost of extra compute. Checkpointing is bypassed in eval and when gradients are disabled. Defaults to False.
8684
8785
Examples::
8886

0 commit comments

Comments
 (0)