GlobalAvgPool1D
Global average pooling operation for temporal data. NOTE: Works with tensors which must have rank 3 (batch, steps, features). Input shape: 3D tensor with shape (batch_size, steps, features)
. Output shape: 2D tensor with shape (batch_size, features)
.
Since
0.3
Constructors
GlobalAvgPool1D
Link copied to clipboard
Creates GlobalAvgPool1D object.
Functions
Properties
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