Shortcuts

Note

You are reading the documentation for MMClassification 0.x, which will soon be deprecated at the end of 2022. We recommend you upgrade to MMClassification 1.0 to enjoy fruitful new features and better performance brought by OpenMMLab 2.0. Check the installation tutorial, migration tutorial and changelog for more details.

mmcls.models

The models package contains several sub-packages for addressing the different components of a model.

  • Classifier: The top-level module which defines the whole process of a classification model.

  • Backbones: Usually a feature extraction network, e.g., ResNet, MobileNet.

  • Necks: The component between backbones and heads, e.g., GlobalAveragePooling.

  • Heads: The component for specific tasks. In MMClassification, we provides heads for classification.

  • Losses: Loss functions.

Classifier

Backbones

Necks

Heads

Losses

Read the Docs v: latest
Versions
latest
stable
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.