Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add known issues to changelog and readme #3722

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ All notable changes to this project will be documented in this file.
- Refactoring detection modules
(<https://github.com/openvinotoolkit/training_extensions/pull/3636>)

### Buf fixes
### Bug fixes

- Fix conflicts between develop and 2.0.0
(<https://github.com/openvinotoolkit/training_extensions/pull/3490>)
Expand Down Expand Up @@ -139,6 +139,10 @@ All notable changes to this project will be documented in this file.
- Fix MaskRCNN SwinT NNCF Accuracy Drop
(<https://github.com/openvinotoolkit/training_extensions/pull/3685>)

### Known issues

- Post-Training Quantization (PTQ) optimization applied to maskrcnn_swint in the instance segmentation task may result in significantly reduced accuracy. This issue is expected to be addressed with an upgrade to OpenVINO and NNCF in a future release.

## \[v2.0.0\]

> _**NOTES**_
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ In addition to the examples above, please refer to the documentation for tutoria
- Move assigning tasks to Models from Engine to Anomaly Model Classes
- Refactoring detection modules

### Buf fixes
### Bug fixes

- Fix conflicts between develop and 2.0.0
- Fix polygon mask
Expand All @@ -244,6 +244,10 @@ In addition to the examples above, please refer to the documentation for tutoria
- Fix optimize with Semi-SL data pipeline
- Fix MaskRCNN SwinT NNCF Accuracy Drop

### Known issues

- Post-Training Quantization (PTQ) optimization applied to maskrcnn_swint in the instance segmentation task may result in significantly reduced accuracy. This issue is expected to be addressed with an upgrade to OpenVINO and NNCF in a future release.

### Release History

Please refer to the [CHANGELOG.md](CHANGELOG.md)
Expand Down
Loading