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).
4646
4747## Changelog  
4848
49- v0.10 .0 was released in 01/01 /2021.
49+ v0.11 .0 was released in 02/02 /2021.
5050Please refer to [ changelog.md] ( docs/changelog.md )  for details and release history.
5151
5252## Benchmark and model zoo  
Original file line number Diff line number Diff line change 11## Changelog  
22
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+ 
325### V0.10 (01/01/2021)  
426
527** Highlights** 
Original file line number Diff line number Diff line change 11# Copyright (c) Open-MMLab. All rights reserved. 
22
3- __version__  =  '0.10 .0' 
3+ __version__  =  '0.11 .0' 
44
55
66def  parse_version_info (version_str ):
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments