Releases: openvinotoolkit/training_extensions
Releases · openvinotoolkit/training_extensions
Release v0.4.0
Added
- Model Preparation Algorithm (MPA)
Changed
- Normalize top-1 metrics to [0, 1] (#1394)
Fixed
Release v0.3.1
Fixed
-
Neural Network Compression Framework (NNCF)
- Fix CUDA OOM for NNCF optimization model MaskRCNN-EfficientNetB2B (#1319)
-
Model Preparation Algorithm (MPA)
- Fix 'Shape out of bounds' error when accepting AI predictions for detection oriented (#1326)
- Fix weird confidence behaviour issue on predictions for hierarchical classification (#1332)
- Fix training failure issue for hierarchical classification (#1329)
- Fix training failure issues for segmentation and instance segmentation during inference process (#1338)
- Some minor issues
Security
- Update vulnerable Python dependencies in OTE (#1303)
Release v0.3.0
Added
- Model Preparation Algorithm (MPA)
- Anomaly
Changed
-
Model Preparation Algorithm (MPA)
- Replace Class-Incremental Learning models as OTE default models (#1150)
- Replace OTE ignored label support with external ignored label
- Enable mixed precision for Classification / Detection / Segmentation (#1198)
- Enhance training schedule for Classification (#1212)
- Change Model optimization hyper-parameters for Classification / Detection (#1170)
- Disable Obsolete test cases for OTE CI (#1220)
-
Anomaly
- Extend conftest configuration for anomaly backend (#1097)
- Expose more params to the UI (#1085)
- Change directory structure for anomaly templates (#1105)
- Use is_anomalous attribute instead of string matching (#1120)
- Set nncf version (#1124)
- Move to learning parameters (#1152)
- Change OpenVINO MO Command (#1221)
Fixed
-
Model Preparation Algorithm (MPA)
-
Anomaly
Release v0.2.0
Added
- Model Preparation Algorithm (MPA), a newly introduced OTE Algorithm backend for advanced transfer learning
- Class-Incremental Learning support for OTE models
- Image Classification
- Object Detection
- Semantic Segmentation
- Class-Incremental Learning support for OTE models
- Object counting & Rotated object detection are added to Object Detection backend
- Increased support for NNCF / FP16 / HPO
- Ignored label support
- Stop training on NaN losses
Release v0.1.1
Fixed
- Some minor issues
Release v0.1.0
Added
- OTE SDK, defines an interface which can be used by OTE CLI to access OTE Algorithms.
- OTE CLI, contains set of commands needed to operate with deep learning models using OTE SDK Task interfaces.
- OTE Algorithms, contains sub-projects implementing OTE SDK Task interfaces for different deep learning models.
- Anomaly Classification
- Image Classification
- Object Detection
- Semantic Segmentation