File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
46
46
47
47
## Changelog
48
48
49
- v0.10 .0 was released in 01/01 /2021.
49
+ v0.11 .0 was released in 02/02 /2021.
50
50
Please refer to [ changelog.md] ( docs/changelog.md ) for details and release history.
51
51
52
52
## Benchmark and model zoo
Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### V0.11 (02/02/2021)
4
+
5
+ ** Highlights**
6
+
7
+ - Support memory efficient test, add more UNet models.
8
+
9
+ ** Bug Fixes**
10
+
11
+ - Fixed TTA resize scale ([ #334 ] ( https://github.com/open-mmlab/mmsegmentation/pull/334 ) )
12
+ - Fixed CI for pip 20.3 ([ #307 ] ( https://github.com/open-mmlab/mmsegmentation/pull/307 ) )
13
+ - Fixed ADE20k test ([ #359 ] ( https://github.com/open-mmlab/mmsegmentation/pull/359 ) )
14
+
15
+ ** New Features**
16
+
17
+ - Support memory efficient test ([ #330 ] ( https://github.com/open-mmlab/mmsegmentation/pull/330 ) )
18
+ - Add more UNet benchmarks ([ #324 ] ( https://github.com/open-mmlab/mmsegmentation/pull/324 ) )
19
+ - Support Lovasz Loss ([ #351 ] ( https://github.com/open-mmlab/mmsegmentation/pull/351 ) )
20
+
21
+ ** Improvements**
22
+
23
+ - Move train_cfg/test_cfg inside model ([ #341 ] ( https://github.com/open-mmlab/mmsegmentation/pull/341 ) )
24
+
3
25
### V0.10 (01/01/2021)
4
26
5
27
** Highlights**
Original file line number Diff line number Diff line change 1
1
# Copyright (c) Open-MMLab. All rights reserved.
2
2
3
- __version__ = '0.10 .0'
3
+ __version__ = '0.11 .0'
4
4
5
5
6
6
def parse_version_info (version_str ):
You can’t perform that action at this time.
0 commit comments