Skip to content

Commit 62183a1

Browse files
author
Songki Choi
committed
Release v1.0.1
Signed-off-by: Songki Choi <[email protected]>
1 parent fcb3293 commit 62183a1

File tree

4 files changed

+27
-10
lines changed

4 files changed

+27
-10
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

5+
## \[v1.0.1\]
6+
7+
### Enhancements
8+
9+
- Refine documents by proof review
10+
- Separate installation for each tasks
11+
- Improve POT efficiency by setting stat_requests_number parameter to 1
12+
13+
### Bug fixes
14+
15+
- Fix missing classes in cls checkpoint
16+
- Fix action task sample codes
17+
- Fix label_scheme mismatch in classification
18+
- Fix training error when batch size is 1
19+
- Fix hang issue when tracing a stack in certain scenario
20+
- Fix pickling error by Removing mmcv cfg dump in ckpt
21+
522
## \[v1.0.0\]
623

724
> _**NOTES**_

README.md

Lines changed: 8 additions & 8 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/stable/guide/get_started/quick_start_guide/index.html)
9-
[Documentation](https://openvinotoolkit.github.io/training_extensions/stable/index.html)
8+
[Quick Start](https://openvinotoolkit.github.io/training_extensions/releases/v1.0.0/guide/get_started/quick_start_guide/index.html)
9+
[Documentation](https://openvinotoolkit.github.io/training_extensions/releases/v1.0.0/index.html)
1010
[License](#license)
1111

1212
[![PyPI](https://img.shields.io/pypi/v/otx)](https://pypi.org/project/otx)
@@ -34,7 +34,7 @@ toolkit](https://software.intel.com/en-us/openvino-toolkit).
3434

3535
OpenVINO™ Training Extensions provides "model template" for every supported task type, which consolidates neccesary information to build a model.
3636
Model templates are validated on various datasets and serve one-stop shop for obtaining best models in general.
37-
If you are an experienced user, you can configure your own model based on [torchvision](https://pytorch.org/vision/stable/index.html), [pytorchcv](https://github.com/osmr/imgclsmob), [mmcv](https://github.com/open-mmlab/mmcv) and [OpenVINO Model Zoo (OMZ)](https://github.com/openvinotoolkit/open_model_zoo).
37+
If you are an experienced user, you can configure your own model based on [torchvision](https://pytorch.org/vision/releases/v1.0.0/index.html), [pytorchcv](https://github.com/osmr/imgclsmob), [mmcv](https://github.com/open-mmlab/mmcv) and [OpenVINO Model Zoo (OMZ)](https://github.com/openvinotoolkit/open_model_zoo).
3838

3939
Moreover, OpenVINO™ Training Extensions provides automatic configuration of task types and hyperparameters.
4040
The framework will identify the most suitable model template based on your dataset, and choose the best hyperparameter configuration.
@@ -51,7 +51,7 @@ OpenVINO™ Training Extensions supports the following computer vision tasks:
5151
- **Action recognition** including action classification and detection
5252
- **Anomaly recognition** tasks including anomaly classification, detection and segmentation
5353

54-
OpenVINO™ Training Extensions supports the [following learning methods](https://openvinotoolkit.github.io/training_extensions/stable/guide/explanation/algorithms/index.html):
54+
OpenVINO™ Training Extensions supports the [following learning methods](https://openvinotoolkit.github.io/training_extensions/releases/v1.0.0/guide/explanation/algorithms/index.html):
5555

5656
- **Supervised**, incremental learning including class incremental scenario and contrastive learning for classification and semantic segmentation tasks
5757
- **Semi-supervised learning**
@@ -61,17 +61,17 @@ OpenVINO™ Training Extensions will provide the following features in coming re
6161

6262
- **Distributed training** to accelerate the training process when you have multiple GPUs
6363
- **Half-precision training** to save GPUs memory and use larger batch sizes
64-
- Integrated, efficient [hyper-parameter optimization module (HPO)](https://openvinotoolkit.github.io/training_extensions/stable/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.
64+
- Integrated, efficient [hyper-parameter optimization module (HPO)](https://openvinotoolkit.github.io/training_extensions/releases/v1.0.0/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.
6565
- 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.
66-
- [Auto-configuration functionality](https://openvinotoolkit.github.io/training_extensions/stable/guide/explanation/additional_features/auto_configuration.html). OpenVINO™ Training Extensions analyzes provided dataset and chooses the proper task and model template to have the best accuracy/speed trade-off. It will also make a random auto-split of your dataset if there is no validation set provided.
66+
- [Auto-configuration functionality](https://openvinotoolkit.github.io/training_extensions/releases/v1.0.0/guide/explanation/additional_features/auto_configuration.html). OpenVINO™ Training Extensions analyzes provided dataset and chooses the proper task and model template to have the best accuracy/speed trade-off. It will also make a random auto-split of your dataset if there is no validation set provided.
6767

6868
---
6969

7070
## Getting Started
7171

7272
### Installation
7373

74-
Please refer to the [installation guide](https://openvinotoolkit.github.io/training_extensions/stable/guide/get_started/quick_start_guide/installation.html).
74+
Please refer to the [installation guide](https://openvinotoolkit.github.io/training_extensions/releases/v1.0.0/guide/get_started/quick_start_guide/installation.html).
7575

7676
### OpenVINO™ Training Extensions CLI Commands
7777

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

88-
You can find more details with examples in the [CLI command intro](https://openvinotoolkit.github.io/training_extensions/stable/guide/get_started/quick_start_guide/cli_commands.html).
88+
You can find more details with examples in the [CLI command intro](https://openvinotoolkit.github.io/training_extensions/releases/v1.0.0/guide/get_started/quick_start_guide/cli_commands.html).
8989

9090
---
9191

otx/__init__.py

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

6-
__version__ = "1.0.0"
6+
__version__ = "1.0.1"
77
# NOTE: Sync w/ otx/api/usecases/exportable_code/demo/requirements.txt
88

99
MMCLS_AVAILABLE = True
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
openmodelzoo-modelapi==2022.3.0
2-
otx==1.0.0
2+
otx==1.0.1
33
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)