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

Fix TPU tests for metrics_impl branch #1277

Merged
merged 47 commits into from
Sep 10, 2020
Merged

Fix TPU tests for metrics_impl branch #1277

merged 47 commits into from
Sep 10, 2020

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    9f7daa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a87f93d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30b2e19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3e237c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7100176 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3228a0a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

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

    n2cholas committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    4c4a76c View commit details
    Browse the repository at this point in the history
  3. black formatting

    n2cholas committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    b1e6956 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. reverted run*.sh

    n2cholas committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    b081e92 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. Configuration menu
    Copy the full SHA
    a343c35 View commit details
    Browse the repository at this point in the history
  2. Update ignite/metrics/precision.py

    Co-authored-by: vfdev <[email protected]>
    n2cholas and vfdev-5 authored Aug 16, 2020
    Configuration menu
    Copy the full SHA
    8548601 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b84226b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    685c23b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. update docstrings and docs

    n2cholas committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    0b4337d View commit details
    Browse the repository at this point in the history
  2. Update ignite/metrics/accumulation.py

    Co-authored-by: vfdev <[email protected]>
    n2cholas and vfdev-5 authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    b2fa213 View commit details
    Browse the repository at this point in the history
  3. Update ignite/metrics/accumulation.py

    Co-authored-by: vfdev <[email protected]>
    n2cholas and vfdev-5 authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    90e0e9a View commit details
    Browse the repository at this point in the history
  4. Update ignite/metrics/accumulation.py

    Co-authored-by: vfdev <[email protected]>
    n2cholas and vfdev-5 authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    6c1fda4 View commit details
    Browse the repository at this point in the history
  5. Update ignite/metrics/accuracy.py

    Co-authored-by: vfdev <[email protected]>
    n2cholas and vfdev-5 authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    c510e10 View commit details
    Browse the repository at this point in the history
  6. Update ignite/metrics/fbeta.py

    Co-authored-by: vfdev <[email protected]>
    n2cholas and vfdev-5 authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    d5d4854 View commit details
    Browse the repository at this point in the history
  7. Update ignite/metrics/loss.py

    Co-authored-by: vfdev <[email protected]>
    n2cholas and vfdev-5 authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    39515b7 View commit details
    Browse the repository at this point in the history
  8. Update ignite/metrics/metric.py

    Co-authored-by: vfdev <[email protected]>
    n2cholas and vfdev-5 authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    3c49871 View commit details
    Browse the repository at this point in the history
  9. Update ignite/metrics/precision.py

    Co-authored-by: vfdev <[email protected]>
    n2cholas and vfdev-5 authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    6de10dd View commit details
    Browse the repository at this point in the history
  10. Update ignite/metrics/recall.py

    Co-authored-by: vfdev <[email protected]>
    n2cholas and vfdev-5 authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    eca0bc3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ad7082e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c057d52 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    90b5b85 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    3481da1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d340bb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4824e24 View commit details
    Browse the repository at this point in the history
  4. fix TPU tests

    n2cholas committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    1361866 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    556262b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    489620b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Merge branch 'metrics_impl' of https://github.com/pytorch/ignite into…

    … metrics_impl
    n2cholas committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    566e9bc View commit details
    Browse the repository at this point in the history
  2. detach tensors earlier in update

    n2cholas committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    6edd30d View commit details
    Browse the repository at this point in the history
  3. remove redundant to() call

    n2cholas committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    375f91e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    960449c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96128fd View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Fixed isort

    vfdev-5 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    d192a8f View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    23d72c0 View commit details
    Browse the repository at this point in the history
  2. update xla tests

    n2cholas committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    edc74a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c6b7d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e64f37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2828e74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcc3cbb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb257de View commit details
    Browse the repository at this point in the history
  8. fix epoch_metric xla test

    n2cholas committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    2f7e542 View commit details
    Browse the repository at this point in the history