You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,14 @@ All notable changes to this project will be documented in this file.
10
10
- Integrate new ignored loss in semantic segmentation (<https://github.com/openvinotoolkit/training_extensions/pull/2065>, <https://github.com/openvinotoolkit/training_extensions/pull/2111>)
11
11
- Optimize YOLOX data pipeline (<https://github.com/openvinotoolkit/training_extensions/pull/2075>)
12
12
- Tiling Spatial Concatenation for OpenVINO IR (<https://github.com/openvinotoolkit/training_extensions/pull/2052>)
@@ -55,7 +55,7 @@ OpenVINO™ Training Extensions supports the following computer vision tasks:
55
55
-**Action recognition** including action classification and detection
56
56
-**Anomaly recognition** tasks including anomaly classification, detection and segmentation
57
57
58
-
OpenVINO™ Training Extensions supports the [following learning methods](https://openvinotoolkit.github.io/training_extensions/releases/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.1/guide/explanation/algorithms/index.html):
59
59
60
60
-**Supervised**, incremental training, which includes class incremental scenario and contrastive learning for classification and semantic segmentation tasks
61
61
-**Semi-supervised learning**
@@ -65,17 +65,17 @@ OpenVINO™ Training Extensions will provide the following features in coming re
65
65
66
66
-**Distributed training** to accelerate the training process when you have multiple GPUs
67
67
-**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/releases/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.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.
69
69
- 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/releases/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.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.
71
71
72
72
---
73
73
74
74
## Getting Started
75
75
76
76
### Installation
77
77
78
-
Please refer to the [installation guide](https://openvinotoolkit.github.io/training_extensions/releases/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.1/guide/get_started/quick_start_guide/installation.html).
79
79
80
80
### OpenVINO™ Training Extensions CLI Commands
81
81
@@ -89,7 +89,7 @@ Please refer to the [installation guide](https://openvinotoolkit.github.io/train
89
89
-`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.
90
90
-`otx explain` runs explain algorithm on the provided data and outputs images with the saliency maps to show how your model makes predictions.
91
91
92
-
You can find more details with examples in the [CLI command intro](https://openvinotoolkit.github.io/training_extensions/releases/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.1/guide/get_started/quick_start_guide/cli_commands.html).
0 commit comments