You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That would enable developers outside of TensorFlow to use the PR curves plugin. Other plugins have a pb implementation (that differs from the op implementation, which is a TensorFlow op).
The text was updated successfully, but these errors were encountered:
This change adds a `pb` implementation for the PR curves summary, which, like all `pb` implementations, lets users generate summaries without having to use TensorFlow.
Also modified the test for PR curve summaries to use small test cases
that are easy for a developer to reason through instead of using the
demo data. This allows us to use the compute_and_check_summary_pb
paradigm for the PR curves summary test, just like for other plugins.
Updated the summary module to include `pr_curve_pb`. Fixestensorflow#445.
This change adds a `pb` implementation for the PR curves summary,
which, like all `pb` implementations, lets users generate summaries
without having to use TensorFlow.
Also modified the test for PR curve summaries to use small test cases
that are easy for a developer to reason through instead of using the
demo data. This allows us to use the `compute_and_check_summary_pb`
paradigm for the PR curves summary test, just like for other plugins.
Updated the summary module to include `pr_curve_pb`. Fixes#445.
As part of this change, renamed the `tag` parameter of summary ops to
`name` to be consistent with other summaries.
That would enable developers outside of TensorFlow to use the PR curves plugin. Other plugins have a pb implementation (that differs from the op implementation, which is a TensorFlow op).
The text was updated successfully, but these errors were encountered: