GlobalAvgPool3D
Global Average pooling operation for 3D data.
NOTE: Works with tensors which must have rank 5 (batch_size, spatial_dim1, spatial_dim2, spatial_dim3, channels).
Input shape: 5D tensor with shape (batch_size, spatial_dim1, spatial_dim2, spatial_dim3, channels)
. Output shape: 2D tensor with shape (batch_size, channels)
.
Since
0.3
Constructors
GlobalAvgPool3D
Link copied to clipboard
Creates GlobalAvgPool3D 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