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

TPU gradient clipping. #963

Merged
merged 6 commits into from
Feb 27, 2020
Merged

TPU gradient clipping. #963

merged 6 commits into from
Feb 27, 2020

Commits on Feb 27, 2020

  1. clip

    srush committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    c5bf99f View commit details
    Browse the repository at this point in the history
  2. Update pytorch_lightning/trainer/training_tricks.py

    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    srush and Borda committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    5d14129 View commit details
    Browse the repository at this point in the history
  3. Update pytorch_lightning/trainer/training_tricks.py

    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    srush and Borda committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    41ff747 View commit details
    Browse the repository at this point in the history
  4. pull out epsilon

    Sasha committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    aa1b50c View commit details
    Browse the repository at this point in the history
  5. add fp16 case

    Sasha committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    a3ef8f2 View commit details
    Browse the repository at this point in the history
  6. Update pytorch_lightning/trainer/training_tricks.py

    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    srush and Borda committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    cd86179 View commit details
    Browse the repository at this point in the history