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

New metric classes #1326

Merged
merged 47 commits into from
Apr 3, 2020
Merged

New metric classes #1326

merged 47 commits into from
Apr 3, 2020

Commits on Apr 3, 2020

  1. Create metrics package

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    cf2375b View commit details
    Browse the repository at this point in the history
  2. Create metric.py

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    a555259 View commit details
    Browse the repository at this point in the history
  3. Create utils.py

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    88b2895 View commit details
    Browse the repository at this point in the history
  4. Create __init__.py

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    118ac0c View commit details
    Browse the repository at this point in the history
  5. add tests for metric utils

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    fba118c View commit details
    Browse the repository at this point in the history
  6. add docstrings for metrics utils

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    67ee241 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9159138 View commit details
    Browse the repository at this point in the history
  8. add tests for this function

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f8172aa View commit details
    Browse the repository at this point in the history
  9. update test

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f44723b View commit details
    Browse the repository at this point in the history
  10. Update pytorch_lightning/metrics/metric.py

    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    justusschock and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    5345ff9 View commit details
    Browse the repository at this point in the history
  11. update metric name

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    b6bd31c View commit details
    Browse the repository at this point in the history
  12. remove example docs

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    0473a26 View commit details
    Browse the repository at this point in the history
  13. fix tests

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f2b2e81 View commit details
    Browse the repository at this point in the history
  14. add metric tests

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    3146c45 View commit details
    Browse the repository at this point in the history
  15. fix to tensor conversion

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    b9fcfc5 View commit details
    Browse the repository at this point in the history
  16. fix apply to collection

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    1e52d7b View commit details
    Browse the repository at this point in the history
  17. Update CHANGELOG.md

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    b2330b8 View commit details
    Browse the repository at this point in the history
  18. Update pytorch_lightning/metrics/metric.py

    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    justusschock and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f6cd043 View commit details
    Browse the repository at this point in the history
  19. remove tests from init

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    b6cd51b View commit details
    Browse the repository at this point in the history
  20. add missing type annotations

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    b57b933 View commit details
    Browse the repository at this point in the history
  21. rename utils to convertors

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    ee58051 View commit details
    Browse the repository at this point in the history
  22. Create metrics.rst

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    4154090 View commit details
    Browse the repository at this point in the history
  23. Update index.rst

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    2b05043 View commit details
    Browse the repository at this point in the history
  24. Update index.rst

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f980c62 View commit details
    Browse the repository at this point in the history
  25. Update pytorch_lightning/metrics/convertors.py

    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    justusschock and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    2540555 View commit details
    Browse the repository at this point in the history
  26. Update pytorch_lightning/metrics/convertors.py

    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    justusschock and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    4df6f98 View commit details
    Browse the repository at this point in the history
  27. Update pytorch_lightning/metrics/convertors.py

    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    justusschock and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    20ec375 View commit details
    Browse the repository at this point in the history
  28. Update pytorch_lightning/metrics/metric.py

    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    justusschock and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    4a2ce4b View commit details
    Browse the repository at this point in the history
  29. Update tests/utilities/test_apply_to_collection.py

    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    justusschock and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    cdc3250 View commit details
    Browse the repository at this point in the history
  30. Update tests/utilities/test_apply_to_collection.py

    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    justusschock and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    25bf8eb View commit details
    Browse the repository at this point in the history
  31. Update tests/metrics/convertors.py

    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    justusschock and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    1577858 View commit details
    Browse the repository at this point in the history
  32. Apply suggestions from code review

    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    justusschock and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    ad69ba3 View commit details
    Browse the repository at this point in the history
  33. add doctest example

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    3c32445 View commit details
    Browse the repository at this point in the history
  34. rename file and fix imports

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    80a8e7a View commit details
    Browse the repository at this point in the history
  35. added parametrized test

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    04cd3fe View commit details
    Browse the repository at this point in the history
  36. replace lambda with inlined function

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    8c411ea View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    1ec23d4 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    89a9050 View commit details
    Browse the repository at this point in the history
  39. Apply suggestions from code review

    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    justusschock and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    c091c83 View commit details
    Browse the repository at this point in the history
  40. adjust random values

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    91ce47b View commit details
    Browse the repository at this point in the history
  41. suppress output when seeding

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f62dec6 View commit details
    Browse the repository at this point in the history
  42. remove gpu from doctest

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    b6e8ce4 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    6d212e4 View commit details
    Browse the repository at this point in the history
  44. forgot to push these files...

    justusschock authored and Borda committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    b0739e1 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a70513b View commit details
    Browse the repository at this point in the history
  46. fix ddp tests

    justusschock committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    507b6f9 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    79f0731 View commit details
    Browse the repository at this point in the history