Skip to content

Commit 45078bc

Browse files
authored
Update for 2.2.0rc3 (#3975)
1 parent 46efe84 commit 45078bc

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ All notable changes to this project will be documented in this file.
6868
(<https://github.com/openvinotoolkit/training_extensions/pull/3942>)
6969
- Change categories mapping logic
7070
(<https://github.com/openvinotoolkit/training_extensions/pull/3946>)
71+
- Fix config converter for tiling
72+
(<https://github.com/openvinotoolkit/training_extensions/pull/3973>)
7173

7274
## \[v2.1.0\]
7375

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ In addition to the examples above, please refer to the documentation for tutoria
204204
- Add num_devices in Engine for multi-gpu training
205205
- Add missing tile recipes and various tile recipe changes
206206
- Change categories mapping logic
207+
- Fix config converter for tiling
207208

208209
### Known issues
209210

docs/source/guide/release_notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Bug fixes
4646
- Add num_devices in Engine for multi-gpu training
4747
- Add missing tile recipes and various tile recipe changes
4848
- Change categories mapping logic
49+
- Fix config converter for tiling
4950

5051
v2.1.0 (2024.07)
5152
----------------

src/otx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (C) 2024 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

6-
__version__ = "2.2.0rc2"
6+
__version__ = "2.2.0rc3"
77

88
import os
99
from pathlib import Path

0 commit comments

Comments
 (0)