GlobalAveragePooling: GlobalAveragePooling

Description Usage Arguments Details

Description

Layer factory function to create a global average-pooling layer.

Usage

1

Arguments

name

string (optional) the name of the Function instance in the network

Details

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.


joeddav/CNTK-R documentation built on May 6, 2019, 7:28 a.m.