This repository was 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.7k
[v1.x] Update onnx support to work with onnx 1.7.0 with most CV models #19017
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
51715d7
fix pooling_convention warning when convert model to onnx (#18529)
HaoLiuHust 7b7141b
Prevent uninitialized variable error.
aa1515b
Initial work to get Dropout to work with onnx 1.7
77fb75f
Remove trailing whitespace for pylint.
ae1e74d
Fix tensor initialization for Dropout operator input.
0faeeef
Update Clip operator to support latest ONNX opset versions by moving …
e9453c5
Fix whitespace.
1d5b664
Add support for importing Dropout operator in ONNX opset version >= 12.
9c5c034
Add support for import ONNX opsets >= 11 to clip operator.
aabcdd5
Add optional opset_version parameter that defaults to latest opset ve…
edd6f53
Add optional parameter to create_model() that allows user to specify …
2dfa22f
Use opset_version argument to determine operator format.
6c4e555
Add a opset_version parameter to from_onnx() so at operator conversio…
7305b9d
For Clip and Dropout operators, use opset version from passed proto_o…
39da0fc
Use same tolerances that are in master.
e36c200
Change Pad operator to use inputs instead of attributes for newer ops…
e4a9318
Add documentation opset_version parameter.
85a0ea6
Add opset_version parameters to unit tests.
0738620
Add test script for testing inference with onnxruntime on CV models f…
885862d
Add license and clean up imports.
9bb2b47
Install onnxruntime in docker container for unit tests.
50d929c
Add onnxruntime to test dependencies.
a6e6967
Install onnxruntime into CentOS docker image.
0bfec8e
Disable testing squeezenet models for now.
26708e3
Update onnx version.
d620548
Fix typo.
c7b55c1
Use mx.image.imread instead of PIL module.
f49e47a
ONNX import: use Conv pad attribute for symmetrical padding (#18675)
Kh4L 36d92ca
Install onnx in CentOS containers when installing python.
b102f78
Update import and export of some ONNX ops to support newer opset vers…
8bd6a64
Re-enable squeezenet model testings in onnxruntime.
a3ea851
Run the onnxruntime inference tests in the ONNX pipeline instead of n…
a5246fe
Add missed return value.
29dcdf3
Refactor code based on review comment.
d597b5a
Since the onnx tests are only run on ubuntu_cpu images, we don't need…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.