Skip to content

Commit a2545f9

Browse files
authored
Update release note and readme (#2637)
* update release note and readme * remove package upload step on internal publish wf
1 parent 4ca63e8 commit a2545f9

File tree

3 files changed

+15
-17
lines changed

3 files changed

+15
-17
lines changed

.github/workflows/publish_internal.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@ jobs:
6060
with:
6161
text: ${{ github.ref }}
6262
regex: '^refs/heads/releases/[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+rc[0-9]+|rc[0-9]+)?$'
63-
- name: Upload package distributions to github
64-
if: ${{ steps.check-tag.outputs.match != '' }}
65-
uses: svenstaro/upload-release-action@v2
66-
with:
67-
repo_token: ${{ secrets.GITHUB_TOKEN }}
68-
file: dist/*
69-
tag: ${{ github.ref }}
70-
overwrite: true
71-
file_glob: true
7263
- name: Check dist contents
7364
run: twine check dist/*
7465
- name: Publish package dist to internal PyPI

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
---
66

7-
[Key Features](#key-features)
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)
7+
[Key Features](#key-features)
8+
[Installation](https://openvinotoolkit.github.io/training_extensions/1.4.4/guide/get_started/installation.html)
9+
[Documentation](https://openvinotoolkit.github.io/training_extensions/1.4.4/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.2/guide/explanation/algorithms/index.html):
57+
OpenVINO™ Training Extensions supports the [following learning methods](https://openvinotoolkit.github.io/training_extensions/1.4.4/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.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.
67+
- Integrated, efficient [hyper-parameter optimization module (HPO)](https://openvinotoolkit.github.io/training_extensions/1.4.4/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.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.
69+
- [Auto-configuration functionality](https://openvinotoolkit.github.io/training_extensions/1.4.4/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.2/guide/get_started/installation.html).
77+
Please refer to the [installation guide](https://openvinotoolkit.github.io/training_extensions/1.4.4/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.2/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.4/guide/get_started/cli_commands.html).
9494

9595
---
9696

docs/source/guide/release_notes/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Releases
44
.. toctree::
55
:maxdepth: 1
66

7+
v1.4.4 (4Q23)
8+
-------------
9+
10+
- Update ModelAPI configuration
11+
- Add Anomaly modelAPI changes
12+
- Update Image numpy access
13+
714
v1.4.3 (4Q23)
815
-------------
916

0 commit comments

Comments
 (0)