Skip to content

Commit e112457

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent feefcaa commit e112457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/networks/nets/unet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class UNet(nn.Module):
8787
if a conv layer is directly followed by a batch norm layer, bias should be False.
8888
adn_ordering: a string representing the ordering of activation (A), normalization (N), and dropout (D).
8989
Defaults to "NDA". See also: :py:class:`monai.networks.blocks.ADN`.
90-
use_checkpointing: if True, apply activation checkpointing to internal sub-blocks during training to reduce memory
90+
use_checkpointing: if True, apply activation checkpointing to internal sub-blocks during training to reduce memory
9191
at the cost of extra compute. Checkpointing is bypassed in eval and when gradients are disabled. Defaults to False.
9292
9393
Examples::

0 commit comments

Comments
 (0)