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: Allow hashing of metrics with lists in their state #5939

Merged
merged 20 commits into from
Feb 18, 2021

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    fedce1c View commit details
    Browse the repository at this point in the history
  2. Add test case and modify semantics of Metric __hash__ in order to be …

    …compatible with structural equality checks
    peblair committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    ff74fd2 View commit details
    Browse the repository at this point in the history
  3. Fix pep8 style issue

    peblair committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    815ff28 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

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

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    750926f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    400c654 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27395f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8126bcc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8fc885 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63c5f78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7dd9635 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7969cf View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    a7e5d7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a42a335 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13a48ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1777b54 View commit details
    Browse the repository at this point in the history
  5. Remove _hash_tensor method in order to un-break nn.Module.named_child…

    …ren (for builtin metrics, at least)
    peblair committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    626d44f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3327132 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a29a20 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

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