Description Usage Arguments Details
Layer factory function to create a global average-pooling layer.
1 | GlobalAveragePooling(name = "")
|
name |
string (optional) the name of the Function instance in the network |
The global average-pooling operation computes the element-wise mean over all items on an N-dimensional grid, such as an image.
This operation is the same as applying reduce_mean() to all grid dimensions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.