Skip to content

Commit 6b09e65

Browse files
authored
Update for 1.4.2rc1 (#2441)
update for release 1.4.2rc1
1 parent 75040e3 commit 6b09e65

File tree

5 files changed

+21
-11
lines changed

5 files changed

+21
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
## \[v1.4.2\]
6+
7+
### Enhancements
8+
9+
- Add model category attributes to model template (<https://github.com/openvinotoolkit/training_extensions/pull/2439>)
10+
11+
### Bug fixes
12+
13+
- Add workaround for the incorrect meta info M-RCNN (used for XAI) (<https://github.com/openvinotoolkit/training_extensions/pull/2437>)
14+
515
## \[v1.4.1\]
616

717
### Enhancements
@@ -255,7 +265,7 @@ All notable changes to this project will be documented in this file.
255265
- Enhance `find` command to find configurations of supported tasks / algorithms / models / backbones
256266
- Introduce `build` command to customize task or model configurations in isolated workspace
257267
- Auto-config feature to automatically select the right algorithm and default model for the `train` & `build` command by detecting the task type of given input dataset
258-
- Improve [documentation](https://openvinotoolkit.github.io/training_extensions/1.4.1/guide/get_started/introduction.html)
268+
- Improve [documentation](https://openvinotoolkit.github.io/training_extensions/1.0.0/guide/get_started/introduction.html)
259269
- Improve training performance by introducing enhanced loss for the few-shot transfer
260270

261271
### Bug fixes

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
---
66

77
[Key Features](#key-features)
8-
[Installation](https://openvinotoolkit.github.io/training_extensions/1.4.1/guide/get_started/installation.html)
9-
[Documentation](https://openvinotoolkit.github.io/training_extensions/1.4.1/index.html)
8+
[Installation](https://openvinotoolkit.github.io/training_extensions/1.4.2/guide/get_started/installation.html)
9+
[Documentation](https://openvinotoolkit.github.io/training_extensions/1.4.2/index.html)
1010
[License](#license)
1111

1212
[![PyPI](https://img.shields.io/pypi/v/otx)](https://pypi.org/project/otx)
@@ -54,7 +54,7 @@ OpenVINO™ Training Extensions supports the following computer vision tasks:
5454
- **Action recognition** including action classification and detection
5555
- **Anomaly recognition** tasks including anomaly classification, detection and segmentation
5656

57-
OpenVINO™ Training Extensions supports the [following learning methods](https://openvinotoolkit.github.io/training_extensions/1.4.1/guide/explanation/algorithms/index.html):
57+
OpenVINO™ Training Extensions supports the [following learning methods](https://openvinotoolkit.github.io/training_extensions/1.4.2/guide/explanation/algorithms/index.html):
5858

5959
- **Supervised**, incremental training, which includes class incremental scenario and contrastive learning for classification and semantic segmentation tasks
6060
- **Semi-supervised learning**
@@ -64,17 +64,17 @@ OpenVINO™ Training Extensions will provide the following features in coming re
6464

6565
- **Distributed training** to accelerate the training process when you have multiple GPUs
6666
- **Half-precision training** to save GPUs memory and use larger batch sizes
67-
- Integrated, efficient [hyper-parameter optimization module (HPO)](https://openvinotoolkit.github.io/training_extensions/1.4.1/guide/explanation/additional_features/hpo.html). Through dataset proxy and built-in hyper-parameter optimizer, you can get much faster hyper-parameter optimization compared to other off-the-shelf tools. The hyperparameter optimization is dynamically scheduled based on your resource budget.
67+
- Integrated, efficient [hyper-parameter optimization module (HPO)](https://openvinotoolkit.github.io/training_extensions/1.4.2/guide/explanation/additional_features/hpo.html). Through dataset proxy and built-in hyper-parameter optimizer, you can get much faster hyper-parameter optimization compared to other off-the-shelf tools. The hyperparameter optimization is dynamically scheduled based on your resource budget.
6868
- OpenVINO™ Training Extensions uses [Datumaro](https://openvinotoolkit.github.io/datumaro/v1.4.1/index.html) as the backend to hadle datasets. Thanks to that, OpenVINO™ Training Extensions supports the most common academic field dataset formats for each task. We constantly working to extend supported formats to give more freedom of datasets format choice.
69-
- [Auto-configuration functionality](https://openvinotoolkit.github.io/training_extensions/1.4.1/guide/explanation/additional_features/auto_configuration.html). OpenVINO™ Training Extensions analyzes provided dataset and selects the proper task and model template to provide the best accuracy/speed trade-off. It will also make a random auto-split of your dataset if there is no validation set provided.
69+
- [Auto-configuration functionality](https://openvinotoolkit.github.io/training_extensions/1.4.2/guide/explanation/additional_features/auto_configuration.html). OpenVINO™ Training Extensions analyzes provided dataset and selects the proper task and model template to provide the best accuracy/speed trade-off. It will also make a random auto-split of your dataset if there is no validation set provided.
7070

7171
---
7272

7373
## Getting Started
7474

7575
### Installation
7676

77-
Please refer to the [installation guide](https://openvinotoolkit.github.io/training_extensions/1.4.1/guide/get_started/installation.html).
77+
Please refer to the [installation guide](https://openvinotoolkit.github.io/training_extensions/1.4.2/guide/get_started/installation.html).
7878

7979
Note: Python 3.8 and 3.9 were tested, along with Ubuntu 18.04 and 20.04.
8080

@@ -90,7 +90,7 @@ Note: Python 3.8 and 3.9 were tested, along with Ubuntu 18.04 and 20.04.
9090
- `otx demo` allows one to apply a trained model on the custom data or the online footage from a web camera and see how it will work in a real-life scenario.
9191
- `otx explain` runs explain algorithm on the provided data and outputs images with the saliency maps to show how your model makes predictions.
9292

93-
You can find more details with examples in the [CLI command intro](https://openvinotoolkit.github.io/training_extensions/1.4.1/guide/get_started/cli_commands.html).
93+
You can find more details with examples in the [CLI command intro](https://openvinotoolkit.github.io/training_extensions/1.4.2/guide/get_started/cli_commands.html).
9494

9595
---
9696

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
project = 'OpenVINO™ Training Extensions'
1919
copyright = '2023, OpenVINO™ Training Extensions Contributors'
2020
author = 'OpenVINO™ Training Extensions Contributors'
21-
release = '1.4.1'
21+
release = '1.4.2'
2222

2323
# -- General configuration --------------------------------------------------- #
2424

src/otx/__init__.py

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

6-
__version__ = "1.4.1"
6+
__version__ = "1.4.2rc1"
77
# NOTE: Sync w/ src/otx/api/usecases/exportable_code/demo/requirements.txt on release
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
openvino==2023.0
22
openvino-model-api==0.1.3
3-
otx==1.4.1
3+
otx==1.4.2rc1
44
numpy>=1.21.0,<=1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime

0 commit comments

Comments
 (0)