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] Refactor onnx tests for object classification, add object dete…
…ction tests (#19802) * Fix onnx export of arange when stop is none. Refactor unit test to cover case. * Use correct outname names for SliceChannel. * Cast output of broadcast_equal to input type, like MXNet does. * Add unit test for broadcast_equal onnx export. * Require onnx opset >= 11 for SliceChannel which doesn't require the splits attribute for onnx Split operator. Add operator unit test for SliceChannel. * Support passing dtype to zeros_like and ones_like. * Refactor object classification tests to make more extendable and add object detection tests with currently supported models. * Fix lint * Update onnxruntime in CI to 1.6.0. * Install gluoncv in CI environment for onnxruntime tests. * Add test case for negative axis in SliceChannel. * Add export functions and unit tests for broadcast_minimum and lesser_scalar operators. Co-authored-by: Joe Evans <[email protected]>
- Loading branch information
1 parent
76c8c7d
commit 5637325
Showing
4 changed files
with
224 additions
and
86 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
Oops, something went wrong.