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

TorchMetrics #7

Merged
merged 21 commits into from
Dec 2, 2021
Merged

TorchMetrics #7

merged 21 commits into from
Dec 2, 2021

Commits on Nov 26, 2021

  1. Initial commit

    samet-akcay authored and djdameln committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    88a8fff View commit details
    Browse the repository at this point in the history
  2. deleted old results classes

    djdameln committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    b9a17f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfff125 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bf30a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9548419 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e51f971 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63403bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    80be186 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    80854dc View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. fix mypy and pylint issues

    djdameln committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    f31ac00 View commit details
    Browse the repository at this point in the history
  2. update docstrings

    djdameln committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    e56967a View commit details
    Browse the repository at this point in the history
  3. opt_f1 -> optimal_f1

    djdameln committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    b43152d View commit details
    Browse the repository at this point in the history
  4. Tensor -> torch.Tensor

    djdameln committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    265b1c5 View commit details
    Browse the repository at this point in the history
  5. add parameter descriptions

    djdameln committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    1d4e868 View commit details
    Browse the repository at this point in the history
  6. enable dfm in model tests

    djdameln committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    f2998cb View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. solve merge conflicts

    djdameln committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    2a95f32 View commit details
    Browse the repository at this point in the history
  2. solve merge conflicts

    djdameln committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    3bd7e9e View commit details
    Browse the repository at this point in the history
  3. address comments

    djdameln committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    18ef5d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    e5c0615 View commit details
    Browse the repository at this point in the history
  2. kwds -> kwargs

    djdameln committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    d5a99ba View commit details
    Browse the repository at this point in the history
  3. indexing of trainer results

    djdameln committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    5ac2be9 View commit details
    Browse the repository at this point in the history