training_extensions
training_extensions copied to clipboard
Train, Evaluate, Optimize, Deploy Computer Vision Models via OpenVINO™
**Describe the bug** ```console Traceback (most recent call last): File "/home/validation/actions-runner/_work/training_extensions/training_extensions/.tox/perf-benchmark/bin/otx", line 8, in sys.exit(main()) File "/home/validation/actions-runner/_work/training_extensions/training_extensions/.tox/perf-benchmark/lib/python3.10/site-packages/otx/cli/__init__.py", line 17, in main OTXCLI() File "/home/validation/actions-runner/_work/training_extensions/training_extensions/.tox/perf-benchmark/lib/python3.10/site-packages/otx/cli/cli.py", line 55, in __init__ self.run() File...
**Describe the bug** ```console ver.2.0.0 Traceback (most recent call last): File "/home/songkich/miniconda3/envs/otx-v2/bin/otx", line 8, in sys.exit(main()) ^^^^^^ File "/mnt/sdb/workarea/otx/src/otx/cli/__init__.py", line 17, in main OTXCLI() File "/mnt/sdb/workarea/otx/src/otx/cli/cli.py", line 56, in __init__...
### Summary ### How to test ### Checklist - [ ] I have added unit tests to cover my changes. - [ ] I have added integration tests to cover...
### Summary ### How to test ### Checklist - [x] I have added unit tests to cover my changes. - [x] I have added integration tests to cover my changes....
### Summary ### How to test ### Checklist - [ ] I have added unit tests to cover my changes. - [ ] I have added integration tests to cover...
### Summary Model API PR: https://github.com/openvinotoolkit/model_api/pull/174 Fixing this issue: https://jira.devtools.intel.com/browse/CVS-141716 ### How to test ### Checklist - [ ] I have added unit tests to cover my changes. - [...
### Summary [CVS-141030](https://jira.devtools.intel.com/browse/CVS-141030) - [x] Fix YOLOX export perf degradation - ATSS will be fixed at https://github.com/openvinotoolkit/training_extensions/pull/3531 by reverting all configs ### How to test ### Checklist - [ ]...
### Summary add a "augmentation details" page to the docs/explanation/additional_features ### How to test ### Checklist - [ ] I have added unit tests to cover my changes. - [...
### Summary ### How to test ### Checklist - [ ] I have added unit tests to cover my changes. - [ ] I have added integration tests to cover...
### Summary This PR adds new HPO feature. New feature can adapt max value of HPO batch size search space automatically. It provides user an easy way to avoid OOM...