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

Torch backwards compatibility fixes #610

Merged
merged 8 commits into from
Mar 15, 2022

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    8b9b862 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec0da84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fded81 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    6adb0b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57da4ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f1f8cc View commit details
    Browse the repository at this point in the history
  4. Check that torch>=1.9.0 for mixed-precision training

    Torch versions prior to 1.9.0 do not have the functionality that we need
    for mixed-precision training and gradient scaling.
    danieldk committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    53089c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60ec831 View commit details
    Browse the repository at this point in the history