Skip to content

Commit

Permalink
Update change logs for OTE & submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Songki Choi <[email protected]>
  • Loading branch information
goodsong81 committed May 9, 2022
1 parent 3ee619f commit 0c74b2c
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 11 deletions.
26 changes: 19 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,29 @@

All notable changes to this project will be documented in this file.

## \[v0.2.0\]
### Added
* Model Preparation Algorithm (MPA), a newly introduced OTE Algorithm backend for advanced transfer learning
* Class-Incremental Learning support for OTE models
* Image Classification
* Object Detection
* Semantic Segmentation
* Object counting & Rotated object detection are added to Object Detection backend
* Increased support for NNCF / FP16 / HPO
* Ignored label support
* Stop training on NaN losses


### Changed
* Major refactoring
* Tasks & model templates had been moved to OTE repo from each OTE Algorithm backend


## \[v0.1.1\]
### Fixed
* Some minor issues


## \[v0.1.0\]
### Added
* OTE SDK, defines an interface which can be used by OTE CLI to access OTE Algorithms.
Expand All @@ -16,10 +35,3 @@ All notable changes to this project will be documented in this file.
* Object Detection
* Semantic Segmentation

## \[v0.2.0\]
### Added
* Model Preparation Algorithm (MPA), a newly introduced OTE Algorithm backend for advanced transfer learning
* Class-Incremental Learning support for OTE models
* Image Classification
* Object Detection
* Semantic Segmentation
2 changes: 1 addition & 1 deletion external/deep-object-reid/submodule
Submodule submodule updated 1 files
+16 −0 CHANGELOG.md
2 changes: 1 addition & 1 deletion external/mmdetection/submodule
Submodule submodule updated 1 files
+12 −2 CHANGELOG.md
2 changes: 1 addition & 1 deletion external/mmsegmentation/submodule
Submodule submodule updated 1 files
+12 −0 CHANGELOG.md
2 changes: 1 addition & 1 deletion external/model-preparation-algorithm/submodule
Submodule submodule updated 1 files
+17 −0 CHANGELOG.md

0 comments on commit 0c74b2c

Please sign in to comment.