File tree Expand file tree Collapse file tree 5 files changed +18
-5
lines changed
docs/source/guide/release_notes
api/usecases/exportable_code/demo Expand file tree Collapse file tree 5 files changed +18
-5
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+ ## \[ v1.6.5\]
6+
7+ ### Bug fixes
8+
9+ - Fix labels names in hierarchical config (< https://github.com/openvinotoolkit/training_extensions/pull/3879 > )
10+ - Fix Learning Rate and Loss Handling in Tile Classifier MaskRCNN EfficientNet (< https://github.com/openvinotoolkit/training_extensions/pull/3873 > )
11+
512## \[ v1.6.4\]
613
714### Bug fixes
Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ You can find more details with examples in the [CLI command intro](https://openv
9898
9999## Updates
100100
101- ### v1.6.4 (3Q24)
101+ ### v1.6.5 (3Q24)
102102
103- - Pad input image to square when tiling is enabled
104- - Fix confusion matrix calculation
103+ - Fix labels names in hierarchical config
104+ - Fix Learning Rate and Loss Handling in Tile Classifier MaskRCNN EfficientNet
105105
106106### Release History
107107
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Releases
44.. toctree ::
55 :maxdepth: 1
66
7+ v1.6.5 (3Q24)
8+ -------------
9+
10+ - Fix labels names in hierarchical config
11+ - Fix Learning Rate and Loss Handling in Tile Classifier MaskRCNN EfficientNet
12+
713v1.6.4 (3Q24)
814-------------
915
Original file line number Diff line number Diff line change 33# Copyright (C) 2021-2023 Intel Corporation
44# SPDX-License-Identifier: Apache-2.0
55
6- __version__ = "1.6.4 "
6+ __version__ = "1.6.5 "
77# NOTE: Sync w/ src/otx/api/usecases/exportable_code/demo/requirements.txt on release
Original file line number Diff line number Diff line change 11openvino == 2023.3.0
22openvino-model-api == 0.1.9.1
3- otx == 1.6.4
3+ otx == 1.6.5
44numpy >= 1.21.0 ,<= 1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime
You can’t perform that action at this time.
0 commit comments