File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## \[ 2.4.6\]
6
+
7
+ ### Bug fixes
8
+
9
+ - Fix label info dispatching
10
+ (< https://github.com/open-edge-platform/training_extensions/pull/4443 > )
11
+
12
+ ## \[ 2.4.5\]
13
+
14
+ ### Bug fixes
15
+
16
+ - Fix UFlow by adding self.\_ setup in UFlow model
17
+ (< https://github.com/open-edge-platform/training_extensions/pull/4431 > )
18
+ - Fix loading/saving checkpoints in OTX
19
+ (< https://github.com/open-edge-platform/training_extensions/pull/4433 > ,
20
+ < https://github.com/open-edge-platform/training_extensions/pull/4438 > )
21
+
5
22
## \[ 2.4.4\]
6
23
7
24
### Bug fixes
Original file line number Diff line number Diff line change 3
3
# Copyright (C) 2024-2025 Intel Corporation
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
6
- __version__ = "2.4.5 "
6
+ __version__ = "2.4.6 "
7
7
8
8
import os
9
9
from pathlib import Path
You can’t perform that action at this time.
0 commit comments