-
Notifications
You must be signed in to change notification settings - Fork 443
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
[Feature/OTX] Rebase develop to feature/otx before MPA refactoring #1284
Conversation
* Update multi-label classification templates * Change default from multi-class to multi-label
[CVS-89912] Fixed config path computation
* Remove initialize from export functions * self._precision to FP32 * Update export initialize * Task changes
Co-authored-by: Lee, Soobee <[email protected]>
Update d-o-r
* Add @attr decorator for base configs * Update config.py * Fix import Signed-off-by: Songki Choi <[email protected]> Co-authored-by: Harim Kang <[email protected]>
[Anomaly Task] Change OpenVINO MO Command
[Hot-Fix] subprocess call issue
…-train-failure Fix CVS-90509 Semantic segmentation training with all templates doesn't work in cpu.
…icense-file-in-exportable-code Ludo/cvs 90428 update license file in exportable code
…liency-map Fix saliency map issues
* Move configuration.yaml and associated files to tempates folder. * Revert to old configuration format + fix save model issue * Update nncf compression_config.json path * Disable editable in pruning_supported * Remove copy * Move algorithm/configuration.py to base
* Address progress issue for HPO callback * Merge hpo and progress callback as only one progress callback is supported
Propagate changes from the 1.2 release branch (RC1) to develop
* Remove (Change to skip) some model template test cases for OTE-CI test (some external backend's API & performance tests) * Fixed some library version conflict issue (in OTE CI venv) * Fixed some test cases not working (MPA ote_cli tests) * Add MPA pre-commit tests (not for pydocstyle -> will check it out later) * Resolve prettier issue (data/car_tree_bug/annotations/hierarchical_default.json) * Resolve black issue (ote_cli/ote_cli/utils/hpo.py) Co-authored-by: Jihwan Eom <[email protected]>
* conftest Import Error Fix * Validation Report Selection fix * Change Name TestClass for resolving file name too long issue * Fix Anomaly template root path
* flake8 & black check * Enable black to mpa_tasks * Modify flake8 issue in mpa_tasks * README update & skip algo_table check test * Change test_docs::test_algorithms_table * Fix some codes * Temporaly disable mpa mypy * Resolve pylint issues * Rebase develop * Resolve new develop commit's pre-commit issues * Remove duplicated code in config * MPA commit update * Update TT_STABILITY_TEST * Update anomaly ote_cli test for TT_STABILITY_TEST * Rename TT_STABILITY_TEST to TT_STABILITY_TESTS
@ashwinvaidya17 Hi, Before starting the MPA task refactoring in feature/otx, I first reflected the changes in the develop branch. However, I have excluded the changes in the external/anomaly folder for now. Because I wasn't sure exactly what changes should be reflected here. With this in mind, take a look at the code. (And please let me know if I'm missing anything) And, as I recall, we set the number of character limits in the code to 120. However, Codacy-Static-Code-Analysis (CSCA) is still checking based on 80 characters. Do you have any idea how to solve this? Currently, CSCA is in Fail status, but this is confirmed by the content related to the number of characters in quick_guide doc. |
@harimkang, thanks for creating this PR. I see that there are some changes in Would you be able to add those changes to the corresponding location in |
Hi @samet-akcay, Yes, I will look into it (ote_sdk & otx.api) and reflect on it. |
This is because Codacy complains about the markdown file. We set the line length to 120 for the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @harimkang
…1284) * Update submodule branch (#1222) * Enhance training schedule for multi-label classification (#1212) * [CVS-88098] Remove initialize from export functions (#1226) * Train graph added (#1211) Co-authored-by: Lee, Soobee <[email protected]> * Add @attrs decorator for base configs (#1229) Signed-off-by: Songki Choi <[email protected]> Co-authored-by: Harim Kang <[email protected]> * Pretrained weight download error in MobilenetV3-large-1 of deep-object-reid in SC (#1233) * [Anomaly Task] Revert hpo template (#1230) * 🐞 [Anomaly Task] Fix progress bar (#1223) * [CVS-90555] Fix NaN value in classification (#1244) * update hpo_config.yaml (#1240) * [CVS-90400, CVS-91015] NNCF pruning supported tweaks (#1248) * Turned off pruning_support visibility for anomaly models (CVS-91015) * Disabled pruning for EfficientNet-V2-S (CVS-90400) * [Anomaly Task] 🐞 Fix inference when model backbone changes (#1242) * Fix CVS-91469 sseg compatibility issue * [CVS-91472] Add pruning_supported value (#1263) * Pruning supported tweaks (#1256) * [CVS-90400, CVS-91015] NNCF pruning supported tweaks (#1248) * Turned off pruning_support visibility for anomaly models (CVS-91015) * Disabled pruning for EfficientNet-V2-S (CVS-90400) * Revert "[CVS-90400, CVS-91015] NNCF pruning supported tweaks (#1248)" (#1269) * [OTE-TEST] Disable obsolete test cases (#1220) * [OTE-TEST] hot-fix for MPA performance tests (#1273) * Expose early stopping hyper-parameters for all tasks (#1241) * Resolve pre-commit issues (#1272) * Remove LazyEarlyStopHook in model_multilabel.py (#1281) * Removed xfail (#1239) Signed-off-by: Songki Choi <[email protected]> Co-authored-by: Ashwin Vaidya <[email protected]> Co-authored-by: Jaeguk Hyun <[email protected]> Co-authored-by: Nikita Savelyev <[email protected]> Co-authored-by: Vladisalv Sovrasov <[email protected]> Co-authored-by: Jihwan Eom <[email protected]> Co-authored-by: Songki Choi <[email protected]> Co-authored-by: Soobee Lee <[email protected]> Co-authored-by: Lee, Soobee <[email protected]> Co-authored-by: Eugene Liu <[email protected]> Co-authored-by: Emily Chun <[email protected]> Co-authored-by: ljcornel <[email protected]> Co-authored-by: Eunwoo Shin <[email protected]>
Summary
This is to rebase the current develop branch to feature/otx before MPA refactoring (This excludes external/anomaly)
This PR includes :