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)
.
Since
0.3
Constructors
Cropping1D
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