-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Ensure that the graph is set to be the current graph when scoring with multiple models #5149
Ensure that the graph is set to be the current graph when scoring with multiple models #5149
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5149 +/- ##
==========================================
- Coverage 75.79% 75.78% -0.02%
==========================================
Files 993 993
Lines 181067 181077 +10
Branches 19494 19494
==========================================
- Hits 137240 137227 -13
- Misses 38532 38553 +21
- Partials 5295 5297 +2
|
I worry that this has the downside of making the TensorFlow API need to meet the compatibility requirements of the ML.NET API. This is particularly problematic for the |
Thanks Sam, this is valid concern. What about can expose a new public method to let user reset default graph? In reply to: 632123004 [](ancestors = 632123004) |
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.
Since this is no longer making the Session variable as public, please update the title of the PR to reflect the solution.
Address issue: #4568