-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature/OTX] Rebase develop to feature/otx before MPA refactoring (#…
…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]>
- Loading branch information
1 parent
d7e7618
commit caf7492
Showing
154 changed files
with
5,053 additions
and
3,907 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
opencv-python==4.5.5.64 # remedy for fixed opencv-python-headless version in e2e-test-framework | ||
optuna==2.10.1 # remedy for fixed optuna version incompatible in OTE CI |
Submodule submodule
updated
12 files
+2 −1 | .github/workflows/main.yml | |
+2 −2 | openvino-requirements.txt | |
+0 −1 | optional-requirements.txt | |
+1 −1 | requirements.txt | |
+1 −1 | tools/auxiliary/optuna_optim.py | |
+1 −1 | tools/auxiliary/run_classification.py | |
+1 −1 | tools/auxiliary/run_multilabel.py | |
+63 −0 | tools/check_classes_mlc.py | |
+2 −2 | torchreid/engine/engine.py | |
+4 −7 | torchreid/losses/asl.py | |
+0 −6 | torchreid/models/timm_wrapper.py | |
+3 −1 | torchreid/utils/torchtools.py |
Oops, something went wrong.