Resize spatial dimensions of dlarray
resizes the spatial dimensions of the Y
= dlresize(X
,'OutputSize',outputSize
)dlarray
object X
so that the spatial dimension sizes are equal to outputSize
.
adjusts the resizing operation using name-value pair arguments. If Y
= dlresize(___,Name,Value
)X
is
not a formatted dlarray
, then you must specify the
DataFormat
name-value pair argument.
dlarray
(Deep Learning Toolbox) | dltranspconv
(Deep Learning Toolbox) | maxpool
(Deep Learning Toolbox)