ResampleTensorLayer2D | R Documentation |
Creates a lambda layer which interpolates/resizes an input tensor based on the specified shape
a resampled version of the input tensor
A 2-D vector specifying the new shape.
Type of interpolation. Can be
'nearestNeighbor'
, 'nearestNeighbor'
,
'linear'
, 'bilinear'
,
'cubic'
, or 'bicubic'
$initialize
instantiates a new class.
$call
main body.
$compute_output_shape
computes the output shape.
Tustison NJ
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.