-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add Initialize() method to TensorFlow and ImageAnalytics #795
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
Zruty0
left a comment
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.
![]()
| namespace Microsoft.ML.Transforms.TensorFlow | ||
| { | ||
| internal partial class TensorFlowUtils | ||
| public static class TensorFlowUtils |
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.
TensorFlowUtils [](start = 24, length = 15)
so in the unit test TensorFlowTransformCifarLearningPipelineTest I need to call TensorFlowUtils.Initialize() before creating the pipeline ? #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.
I think it would be useful, since the unit test serves as an example of how to use the transform in a learning pipeline.
In reply to: 214484316 [](ancestors = 214484316)
abgoswam
left a comment
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.
![]()
TomFinley
left a comment
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.
A proud moment for us all. 😃
7f0b75b to
02f7d3c
Compare
02f7d3c to
faa828d
Compare
Fixes #794 .
In order to use the pipeline API, users will be required to call the Initialize() method in order to load the assemblies that contain the relevant entry points.