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

Perf improvement for TopK Accuracy and return all topK in Classification Evaluator #5395

Merged
merged 29 commits into from
Dec 9, 2020

Commits on Sep 12, 2020

  1. Fix for issue 744

    jasallen committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    5fbf740 View commit details
    Browse the repository at this point in the history
  2. cleanup

    jasallen committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    1747d3e View commit details
    Browse the repository at this point in the history
  3. fixing report output

    jasallen committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    32c244a View commit details
    Browse the repository at this point in the history
  4. fixedTestReferenceOutputs

    jasallen committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    968b58d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7ded43 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    685eeb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    1eacec7 View commit details
    Browse the repository at this point in the history
  2. fixed benchmark

    jasallen committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    ea057ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac08554 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0de3ea View commit details
    Browse the repository at this point in the history
  5. top k output name changes

    jasallen committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    30fbd6f View commit details
    Browse the repository at this point in the history
  6. make old TopK readOnly

    jasallen committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    495b4b0 View commit details
    Browse the repository at this point in the history
  7. restored old baselineOutputs since respecting outputTopK param means …

    …no topK in most test output
    jasallen committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    c3afe15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bfcda22 View commit details
    Browse the repository at this point in the history
  9. Clean up commented code

    jasallen authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    563768c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4a5597a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    71390bd View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Slight comment change

    jasallen authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    32ab9fa View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    db2b6b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. fix whitespace

    jasallen committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    0d0493b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    e6aec98 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Added new test

    antoniovs1029 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    05e7f91 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Code formatting nits

    justinormont authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    49786ed View commit details
    Browse the repository at this point in the history
  2. Code formatting nit

    justinormont authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    9259031 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98458ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86f5c3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    741e9fb View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Nits

    antoniovs1029 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    dadf793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e67751 View commit details
    Browse the repository at this point in the history