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
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