-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Move ONNX Transformer into Microsoft.ML.Transforms.Onnx namespace. #2929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2929 +/- ##
==========================================
- Coverage 72.19% 72.18% -0.01%
==========================================
Files 796 796
Lines 142023 142023
Branches 16046 16046
==========================================
- Hits 102530 102525 -5
- Misses 35114 35118 +4
- Partials 4379 4380 +1
|
src/Microsoft.ML.DnnImageFeaturizer.AlexNet/AlexNetExtension.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @codemzs !!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @codemzs !
|
||
namespace Microsoft.ML.Transforms | ||
namespace Microsoft.ML |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, nice, I had forgotten about these extensions.
towards #2751