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

Filter scalar values based on optional param experiment #1350

Merged
merged 5 commits into from Aug 23, 2018

Commits on Aug 23, 2018

  1. Filter scalars data by experiment id

    Multiple experiments can have the same runName/tagName tuple.
    In such case, we want to be able to return scalar tensors of an
    experiment instead of all.
    
    The change also includes basic tests for fetching scalar values
    and exercising the `experiment` argument.
    stephanwlee committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    7d94600 View commit details
    Browse the repository at this point in the history
  2. Fix the unmatching types

    stephanwlee committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    6a41807 View commit details
    Browse the repository at this point in the history
  3. Use IS vs. =

    stephanwlee committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    bf1b6c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    147e07a View commit details
    Browse the repository at this point in the history
  5. flush ops

    stephanwlee committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    59f0a4e View commit details
    Browse the repository at this point in the history