File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## \[ Unreleased \]  
5+ ## \[ 2.6.0 \]  
66
77### New features  
88
@@ -13,6 +13,29 @@ All notable changes to this project will be documented in this file.
1313-  Add DEIM-DFine model for Object Detection
1414  (< https://github.com/open-edge-platform/training_extensions/pull/4446 > )
1515
16+ ### Bug fixes  
17+ 
18+ -  Fix overriding train parameters
19+   (< https://github.com/open-edge-platform/training_extensions/pull/4496 > )
20+ -  Fix adaptive batch size to run on CPU
21+   (< https://github.com/open-edge-platform/training_extensions/pull/4499 > )
22+ -  Workaround for batch size search on XPU devices
23+   (< https://github.com/open-edge-platform/training_extensions/pull/4513 > )
24+ -  Fix UFLow configuration
25+   (< https://github.com/open-edge-platform/training_extensions/pull/4504 > )
26+ -  Fix cache args
27+   (< https://github.com/open-edge-platform/training_extensions/pull/4522 > )
28+ -  Fix finding task type in IR
29+   (< https://github.com/open-edge-platform/training_extensions/pull/4576 > )
30+ -  Fix loading checkpoint after 1st round of training for DFine-X model
31+   (< https://github.com/open-edge-platform/training_extensions/pull/4738 > )
32+ -  Fix input size configuration during validation for DFine model
33+   (< https://github.com/open-edge-platform/training_extensions/pull/4666 > )
34+ -  Fix training on CPU
35+   (https://github.com/open-edge-platform/training_extensions/pull/4788 )
36+ -  Fix OOM bug on XPU
37+   (< https://github.com/open-edge-platform/training_extensions/pull/4872 > )
38+ 
1639## \[ 2.5.0\]  
1740
1841### Enhancements  
Original file line number Diff line number Diff line change 33
44"""OpenVINO Training Extensions.""" 
55
6- __version__  =  "2.6.0dev " 
6+ __version__  =  "2.6.0 " 
77
88import  os 
99from  pathlib  import  Path 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments