|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v1.0.0rc5(30/12/2022) |
| 4 | + |
| 5 | +### Highlights |
| 6 | + |
| 7 | +- Support EVA, RevViT, EfficientnetV2, CLIP, TinyViT and MixMIM backbones. |
| 8 | +- Reproduce the training accuracy of ConvNeXt and RepVGG. |
| 9 | +- Support multi-task training and testing. |
| 10 | +- Support Test-time Augmentation. |
| 11 | + |
| 12 | +### New Features |
| 13 | + |
| 14 | +- [Feature] Add EfficientnetV2 Backbone. ([#1253](https://github.com/open-mmlab/mmclassification/pull/1253)) |
| 15 | +- [Feature] Support TTA and add `--tta` in `tools/test.py`. ([#1161](https://github.com/open-mmlab/mmclassification/pull/1161)) |
| 16 | +- [Feature] Support Multi-task. ([#1229](https://github.com/open-mmlab/mmclassification/pull/1229)) |
| 17 | +- [Feature] Add clip backbone. ([#1258](https://github.com/open-mmlab/mmclassification/pull/1258)) |
| 18 | +- [Feature] Add mixmim backbone with checkpoints. ([#1224](https://github.com/open-mmlab/mmclassification/pull/1224)) |
| 19 | +- [Feature] Add TinyViT for dev-1.x. ([#1042](https://github.com/open-mmlab/mmclassification/pull/1042)) |
| 20 | +- [Feature] Add some scripts for development. ([#1257](https://github.com/open-mmlab/mmclassification/pull/1257)) |
| 21 | +- [Feature] Support EVA. ([#1239](https://github.com/open-mmlab/mmclassification/pull/1239)) |
| 22 | +- [Feature] Implementation of RevViT. ([#1127](https://github.com/open-mmlab/mmclassification/pull/1127)) |
| 23 | + |
| 24 | +### Improvements |
| 25 | + |
| 26 | +- [Reproduce] Reproduce RepVGG Training Accuracy. ([#1264](https://github.com/open-mmlab/mmclassification/pull/1264)) |
| 27 | +- [Enhance] Support ConvNeXt More Weights. ([#1240](https://github.com/open-mmlab/mmclassification/pull/1240)) |
| 28 | +- [Reproduce] Update ConvNeXt config files. ([#1256](https://github.com/open-mmlab/mmclassification/pull/1256)) |
| 29 | +- [CI] Update CI to test PyTorch 1.13.0. ([#1260](https://github.com/open-mmlab/mmclassification/pull/1260)) |
| 30 | +- [Project] Add ACCV workshop 1st Solution. ([#1245](https://github.com/open-mmlab/mmclassification/pull/1245)) |
| 31 | +- [Project] Add Example project. ([#1254](https://github.com/open-mmlab/mmclassification/pull/1254)) |
| 32 | + |
| 33 | +### Bug Fixes |
| 34 | + |
| 35 | +- [Fix] Fix imports in transforms. ([#1255](https://github.com/open-mmlab/mmclassification/pull/1255)) |
| 36 | +- [Fix] Fix CAM visualization. ([#1248](https://github.com/open-mmlab/mmclassification/pull/1248)) |
| 37 | +- [Fix] Fix the requirements and lazy register mmcls models. ([#1275](https://github.com/open-mmlab/mmclassification/pull/1275)) |
| 38 | + |
3 | 39 | ## v1.0.0rc4(06/12/2022)
|
4 | 40 |
|
5 | 41 | ### Highlights
|
|
0 commit comments