|
1 |
| -# Changelog |
| 1 | +# Changelog (MMPreTrain) |
| 2 | + |
| 3 | +## v1.0.0rc7(07/04/2023) |
| 4 | + |
| 5 | +### Highlights |
| 6 | + |
| 7 | +- Integrated Self-supervised learning algorithms from **MMSelfSup**, such as **MAE**, **BEiT**, etc. |
| 8 | +- Support **RIFormer**, a simple but effective vision backbone by removing token mixer. |
| 9 | +- Support **LeViT**, **XCiT**, **ViG** and **ConvNeXt-V2** backbone. |
| 10 | +- Add t-SNE visualization. |
| 11 | +- Refactor dataset pipeline visualization. |
| 12 | +- Support confusion matrix calculation and plot. |
| 13 | + |
| 14 | +### New Features |
| 15 | + |
| 16 | +- Support RIFormer. ([#1453](https://github.com/open-mmlab/mmpretrain/pull/1453)) |
| 17 | +- Support XCiT Backbone. ([#1305](https://github.com/open-mmlab/mmclassification/pull/1305)) |
| 18 | +- Support calculate confusion matrix and plot it. ([#1287](https://github.com/open-mmlab/mmclassification/pull/1287)) |
| 19 | +- Support RetrieverRecall metric & Add ArcFace config ([#1316](https://github.com/open-mmlab/mmclassification/pull/1316)) |
| 20 | +- Add `ImageClassificationInferencer`. ([#1261](https://github.com/open-mmlab/mmclassification/pull/1261)) |
| 21 | +- Support InShop Dataset (Image Retrieval). ([#1019](https://github.com/open-mmlab/mmclassification/pull/1019)) |
| 22 | +- Support LeViT backbone. ([#1238](https://github.com/open-mmlab/mmclassification/pull/1238)) |
| 23 | +- Support VIG Backbone. ([#1304](https://github.com/open-mmlab/mmclassification/pull/1304)) |
| 24 | +- Support ConvNeXt-V2 backbone. ([#1294](https://github.com/open-mmlab/mmclassification/pull/1294)) |
| 25 | + |
| 26 | +### Improvements |
| 27 | + |
| 28 | +- Use PyTorch official `scaled_dot_product_attention` to accelerate `MultiheadAttention`. ([#1434](https://github.com/open-mmlab/mmpretrain/pull/1434)) |
| 29 | +- Add ln to vit avg_featmap output ([#1447](https://github.com/open-mmlab/mmpretrain/pull/1447)) |
| 30 | +- Update analysis tools and documentations. ([#1359](https://github.com/open-mmlab/mmclassification/pull/1359)) |
| 31 | +- Unify the `--out` and `--dump` in `tools/test.py`. ([#1307](https://github.com/open-mmlab/mmclassification/pull/1307)) |
| 32 | +- Enable to toggle whether Gem Pooling is trainable or not. ([#1246](https://github.com/open-mmlab/mmclassification/pull/1246)) |
| 33 | +- Update registries of mmcls. ([#1306](https://github.com/open-mmlab/mmclassification/pull/1306)) |
| 34 | +- Add metafile fill and validation tools. ([#1297](https://github.com/open-mmlab/mmclassification/pull/1297)) |
| 35 | +- Remove useless EfficientnetV2 config files. ([#1300](https://github.com/open-mmlab/mmclassification/pull/1300)) |
| 36 | + |
| 37 | +### Bug Fixes |
| 38 | + |
| 39 | +- Fix precise bn hook ([#1466](https://github.com/open-mmlab/mmpretrain/pull/1466)) |
| 40 | +- Fix retrieval multi gpu bug ([#1319](https://github.com/open-mmlab/mmclassification/pull/1319)) |
| 41 | +- Fix error repvgg-deploy base config path. ([#1357](https://github.com/open-mmlab/mmclassification/pull/1357)) |
| 42 | +- Fix bug in test tools. ([#1309](https://github.com/open-mmlab/mmclassification/pull/1309)) |
| 43 | + |
| 44 | +### Docs Update |
| 45 | + |
| 46 | +- Translate some tools tutorials to Chinese. ([#1321](https://github.com/open-mmlab/mmclassification/pull/1321)) |
| 47 | +- Add Chinese translation for runtime.md. ([#1313](https://github.com/open-mmlab/mmclassification/pull/1313)) |
| 48 | + |
| 49 | +# Changelog (MMClassification) |
2 | 50 |
|
3 | 51 | ## v1.0.0rc5(30/12/2022)
|
4 | 52 |
|
|
0 commit comments