UpSampling1D
Upsampling layer for 1D input.
Repeats each step of the second axis size times.
Input shape: 3D tensor with shape (batch_size, steps, features)
.
Output shape: 3D tensor with shape (batch_size, steps * size, features)
.
Since
0.3
Constructors
UpSampling1D
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
hasActivation
Link copied to clipboard
inboundLayers
Link copied to clipboard
interpolationInternal
Link copied to clipboard
outboundLayers
Link copied to clipboard
outputShape
Link copied to clipboard
parentModel
Link copied to clipboard
sizeInternal
Link copied to clipboard