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

[1/2] Deprecate outputs in on_train_epoch_end hooks #7339

Merged
merged 15 commits into from
May 5, 2021

Commits on May 4, 2021

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

    ananthsub committed May 4, 2021
    Configuration menu
    Copy the full SHA
    082c3cc View commit details
    Browse the repository at this point in the history
  3. Update callback_hook.py

    ananthsub committed May 4, 2021
    Configuration menu
    Copy the full SHA
    495c0b7 View commit details
    Browse the repository at this point in the history
  4. update

    ananthsub committed May 4, 2021
    Configuration menu
    Copy the full SHA
    03fa99d View commit details
    Browse the repository at this point in the history
  5. Update training_loop.py

    ananthsub committed May 4, 2021
    Configuration menu
    Copy the full SHA
    2f55ff1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d262e1 View commit details
    Browse the repository at this point in the history
  7. early stop?

    ananthsub committed May 4, 2021
    Configuration menu
    Copy the full SHA
    b0c02cb View commit details
    Browse the repository at this point in the history
  8. fix

    ananthsub committed May 4, 2021
    Configuration menu
    Copy the full SHA
    274d5f8 View commit details
    Browse the repository at this point in the history
  9. update tests

    ananthsub committed May 4, 2021
    Configuration menu
    Copy the full SHA
    5c6a3d8 View commit details
    Browse the repository at this point in the history
  10. Update test_hooks.py

    ananthsub committed May 4, 2021
    Configuration menu
    Copy the full SHA
    01aed79 View commit details
    Browse the repository at this point in the history
  11. Update pytorch_lightning/trainer/callback_hook.py

    Co-authored-by: Ethan Harris <ewah1g13@soton.ac.uk>
    ananthsub and ethanwharris committed May 4, 2021
    Configuration menu
    Copy the full SHA
    b719bef View commit details
    Browse the repository at this point in the history
  12. Update pytorch_lightning/trainer/training_loop.py

    Co-authored-by: Ethan Harris <ewah1g13@soton.ac.uk>
    ananthsub and ethanwharris committed May 4, 2021
    Configuration menu
    Copy the full SHA
    66f310a View commit details
    Browse the repository at this point in the history
  13. Update trainer.py

    ananthsub committed May 4, 2021
    Configuration menu
    Copy the full SHA
    d18455c View commit details
    Browse the repository at this point in the history
  14. Update pytorch_lightning/trainer/trainer.py

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    ananthsub and Borda committed May 4, 2021
    Configuration menu
    Copy the full SHA
    f2f8b58 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

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