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

Add teardown hook to LightningDataModule #4673

Merged
merged 25 commits into from
Mar 25, 2021

Commits on Nov 14, 2020

  1. Configuration menu
    Copy the full SHA
    76a68e7 View commit details
    Browse the repository at this point in the history
  2. Update trainer.py

    ananthsub committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    38e33f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

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

Commits on Mar 7, 2021

  1. Configuration menu
    Copy the full SHA
    12a85b3 View commit details
    Browse the repository at this point in the history
  2. Fix doctest

    carmocca committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    d49ccd1 View commit details
    Browse the repository at this point in the history
  3. stage: Optional[str] = None

    carmocca committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    23db135 View commit details
    Browse the repository at this point in the history
  4. Trailing whitespace

    carmocca committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    84f5fdb View commit details
    Browse the repository at this point in the history
  5. Update docs and CHANGELOG

    carmocca committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    188b9fe View commit details
    Browse the repository at this point in the history
  6. Mention teardown

    carmocca committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    37473f0 View commit details
    Browse the repository at this point in the history
  7. Self-review

    carmocca committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    0a30abf View commit details
    Browse the repository at this point in the history
  8. Address Borda's comments

    carmocca committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    0e9d69c View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG

    carmocca committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    60a479e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Add DataModule.teardown

    carmocca committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    d72b3fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11bff76 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    carmocca committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    c2c116a View commit details
    Browse the repository at this point in the history
  4. Fix docs

    carmocca committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    7ad0688 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13a186f View commit details
    Browse the repository at this point in the history
  6. flake8

    carmocca committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    61dff83 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    f6e78db View commit details
    Browse the repository at this point in the history
  2. .validate()

    carmocca committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    3a8d8d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8925429 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49fd49c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

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

Commits on Mar 21, 2021

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

Commits on Mar 22, 2021

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