This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v1.x] Move majority of ONNX model tests to nightly, only test a few …
…models in PR pipeline (#19848) * Enable end-to-end tests for all models we currently support exporting to onnx. * Replace deprecated ConstantFill onnx operator with Identity, add commented out models that work with onnx export but fail with onnxruntime. * Enable xception end-to-end test. * Add inceptionv3 to object classification model tests and adapt to support different image sizes. * Add supported models to end-to-end tests. * Split onnx tests into different pipelines for now. * Split onnx test stage into 4 different stages to reduce load and pipeline duration. * Further divide onnx runtime tests to prevent a stage from taking too long. * Increase process count for onnx tests to decrease runtime. * It turns out it's faster to just run a single pytest process. * Move test data to test fixtures so the data can be reused across tests. * Move all onnxruntime tests to nightly test pipeline, only test a few CV models for active pipeline due to resource and time limits. * Just run all tests in test_onnxruntime.py. Co-authored-by: Joe Evans <[email protected]>
- Loading branch information
1 parent
0138c29
commit 80ccb4b
Showing
5 changed files
with
192 additions
and
110 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
Oops, something went wrong.