Global average pooling operation for temporal data.
Input Shape: 3D tensor with shape: [batchSize, steps, features].
[batchSize, steps, features]
Output Shape: 2D tensor with shape: [batchSize, features].
[batchSize, features]
Optional
Generated using TypeDoc
Global average pooling operation for temporal data.
Input Shape: 3D tensor with shape:
[batchSize, steps, features]
.Output Shape: 2D tensor with shape:
[batchSize, features]
.