3-D resize layer
A 3-D resize layer resizes 3-D input by a scale factor or to a specified height, width, and depth. Use of this layer requires Deep Learning Toolbox™.
layer = resize3dLayer('Scale',
creates
a 3-D resize layer and sets the Scale property as the
scale factor specified by scale
)scale
.
layer = resize3dLayer('OutputSize',
creates a 3-D resize layer and sets the OutputSize property
with the height and width specified by outputSize
)outputSize
.
layer = resize3dLayer(___,
sets the optional Method, GeometricTransformMode,
NearestRoundingMode,
and Name properties using name-value pair
arguments. You can specify multiple name-value pair arguments. Enclose each property name
in single quotes.Name,Value
)
dlresize
| resize2dLayer
| averagePooling3dLayer
(Deep Learning Toolbox) | importONNXLayers
(Deep Learning Toolbox) | transposedConv3dLayer
(Deep Learning Toolbox)