Skip to content

Commit

Permalink
Add missing changes to changelog.md (#3895)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored Aug 30, 2024
1 parent ae994cb commit cba867f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file.

- Fix labels names in hierarchical config (<https://github.com/openvinotoolkit/training_extensions/pull/3879>)
- Fix Learning Rate and Loss Handling in Tile Classifier MaskRCNN EfficientNet (<https://github.com/openvinotoolkit/training_extensions/pull/3873>)
- Pad tile to image size (512 x 512) (<https://github.com/openvinotoolkit/training_extensions/pull/3887>)
- Don't apply labels normalization on training (<https://github.com/openvinotoolkit/training_extensions/pull/3886>)
- Disable Tile Classifier in Rotated Detection (<https://github.com/openvinotoolkit/training_extensions/pull/3894>)
- Enhance Memeory Cache Handler with Complex Unique Keys (<https://github.com/openvinotoolkit/training_extensions/pull/3897>)

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ You can find more details with examples in the [CLI command intro](https://openv

- Fix labels names in hierarchical config
- Fix Learning Rate and Loss Handling in Tile Classifier MaskRCNN EfficientNet
- Pad tile to image size (512 x 512)
- Don't apply labels normalization on training
- Enhance Memeory Cache Handler with Complex Unique Keys

### Release History
Expand Down
2 changes: 2 additions & 0 deletions docs/source/guide/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ v1.6.5 (3Q24)

- Fix labels names in hierarchical config
- Fix Learning Rate and Loss Handling in Tile Classifier MaskRCNN EfficientNet
- Pad tile to image size (512 x 512)
- Don't apply labels normalization on training
- Enhance Memeory Cache Handler with Complex Unique Keys

v1.6.4 (3Q24)
Expand Down

0 comments on commit cba867f

Please sign in to comment.