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

Auto-set DataLoader.worker_init_fn with seed_everything #6960

Merged
merged 41 commits into from
Apr 19, 2021

Commits on Apr 11, 2021

  1. example

    awaelchli committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    18e61ee View commit details
    Browse the repository at this point in the history
  2. auto add worker fn

    awaelchli committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    588f581 View commit details
    Browse the repository at this point in the history
  3. Revert "example"

    This reverts commit 18e61ee.
    awaelchli committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    bf92793 View commit details
    Browse the repository at this point in the history
  4. revert

    awaelchli committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    49f3200 View commit details
    Browse the repository at this point in the history
  5. typo

    awaelchli committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    74893bd View commit details
    Browse the repository at this point in the history
  6. flake

    awaelchli committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    49c1a64 View commit details
    Browse the repository at this point in the history
  7. add worker_id

    awaelchli committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    50d35ad View commit details
    Browse the repository at this point in the history
  8. typo

    awaelchli committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    873584e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b71d16c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    23f28f3 View commit details
    Browse the repository at this point in the history
  11. include torch.manual_seed

    awaelchli committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    59416c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. fix env var access

    awaelchli committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    3b247b8 View commit details
    Browse the repository at this point in the history
  2. ddp test

    awaelchli committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    5ed6791 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. suggestion by r.kern

    avoid collision
    awaelchli committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    08e5524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7828ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f97997f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. strict assert

    awaelchli committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    b3af3d1 View commit details
    Browse the repository at this point in the history
  2. strict assert

    awaelchli committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    e4cda36 View commit details
    Browse the repository at this point in the history
  3. remove print statement

    awaelchli committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    2f461e7 View commit details
    Browse the repository at this point in the history
  4. fix global rank issues

    awaelchli committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    398ddef View commit details
    Browse the repository at this point in the history
  5. unused import

    awaelchli committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    becb26b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9bfc55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a999b95 View commit details
    Browse the repository at this point in the history
  8. Update tests/trainer/test_dataloaders.py

    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    awaelchli and carmocca committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    896bed7 View commit details
    Browse the repository at this point in the history
  9. Update pytorch_lightning/trainer/data_loading.py

    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    awaelchli and carmocca committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    5b656aa View commit details
    Browse the repository at this point in the history
  10. Update pytorch_lightning/trainer/data_loading.py

    Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>
    awaelchli and ananthsub committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    69deaf8 View commit details
    Browse the repository at this point in the history
  11. update req

    awaelchli committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    60e0669 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2eb979e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Configuration menu
    Copy the full SHA
    9e0ac38 View commit details
    Browse the repository at this point in the history
  2. flake8

    awaelchli committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    e56d1b0 View commit details
    Browse the repository at this point in the history
  3. test duplicates

    awaelchli committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    e8844b8 View commit details
    Browse the repository at this point in the history
  4. update docs

    awaelchli committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    cc9f818 View commit details
    Browse the repository at this point in the history
  5. Update requirements.txt

    carmocca committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    4d6d56b View commit details
    Browse the repository at this point in the history
  6. Update requirements.txt

    carmocca committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    0a62d55 View commit details
    Browse the repository at this point in the history
  7. Update requirements.txt

    carmocca committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    1fa020f View commit details
    Browse the repository at this point in the history
  8. Update requirements.txt

    carmocca committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    2124ef5 View commit details
    Browse the repository at this point in the history
  9. change default

    awaelchli committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    4456bf8 View commit details
    Browse the repository at this point in the history
  10. remove sanity test

    awaelchli committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    708581a View commit details
    Browse the repository at this point in the history
  11. unused import

    awaelchli committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    fd59239 View commit details
    Browse the repository at this point in the history
  12. Revert "remove sanity test"

    This reverts commit 708581a.
    awaelchli committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    99799a0 View commit details
    Browse the repository at this point in the history
  13. better sanity check

    awaelchli committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    8514821 View commit details
    Browse the repository at this point in the history