Cropping3D
class Cropping3D(cropping: Array<IntArray>, name: String) : AbstractCropping
Content copied to clipboard
Cropping layer for 3D data (e.g. video, spatio-temporal)
Crops input along the second, third and forth dimensions.
Input shape: 5D tensor with shape (batch_size, dim1, dim2, dim3, depth)
.
Output shape: 5D tensor with shape (batch_size, cropped_dim1, cropped_dim2, cropped_dim3, depth)
.
Since
0.3
Constructors
Cropping3D
Link copied to clipboard
Functions
Properties
croppingInternal
Link copied to clipboard
hasActivation
Link copied to clipboard
inboundLayers
Link copied to clipboard
outboundLayers
Link copied to clipboard
outputShape
Link copied to clipboard
parentModel
Link copied to clipboard