Cropping1D
Cropping layer for 1D data (e.g. audio, time-series)
Crops input along the second dimension (i.e. temporal dimension).
Input shape: 3D tensor with shape (batch_size, steps, features)
.
Output shape: 3D tensor with shape (batch_size, cropped_steps, features)
.
Constructors
Cropping1D
Link copied to clipboard
Functions
buildFromInboundLayers
Link copied to clipboard
Extend this function to define variables in layer.
computeOutputShape
Link copied to clipboard
Computes output shape, based on inputShape and Layer type.
computeOutputShapeFromInboundLayers
Link copied to clipboard
Computes output shape, based on input shapes of inbound layers.
forward
Link copied to clipboard
Properties
croppingInternal
Link copied to clipboard
hasActivation
Link copied to clipboard
inboundLayers
Link copied to clipboard
isTrainable
Link copied to clipboard
outboundLayers
Link copied to clipboard
outputShape
Link copied to clipboard
paramCount
Link copied to clipboard
parentModel
Link copied to clipboard