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

Merge load functions #995

Merged
merged 15 commits into from
Mar 3, 2020
Merged

Merge load functions #995

merged 15 commits into from
Mar 3, 2020

Commits on Mar 2, 2020

  1. Update README.md

    williamFalcon committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    97fcf5b View commit details
    Browse the repository at this point in the history
  2. Update README.md

    williamFalcon committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    19c1c77 View commit details
    Browse the repository at this point in the history
  3. Use callable object for patching dataloaders (#971)

    * Use callable object for patching dataloaders
    
    * Add test for ddp with dataloaders passed to fit()
    
    * Update pytorch_lightning/trainer/trainer.py
    
    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    
    * Update pytorch_lightning/trainer/trainer.py
    
    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    shoarora and Borda committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    a1fb3a4 View commit details
    Browse the repository at this point in the history
  4. merge load functions

    Adrian Wälchli authored and Adrian Wälchli committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    3e83d24 View commit details
    Browse the repository at this point in the history
  5. update tests

    Adrian Wälchli authored and Adrian Wälchli committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    e797af7 View commit details
    Browse the repository at this point in the history
  6. fix documentation warnings

    Adrian Wälchli authored and Adrian Wälchli committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    b879858 View commit details
    Browse the repository at this point in the history
  7. fix line too long

    Adrian Wälchli authored and Adrian Wälchli committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    64a21ec View commit details
    Browse the repository at this point in the history
  8. fix line too long

    Adrian Wälchli authored and Adrian Wälchli committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    375089b View commit details
    Browse the repository at this point in the history
  9. print deprecation warning

    Co-Authored-By: Jirka Borovec <Borda@users.noreply.github.com>
    2 people authored and Adrian Wälchli committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    0445917 View commit details
    Browse the repository at this point in the history
  10. move tags_csv argument to end of signature

    Adrian Wälchli authored and Adrian Wälchli committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    471fd0a View commit details
    Browse the repository at this point in the history
  11. fix typo, update version numbers

    Adrian Wälchli authored and Adrian Wälchli committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    ca00154 View commit details
    Browse the repository at this point in the history
  12. fix line too long

    Adrian Wälchli authored and Adrian Wälchli committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    dec8139 View commit details
    Browse the repository at this point in the history
  13. add typing as requested

    Adrian Wälchli committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    6471715 View commit details
    Browse the repository at this point in the history
  14. update changelog

    Adrian Wälchli committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    3f27904 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

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