|
1 | 1 | ## Changelog
|
2 | 2 |
|
| 3 | +### V0.16 (08/04/2021) |
| 4 | + |
| 5 | +**Highlights** |
| 6 | + |
| 7 | +- Support PyTorch 1.9 |
| 8 | +- Support SegFormer backbone MiT |
| 9 | +- Support md2yml pre-commit hook |
| 10 | +- Support frozen stage for HRNet |
| 11 | + |
| 12 | +**New Features** |
| 13 | + |
| 14 | +- Support SegFormer backbone MiT ([#594](https://github.com/open-mmlab/mmsegmentation/pull/594)) |
| 15 | +- Support md2yml pre-commit hook ([#732](https://github.com/open-mmlab/mmsegmentation/pull/732)) |
| 16 | +- Support mim ([#717](https://github.com/open-mmlab/mmsegmentation/pull/717)) |
| 17 | +- Add mmseg2torchserve tool ([#552](https://github.com/open-mmlab/mmsegmentation/pull/552)) |
| 18 | + |
| 19 | +**Improvements** |
| 20 | + |
| 21 | +- Support hrnet frozen stage ([#743](https://github.com/open-mmlab/mmsegmentation/pull/743)) |
| 22 | +- Add template of reimplementation questions ([#741](https://github.com/open-mmlab/mmsegmentation/pull/741)) |
| 23 | +- Output pdf and epub formats for readthedocs ([#742](https://github.com/open-mmlab/mmsegmentation/pull/742)) |
| 24 | +- Refine the docstring of ResNet ([#723](https://github.com/open-mmlab/mmsegmentation/pull/723)) |
| 25 | +- Replace interpolate with resize ([#731](https://github.com/open-mmlab/mmsegmentation/pull/731)) |
| 26 | +- Update resource limit ([#700](https://github.com/open-mmlab/mmsegmentation/pull/700)) |
| 27 | +- Update config.md ([#678](https://github.com/open-mmlab/mmsegmentation/pull/678)) |
| 28 | + |
| 29 | +**Bug Fixes** |
| 30 | + |
| 31 | +- Fix ATTENTION registry ([#729](https://github.com/open-mmlab/mmsegmentation/pull/729)) |
| 32 | +- Fix analyze log script ([#716](https://github.com/open-mmlab/mmsegmentation/pull/716)) |
| 33 | +- Fix doc api display ([#725](https://github.com/open-mmlab/mmsegmentation/pull/725)) |
| 34 | +- Fix patch_embed and pos_embed mismatch error ([#685](https://github.com/open-mmlab/mmsegmentation/pull/685)) |
| 35 | +- Fix efficient test for multi-node ([#707](https://github.com/open-mmlab/mmsegmentation/pull/707)) |
| 36 | +- Fix init_cfg in resnet backbone ([#697](https://github.com/open-mmlab/mmsegmentation/pull/697)) |
| 37 | +- Fix efficient test bug ([#702](https://github.com/open-mmlab/mmsegmentation/pull/702)) |
| 38 | +- Fix url error in config docs ([#680](https://github.com/open-mmlab/mmsegmentation/pull/680)) |
| 39 | +- Fix mmcv installation ([#676](https://github.com/open-mmlab/mmsegmentation/pull/676)) |
| 40 | +- Fix torch version ([#670](https://github.com/open-mmlab/mmsegmentation/pull/670)) |
| 41 | + |
| 42 | +**Contributors** |
| 43 | + |
| 44 | +@sshuair @xiexinch @Junjun2016 @mmeendez8 @xvjiarui @sennnnn @puhsu @BIGWangYuDong @keke1u @daavoo |
| 45 | + |
3 | 46 | ### V0.15 (07/04/2021)
|
4 | 47 |
|
5 | 48 | **Highlights**
|
|
0 commit comments