MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / UpsampleMode

Class UpsampleMode

monai/utils/enums.py:174–182  ·  view source on GitHub ↗

See also: :py:class:`monai.networks.blocks.UpSample`

Source from the content-addressed store, hash-verified

172
173
174class UpsampleMode(StrEnum):
175 """
176 See also: :py:class:`monai.networks.blocks.UpSample`
177 """
178
179 DECONV = "deconv"
180 DECONVGROUP = "deconvgroup"
181 NONTRAINABLE = "nontrainable" # e.g. using torch.nn.Upsample
182 PIXELSHUFFLE = "pixelshuffle"
183
184
185class DownsampleMode(StrEnum):

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…