Support onnx export with previous OpSet version#5176
Merged
wangyems merged 21 commits intodotnet:masterfrom Jun 3, 2020
wangyems:wangye/oldopset2
Merged
Support onnx export with previous OpSet version#5176wangyems merged 21 commits intodotnet:masterfrom wangyems:wangye/oldopset2
wangyems merged 21 commits intodotnet:masterfrom
wangyems:wangye/oldopset2
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5176 +/- ##
==========================================
- Coverage 73.32% 73.31% -0.01%
==========================================
Files 1007 1007
Lines 187911 188075 +164
Branches 20241 20244 +3
==========================================
+ Hits 137790 137895 +105
- Misses 44595 44657 +62
+ Partials 5526 5523 -3
|
harishsk
reviewed
May 29, 2020
harishsk
reviewed
May 29, 2020
harishsk
reviewed
May 29, 2020
harishsk
reviewed
May 29, 2020
harishsk
reviewed
May 29, 2020
harishsk
reviewed
May 29, 2020
yaeldekel
reviewed
May 31, 2020
yaeldekel
reviewed
May 31, 2020
yaeldekel
reviewed
May 31, 2020
yaeldekel
reviewed
May 31, 2020
yaeldekel
reviewed
Jun 2, 2020
yaeldekel
reviewed
Jun 2, 2020
harishsk
reviewed
Jun 2, 2020
harishsk
reviewed
Jun 2, 2020
src/Microsoft.ML.Data/Scorers/MulticlassClassificationScorer.cs
Outdated
Show resolved
Hide resolved
harishsk
reviewed
Jun 2, 2020
harishsk
reviewed
Jun 2, 2020
harishsk
reviewed
Jun 2, 2020
antoniovs1029
approved these changes
Jun 2, 2020
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
For Feature request: #5171
Support exporting to onnx with a lower opset version
upgrade opset version from 11 to 12