Shortcuts

GlobalAveragePooling

class mmcls.models.necks.GlobalAveragePooling(dim=2)[源代码]

Global Average Pooling neck.

Note that we use view to remove extra channel after pooling. We do not use squeeze as it will also remove the batch dimension when the tensor has a batch dimension of size 1, which can lead to unexpected errors.

参数

dim (int) – Dimensions of each sample channel, can be one of {1, 2, 3}. Default: 2

Read the Docs v: mmcls-1.x
Versions
latest
stable
mmcls-1.x
mmcls-0.x
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.