Skip to content
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

Make streaming_op for PR curves use tf.group. #1053

Merged
merged 4 commits into from
Mar 16, 2018

Commits on Mar 16, 2018

  1. Make streaming_op for PR curves use tf.group.

    Previously, the streaming op for computing PR curves had relied on the
    `tensor_summary` method to both produce a single update op to return as
    well as add the update ops to various collections. That turned out
    problematic since it created a duplicate summary, yielding an extra PR
    curve plot in TensorBoard.
    
    We now use a `tf.group` op and manually add individual update ops to
    each collection.
    chihuahua committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    e5d4d61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6352a9e View commit details
    Browse the repository at this point in the history
  3. Make linter happy

    chihuahua committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    1604d40 View commit details
    Browse the repository at this point in the history
  4. Fix indent

    chihuahua committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    03d00f5 View commit details
    Browse the repository at this point in the history