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

revamp entire metrics #3868

Merged
merged 27 commits into from
Oct 6, 2020
Merged

revamp entire metrics #3868

merged 27 commits into from
Oct 6, 2020

Commits on Oct 6, 2020

  1. removed metric

    Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
    ananyahjha93 and teddykoker committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    0353617 View commit details
    Browse the repository at this point in the history
  2. added new metrics

    Co-authored-by: Teddy Koker teddy.koker@gmail.com
    ananyahjha93 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    8cf72ec View commit details
    Browse the repository at this point in the history
  3. pep8

    Co-authored-by: Teddy Koker teddy.koker@gmail.com
    ananyahjha93 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    31f41aa View commit details
    Browse the repository at this point in the history
  4. pep8

    Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
    ananyahjha93 and teddykoker committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    5519c30 View commit details
    Browse the repository at this point in the history
  5. docs

    Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
    ananyahjha93 and teddykoker committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    a068236 View commit details
    Browse the repository at this point in the history
  6. docs

    Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
    ananyahjha93 and teddykoker committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    2175a86 View commit details
    Browse the repository at this point in the history
  7. win ddp tests skip

    Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
    ananyahjha93 and teddykoker committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    4a9b646 View commit details
    Browse the repository at this point in the history
  8. win ddp tests skip

    Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
    ananyahjha93 and teddykoker committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    e56d7e2 View commit details
    Browse the repository at this point in the history
  9. win ddp tests skip

    Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
    ananyahjha93 and teddykoker committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    9ccfb4a View commit details
    Browse the repository at this point in the history
  10. win ddp tests skip

    Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
    ananyahjha93 and teddykoker committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    95c9e04 View commit details
    Browse the repository at this point in the history
  11. reset in compute, cache compute

    Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
    ananyahjha93 and teddykoker committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    a3af97d View commit details
    Browse the repository at this point in the history
  12. reduce_ops handling

    Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
    ananyahjha93 and teddykoker committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    426403e View commit details
    Browse the repository at this point in the history
  13. sync -> sync_dist, type annotations

    Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
    ananyahjha93 and teddykoker committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    ecabb8d View commit details
    Browse the repository at this point in the history
  14. wip docs

    Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
    ananyahjha93 and teddykoker committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    9d62235 View commit details
    Browse the repository at this point in the history
  15. mean squared error

    teddykoker authored and ananyahjha93 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    0947c57 View commit details
    Browse the repository at this point in the history
  16. docstring

    teddykoker authored and ananyahjha93 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    90eccc7 View commit details
    Browse the repository at this point in the history
  17. added mean ___ error metrics

    teddykoker authored and ananyahjha93 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    b7fce22 View commit details
    Browse the repository at this point in the history
  18. added mean ___ error metrics

    teddykoker authored and ananyahjha93 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    f1c89ad View commit details
    Browse the repository at this point in the history
  19. seperated files

    teddykoker authored and ananyahjha93 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    6efc50a View commit details
    Browse the repository at this point in the history
  20. accuracy doctest

    teddykoker authored and ananyahjha93 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    f14a4b3 View commit details
    Browse the repository at this point in the history
  21. gpu fix

    teddykoker authored and ananyahjha93 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    4f3a958 View commit details
    Browse the repository at this point in the history
  22. remove unnecessary mixin

    teddykoker authored and ananyahjha93 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    49a0c7b View commit details
    Browse the repository at this point in the history
  23. metric and accuracy docstring

    Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
    ananyahjha93 and teddykoker committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    acf8608 View commit details
    Browse the repository at this point in the history
  24. metric docs

    Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
    ananyahjha93 and teddykoker committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    5679052 View commit details
    Browse the repository at this point in the history
  25. pep8, changelog

    Co-authored-by: Teddy Koker <teddy.koker@gmail.com>
    ananyahjha93 and teddykoker committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    e8cc402 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    41ddda8 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1069381 View commit details
    Browse the repository at this point in the history