SpatialTransformerLayer3D | R Documentation |
Spatial transfomer layer (3-D)
resampled batch images.
list of size 2 where the first element are the images. The second element are the weights.
size of the resampled output images.
$initialize
instantiates a new class.
$call
main body.
$compute_output_shape
computes the output shape.
Tustison NJ
model = SpatialTransformerLayer3D$new(c(30L, 30L, 30L))
model$compute_output_shape(input_shape = c(25, 25, 25))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.