Highlights
- Add transformer-in-transformer backbone and pretrain checkpoints, refers to [the paper](https://arxiv.org/abs/2103.00112).
- Add Chinese colab tutorial.
- Provide dockerfile to build mmcls dev docker image.
New Features
- Add transformer in transformer backbone and pretrain checkpoints. ([339](https://github.com/open-mmlab/mmclassification/pull/339))
- Support mim, welcome to use mim to manage your mmcls project. ([376](https://github.com/open-mmlab/mmclassification/pull/376))
- Add Dockerfile. ([365](https://github.com/open-mmlab/mmclassification/pull/365))
- Add ResNeSt configs. ([332](https://github.com/open-mmlab/mmclassification/pull/332))
Improvements
- Use the `presistent_works` option if available, to accelerate training. ([349](https://github.com/open-mmlab/mmclassification/pull/349))
- Add Chinese ipynb tutorial. ([306](https://github.com/open-mmlab/mmclassification/pull/306))
- Refactor unit tests. ([321](https://github.com/open-mmlab/mmclassification/pull/321))
- Support to test mmdet inference with mmcls backbone. ([343](https://github.com/open-mmlab/mmclassification/pull/343))
- Use zero as default value of `thrs` in metrics. ([341](https://github.com/open-mmlab/mmclassification/pull/341))
Bug Fixes
- Fix ImageNet dataset annotation file parse bug. ([370](https://github.com/open-mmlab/mmclassification/pull/370))
- Fix docstring typo and init bug in ShuffleNetV1. ([374](https://github.com/open-mmlab/mmclassification/pull/374))
- Use local ATTENTION registry to avoid conflict with other repositories. ([376](https://github.com/open-mmlab/mmclassification/pull/375))
- Fix swin transformer config bug. ([355](https://github.com/open-mmlab/mmclassification/pull/355))
- Fix `patch_cfg` argument bug in SwinTransformer. ([368](https://github.com/open-mmlab/mmclassification/pull/368))
- Fix duplicate `init_weights` call in ViT init function. ([373](https://github.com/open-mmlab/mmclassification/pull/373))
- Fix broken `_base_` link in a resnet config. ([361](https://github.com/open-mmlab/mmclassification/pull/361))
- Fix vgg-19 model link missing. ([363](https://github.com/open-mmlab/mmclassification/pull/363))
Contributors
A total of 8 developers contributed to this release.
Ezra-Yu, HIT-cwh, Junjun2016, LXXXXR, mzr1996, pvys, wangruohui, ZwwWayne