Skip to content

Commit 9e1c8b9

Browse files
committed
Docs: remove note directive, use plain bold text for shape constraints
1 parent ee7c987 commit 9e1c8b9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

monai/networks/nets/segresnet_ds.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,6 @@ class SegResNetDS(nn.Module):
254254
image spacing into an approximately isotropic space.
255255
Otherwise, by default, the kernel size and downsampling is always isotropic.
256256
257-
.. note::
258-
259257
**Spatial shape constraints**: If ``resolution`` is ``None`` (isotropic mode),
260258
each spatial dimension must be divisible by ``2 ** (len(blocks_down) - 1)``.
261259
With the default ``blocks_down=(1, 2, 2, 4)``, each dimension must be

0 commit comments

Comments
 (0)