Shortcuts

备注

您正在阅读 MMClassification 0.x 版本的文档。MMClassification 0.x 会在 2022 年末被切换为次要分支。建议您升级到 MMClassification 1.0 版本,体验更多新特性和新功能。请查阅 MMClassification 1.0 的安装教程迁移教程以及更新日志

mmcls.models.GeneralizedMeanPooling

class mmcls.models.GeneralizedMeanPooling(p=3.0, eps=1e-06, clamp=True)[源代码]

Generalized Mean 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.

参数
  • p (float) – Parameter value. Default: 3.

  • eps (float) – epsilon. Default: 1e-6

  • clamp (bool) – Use clamp before pooling. Default: True

Read the Docs v: latest
Versions
master
latest
1.x
dev-1.x
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.