Skip to content

Commit 2c54cc9

Browse files
author
Songki Choi
committed
Release 1.2.2
Signed-off-by: Songki Choi <[email protected]>
1 parent 2e2332d commit 2c54cc9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
### Enhancements
88

9-
- Improve warning message for tiling configurable parameter
9+
- Improve warning message for tiling configurable parameter (<https://github.com/openvinotoolkit/training_extensions/pull/2193>)
1010

1111
## \[v1.2.1\]
1212

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-
[Quick Start](https://openvinotoolkit.github.io/training_extensions/1.2.1/guide/get_started/quick_start_guide/index.html)
9-
[Documentation](https://openvinotoolkit.github.io/training_extensions/1.2.1/index.html)
8+
[Quick Start](https://openvinotoolkit.github.io/training_extensions/1.2.2/guide/get_started/quick_start_guide/index.html)
9+
[Documentation](https://openvinotoolkit.github.io/training_extensions/1.2.2/index.html)
1010
[License](#license)
1111

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

58-
OpenVINO™ Training Extensions supports the [following learning methods](https://openvinotoolkit.github.io/training_extensions/1.2.1/guide/explanation/algorithms/index.html):
58+
OpenVINO™ Training Extensions supports the [following learning methods](https://openvinotoolkit.github.io/training_extensions/1.2.2/guide/explanation/algorithms/index.html):
5959

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

6666
- **Distributed training** to accelerate the training process when you have multiple GPUs
6767
- **Half-precision training** to save GPUs memory and use larger batch sizes
68-
- Integrated, efficient [hyper-parameter optimization module (HPO)](https://openvinotoolkit.github.io/training_extensions/1.2.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.
68+
- Integrated, efficient [hyper-parameter optimization module (HPO)](https://openvinotoolkit.github.io/training_extensions/1.2.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.
6969
- OpenVINO™ Training Extensions uses [Datumaro](https://openvinotoolkit.github.io/datumaro/docs/) 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.
70-
- [Auto-configuration functionality](https://openvinotoolkit.github.io/training_extensions/1.2.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.
70+
- [Auto-configuration functionality](https://openvinotoolkit.github.io/training_extensions/1.2.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.
7171

7272
---
7373

7474
## Getting Started
7575

7676
### Installation
7777

78-
Please refer to the [installation guide](https://openvinotoolkit.github.io/training_extensions/1.2.1/guide/get_started/quick_start_guide/installation.html).
78+
Please refer to the [installation guide](https://openvinotoolkit.github.io/training_extensions/1.2.2/guide/get_started/quick_start_guide/installation.html).
7979

8080
### OpenVINO™ Training Extensions CLI Commands
8181

@@ -89,7 +89,7 @@ Please refer to the [installation guide](https://openvinotoolkit.github.io/train
8989
- `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.
9090
- `otx explain` runs explain algorithm on the provided data and outputs images with the saliency maps to show how your model makes predictions.
9191

92-
You can find more details with examples in the [CLI command intro](https://openvinotoolkit.github.io/training_extensions/1.2.1/guide/get_started/quick_start_guide/cli_commands.html).
92+
You can find more details with examples in the [CLI command intro](https://openvinotoolkit.github.io/training_extensions/1.2.2/guide/get_started/quick_start_guide/cli_commands.html).
9393

9494
---
9595

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.2.1'
21+
release = '1.2.2'
2222

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

0 commit comments

Comments
 (0)