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

Improve manual optimization API #5771

Merged
merged 355 commits into from
Feb 16, 2021
Merged

Improve manual optimization API #5771

merged 355 commits into from
Feb 16, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 25, 2021

  1. Fix import issue, attempting to fix tests

    SeanNaren authored and Borda committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    79803f6 View commit details
    Browse the repository at this point in the history
  2. Fix initial test

    SeanNaren authored and Borda committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    a7c0d8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02df0ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0ebcba View commit details
    Browse the repository at this point in the history
  5. change attribute for instance test

    justusschock authored and Borda committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    319c3e8 View commit details
    Browse the repository at this point in the history
  6. reset optimizers

    optimizers are not used in main process, so state would be wrong.
    justusschock authored and Borda committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    a34cd15 View commit details
    Browse the repository at this point in the history
  7. legacy

    Borda committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    c95b06a View commit details
    Browse the repository at this point in the history
  8. imports in accel

    Borda committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    9ff0c64 View commit details
    Browse the repository at this point in the history
  9. legacy2

    Borda committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    67d4e47 View commit details
    Browse the repository at this point in the history
  10. trainer imports

    Borda committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    577b00d View commit details
    Browse the repository at this point in the history
  11. fix import errors after rebase

    awaelchli authored and Borda committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    aa4858b View commit details
    Browse the repository at this point in the history
  12. move hook to new setup location

    awaelchli authored and Borda committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    f81a44f View commit details
    Browse the repository at this point in the history
  13. provide unwrapping logic

    awaelchli authored and Borda committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    a285665 View commit details
    Browse the repository at this point in the history
  14. fix trainer callback system

    awaelchli authored and Borda committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    bf78d70 View commit details
    Browse the repository at this point in the history
  15. added ddp2 implementation

    awaelchli authored and Borda committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    34947cf View commit details
    Browse the repository at this point in the history
  16. fix imports .legacy

    Borda committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    49bec53 View commit details
    Browse the repository at this point in the history
  17. move plugins

    Borda committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    ba1c986 View commit details
    Browse the repository at this point in the history
  18. restore legacy

    Borda committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    45dfbb7 View commit details
    Browse the repository at this point in the history
  19. drop test.py from root

    Borda committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    9b7326a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

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

Commits on Jan 30, 2021

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

    awaelchli committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    9e46624 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22d2ae8 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Configuration menu
    Copy the full SHA
    901d392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e174b8d View commit details
    Browse the repository at this point in the history
  3. reset bugreportmodel

    awaelchli committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    98660de View commit details
    Browse the repository at this point in the history
  4. unwrapping

    awaelchli committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    4d95b6c View commit details
    Browse the repository at this point in the history
  5. step routing forward

    awaelchli committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    b69d013 View commit details
    Browse the repository at this point in the history
  6. model access

    awaelchli committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    cb6676d View commit details
    Browse the repository at this point in the history
  7. unwrap

    awaelchli committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    a33d27f View commit details
    Browse the repository at this point in the history
  8. opt

    awaelchli committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    f7486e2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    117f16d View commit details
    Browse the repository at this point in the history
  10. integrate distrib_type

    awaelchli committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    3792b72 View commit details
    Browse the repository at this point in the history
  11. sync changes

    awaelchli committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    ef85b81 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. sync

    awaelchli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    9d9a940 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f017a39 View commit details
    Browse the repository at this point in the history
  3. fixes

    awaelchli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    a190a56 View commit details
    Browse the repository at this point in the history
  4. add forgotten generators

    awaelchli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    73bb607 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8c74f3 View commit details
    Browse the repository at this point in the history
  6. add missing logic

    awaelchli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    ae71997 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d89847b View commit details
    Browse the repository at this point in the history
  8. update

    awaelchli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    0e686c3 View commit details
    Browse the repository at this point in the history
  9. import

    awaelchli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    d6a43ea View commit details
    Browse the repository at this point in the history
  10. missed imports

    awaelchli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    ceb8f75 View commit details
    Browse the repository at this point in the history
  11. import fixes

    awaelchli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    fbb7c20 View commit details
    Browse the repository at this point in the history
  12. isort

    awaelchli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    b610999 View commit details
    Browse the repository at this point in the history
  13. mv f

    awaelchli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    9b79924 View commit details
    Browse the repository at this point in the history
  14. changelog

    awaelchli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    9afe54d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3b63e82 View commit details
    Browse the repository at this point in the history
  16. format

    awaelchli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    ca8cb68 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0633745 View commit details
    Browse the repository at this point in the history
  18. d

    awaelchli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    a622e0b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    18c682f View commit details
    Browse the repository at this point in the history
  20. add world size

    awaelchli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    f275803 View commit details
    Browse the repository at this point in the history
  21. clean up

    awaelchli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    4ae008b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3b3918b View commit details
    Browse the repository at this point in the history
  23. duplicate

    awaelchli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    d4c6308 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    7eef4a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9949164 View commit details
    Browse the repository at this point in the history
  3. set nvidia flags

    awaelchli committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    6d47357 View commit details
    Browse the repository at this point in the history
  4. remove unused colab var

    awaelchli committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    a6864ec View commit details
    Browse the repository at this point in the history
  5. use_tpu <-> on_tpu attrs

    awaelchli committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    b4b9724 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81001e3 View commit details
    Browse the repository at this point in the history
  7. Ref/accelerator connector (#5742)

    * final cleanup
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * connector cleanup
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * trainer cleanup
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * accelerator cleanup + missing logic in accelerator connector
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * add missing changes to callbacks
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * reflect accelerator changes to lightning module
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * clean cluster envs
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * cleanup plugins
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * add broadcasting
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * yapf
    
    * remove plugin connector
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    justusschock and awaelchli authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    cea000d View commit details
    Browse the repository at this point in the history
  8. plugins

    awaelchli committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    933e2a1 View commit details
    Browse the repository at this point in the history
  9. manual optimization

    justusschock committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    ad451d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a30a3cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a05b291 View commit details
    Browse the repository at this point in the history
  12. fix memory mixed precision

    awaelchli committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    4388e73 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    be9d029 View commit details
    Browse the repository at this point in the history
  14. add predict method

    awaelchli committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    a90a160 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    767bee0 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    f771a7f View commit details
    Browse the repository at this point in the history
  2. fix deprecated tests

    awaelchli committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    1a3b04e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1f4938 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38bc8b7 View commit details
    Browse the repository at this point in the history
  5. yapf format

    awaelchli committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    ce6b6de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b7c20b View commit details
    Browse the repository at this point in the history
  7. update on comments

    tchaton committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    1d26c9b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f538c75 View commit details
    Browse the repository at this point in the history
  9. x

    awaelchli committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    b44d82e View commit details
    Browse the repository at this point in the history
  10. avoid

    awaelchli committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    3820e77 View commit details
    Browse the repository at this point in the history
  11. x

    awaelchli committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    08ae327 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7d0e094 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1028011 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. add support for sharded

    justusschock committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    11bd0d6 View commit details
    Browse the repository at this point in the history
  2. update typing

    justusschock committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    6bf0b60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f94082b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7939b99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9131ffb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed7425c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    209a164 View commit details
    Browse the repository at this point in the history
  8. Merge 1.1.5 changes

    awaelchli committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    837a070 View commit details
    Browse the repository at this point in the history
  9. fix merge

    awaelchli committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    136b321 View commit details
    Browse the repository at this point in the history
  10. fix merge

    awaelchli committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    ffcb535 View commit details
    Browse the repository at this point in the history
  11. yapf isort

    awaelchli committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    1edfa73 View commit details
    Browse the repository at this point in the history
  12. merge 1.1.6

    awaelchli committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    a689b81 View commit details
    Browse the repository at this point in the history
  13. fix merge

    awaelchli committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    330b14c View commit details
    Browse the repository at this point in the history
  14. yapf isort

    awaelchli committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    ef258d5 View commit details
    Browse the repository at this point in the history
  15. fix indentation in test

    awaelchli committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    c85000d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    5f3a35e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa1c9b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e330a11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    994ac82 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. Configuration menu
    Copy the full SHA
    1a78601 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b76448 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfd54ab View commit details
    Browse the repository at this point in the history
  4. fix merge

    fix merge
    
    
    fix merge
    awaelchli committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    0574d22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ef6637 View commit details
    Browse the repository at this point in the history
  6. [Feat] Resolve manual_backward (#5837)

    * resolve manual_backward
    
    * resolve flake8
    
    * update
    
    * resolve for ddp_spawn
    
    * resolve flake8
    
    * resolve flake8
    
    * resolve flake8
    
    Co-authored-by: Ubuntu <ubuntu@ip-172-31-88-60.ec2.internal>
    tchaton and Ubuntu authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    9feda39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7bb9d9f View commit details
    Browse the repository at this point in the history
  8. [BugFix] Resolve manual optimization (#5852)

    * resolve manual_optimization
    
    * update
    
    * update
    
    Co-authored-by: Ubuntu <ubuntu@ip-172-31-88-60.ec2.internal>
    tchaton and Ubuntu authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    13ae1ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fc3b4db View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Remove copy trainer parameters to happen earlier within the loop and …

    …add safe guard to get ref model (#5856)
    SeanNaren authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    b437642 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c6aa83 View commit details
    Browse the repository at this point in the history
  3. resovle a bug

    Ubuntu committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    beb980a View commit details
    Browse the repository at this point in the history
  4. Accelerator refactor sharded rpc (#5854)

    * rpc branch
    
    * merge
    
    * update handling of rpc
    
    * make devices etc. Optional in RPC
    
    * set devices etc. later if necessary
    
    * remove devices from sequential
    
    * make devices optional in rpc
    
    * fix import
    
    * uncomment everything
    
    * fix cluster selection
    
    Co-authored-by: Ubuntu <ubuntu@ip-172-31-88-60.ec2.internal>
    justusschock and Ubuntu authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    7a0fd27 View commit details
    Browse the repository at this point in the history
  5. resolve bug

    Ubuntu committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    0d0ced5 View commit details
    Browse the repository at this point in the history
  6. fix assert in rpc test

    awaelchli committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    1f3ab76 View commit details
    Browse the repository at this point in the history
  7. resolve a test

    Ubuntu committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    f1b1121 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. fix docs compilation

    awaelchli committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    cd31fa1 View commit details
    Browse the repository at this point in the history
  2. accelerator refactor - fix for sharded parity test (#5866)

    * fix memory issue with ddp_spawn
    
    * x
    
    
    x
    
    
    x
    
    
    x
    
    
    x
    
    
    x
    
    
    x
    
    
    x
    
    
    x
    
    * x
    awaelchli authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    f48793e View commit details
    Browse the repository at this point in the history
  3. Remove DDP2 as this does not apply

    SeanNaren committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    81ff6ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20deb46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be4d1a2 View commit details
    Browse the repository at this point in the history
  6. fix apex docstring

    awaelchli committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    0ac5fc4 View commit details
    Browse the repository at this point in the history
  7. [accelerator][BugFix] Resolve some test for 1 gpu (#5863)

    * update
    
    * revert init
    
    * resolve a bug
    
    * update
    
    * resolve flake8
    
    * update
    
    * update
    
    * update
    
    * revert init
    
    * resolve a bug
    
    * update
    
    * resolve flake8
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * revert init
    
    * resolve a bug
    
    * update
    
    * resolve flake8
    
    * update
    
    * update
    
    * update
    
    * revert init
    
    * update
    
    * resolve flake8
    
    * update
    
    * update
    
    * update
    
    * update
    
    * update
    
    * all_gather
    
    * update
    
    * make plugins work, add misconfig for RPC
    
    * update
    
    * update
    
    * remove breaking test
    
    * resolve some tests
    
    * resolve flake8
    
    * revert to ddp_spawn
    
    Co-authored-by: root <root@ip-172-31-88-60.ec2.internal>
    Co-authored-by: Ubuntu <ubuntu@ip-172-31-88-60.ec2.internal>
    Co-authored-by: Justus Schock <justus.schock@rwth-aachen.de>
    4 people authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    07fdd95 View commit details
    Browse the repository at this point in the history
  8. yapf isort

    awaelchli committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    384b791 View commit details
    Browse the repository at this point in the history
  9. resolve flake8

    tchaton committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    b1a84b8 View commit details
    Browse the repository at this point in the history
  10. fix apex doctests

    awaelchli committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    a157a29 View commit details
    Browse the repository at this point in the history
  11. fix apex doctests 2

    awaelchli committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    08cfc65 View commit details
    Browse the repository at this point in the history
  12. resolve docs

    tchaton committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    7888bfd View commit details
    Browse the repository at this point in the history
  13. update drone

    tchaton committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    b5b4243 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    93ceb4c View commit details
    Browse the repository at this point in the history
  15. clean env

    root committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    d001bcf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ad47f47 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    60bfb1a View commit details
    Browse the repository at this point in the history
  18. update

    Ubuntu committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    0608a41 View commit details
    Browse the repository at this point in the history
  19. update

    root committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    f0120b5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bf8874e View commit details
    Browse the repository at this point in the history
  21. update

    tchaton committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    baf7d7f View commit details
    Browse the repository at this point in the history
  22. update

    tchaton committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    9360aad View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. merge

    justusschock committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    b814cdc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'accelerator-refactor-sharded' of github.com:PytorchLigh…

    …tning/pytorch-lightning into accelerator-refactor-sharded
    justusschock committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    0d3ea37 View commit details
    Browse the repository at this point in the history
  3. Fix RPC related tests, clean out old API, update for new accelerator …

    …API [skip ci] (#5881)
    
    * Fix RPC related tests, clean out old API, update for new accelerator API
    
    * Move tests out of legacy folder, update paths and names
    SeanNaren authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    f1f90c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    6d05881 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d86fdff View commit details
    Browse the repository at this point in the history
  3. Expose properties for tpu cores/gpus/num_gpus

    SeanNaren committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    5fbc1cf View commit details
    Browse the repository at this point in the history
  4. Add root GPU property

    SeanNaren committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    aa9aea0 View commit details
    Browse the repository at this point in the history
  5. Move properties to properties.py

    SeanNaren committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    c35baf1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9c6e21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f3947b View commit details
    Browse the repository at this point in the history
  8. Fix root GPU property (#5908)

    * Move root GPU to property, remove horovod set as this is handled in horovod plugin, ensure we mock correctly to set GPU accelerator
    
    * Add missing tests back
    SeanNaren authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    50ecc4a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c7d0075 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'original/accelerator-refactor-sharded' …

    …into accelerator-refactor-sharded
    awaelchli committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    3f61d15 View commit details
    Browse the repository at this point in the history
  11. Fix setup hook order [wip] (#5858)

    * Call trainer setup hook before accelerator setup
    
    * Add test case
    
    * add new test
    
    * typo
    
    * fix callback order in test
    
    Co-authored-by: tchaton <thomas@grid.ai>
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    3 people authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    061ea46 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1fe1f91 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3683f5a View commit details
    Browse the repository at this point in the history
  14. revert

    awaelchli committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    1f01b81 View commit details
    Browse the repository at this point in the history
  15. fix stupid merge problem

    awaelchli committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    135c236 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    222653d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    f4311cd View commit details
    Browse the repository at this point in the history
  2. merge the import conflicts

    awaelchli committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    b210dee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    236009e View commit details
    Browse the repository at this point in the history
  4. [wip] Fix some bugs for TPU [skip ci] (#5878)

    * fixed for single tpu
    
    * fixed spawn
    
    * fixed spawn
    
    * update
    
    * update
    
    * wip
    
    * resolve bugs
    
    * resolve bug
    
    * update on comment
    
    * removed decorator
    
    * resolve comments
    
    * set to 4
    
    * update
    
    * update
    
    * need cleaning
    
    * update
    
    * update
    
    * update
    
    * resolve flake8
    
    * resolve bugs
    
    * exclude broadcast
    
    * resolve bugs
    
    * change test
    
    * update
    
    * update
    
    * skip if meet fails
    
    * properly raise trace
    
    * update
    
    * add catch
    
    * wrap test
    
    * resolve typo
    
    * update
    
    * typo
    
    Co-authored-by: Lezwon Castelino <lezwon@gmail.com>
    Co-authored-by: Your Name <you@example.com>
    3 people authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    aace276 View commit details
    Browse the repository at this point in the history
  5. resolve some tests

    root committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    68273f5 View commit details
    Browse the repository at this point in the history
  6. update

    Ubuntu committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    ca77fa4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c35edfd View commit details
    Browse the repository at this point in the history
  8. fix imports

    justusschock committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    8cacef7 View commit details
    Browse the repository at this point in the history
  9. update

    root committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    f7bbe48 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    30d9800 View commit details
    Browse the repository at this point in the history
  11. resolve flake8

    tchaton committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    25f7f13 View commit details
    Browse the repository at this point in the history
  12. update azure pipeline

    tchaton committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    fa28c41 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    51c27e6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b888d68 View commit details
    Browse the repository at this point in the history
  15. resolve tpus

    Your Name committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    01ca4cd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    181d143 View commit details
    Browse the repository at this point in the history
  17. resolve bug

    Your Name committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    946a1e9 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'accelerator-refactor-sharded' of https://github.com/PyT…

    …orchLightning/pytorch-lightning into accelerator-refactor-sharded
    Your Name committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    2ad1a6e View commit details
    Browse the repository at this point in the history
  19. resolve flake8

    tchaton committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    6e0aff0 View commit details
    Browse the repository at this point in the history
  20. update

    Your Name committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    a931791 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'accelerator-refactor-sharded' of https://github.com/PyT…

    …orchLightning/pytorch-lightning into accelerator-refactor-sharded
    Your Name committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    319d034 View commit details
    Browse the repository at this point in the history
  22. updat utils

    Your Name committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    4117bec View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8d000f7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0b1ba67 View commit details
    Browse the repository at this point in the history
  25. suggestions from carlos

    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    awaelchli and carmocca authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    cc385b4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e9eb318 View commit details
    Browse the repository at this point in the history
  27. remove incomplete comment

    awaelchli committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    7c08400 View commit details
    Browse the repository at this point in the history
  28. Update pytorch_lightning/accelerators/__init__.py

    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    awaelchli and carmocca authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    7c3d184 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    503426e View commit details
    Browse the repository at this point in the history
  30. add types

    awaelchli committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    c0fbf7a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    23a9a10 View commit details
    Browse the repository at this point in the history
  32. yapf + isort

    awaelchli committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    a70ee4a View commit details
    Browse the repository at this point in the history
  33. pep8 unused imports

    awaelchli committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    b0621c4 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    18bfe70 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. fix cyclic import in docs

    awaelchli committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    7b0515d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d966057 View commit details
    Browse the repository at this point in the history
  3. typer in accelerator.py

    Borda authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    f636d9d View commit details
    Browse the repository at this point in the history
  4. typo

    tchaton committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    5579ea7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5df88b View commit details
    Browse the repository at this point in the history
  6. formatting

    Borda authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    233694e View commit details
    Browse the repository at this point in the history
  7. update on comments

    tchaton committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    a47644a View commit details
    Browse the repository at this point in the history
  8. update typo

    tchaton committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    80dacb6 View commit details
    Browse the repository at this point in the history
  9. Update pytorch_lightning/trainer/properties.py

    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    tchaton and awaelchli authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    99573eb View commit details
    Browse the repository at this point in the history
  10. update

    tchaton committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    ab859d7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a633cb View commit details
    Browse the repository at this point in the history
  12. update on comments

    tchaton committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    4fb36da View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Configuration menu
    Copy the full SHA
    a578ac9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00055ac View commit details
    Browse the repository at this point in the history
  3. resolve some comments

    tchaton committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    a9cdc4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c219416 View commit details
    Browse the repository at this point in the history
  5. update on comments

    tchaton committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    5760e12 View commit details
    Browse the repository at this point in the history
  6. resolve test

    tchaton committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    09d1f24 View commit details
    Browse the repository at this point in the history
  7. add toggle_model

    tchaton committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    ca71e62 View commit details
    Browse the repository at this point in the history
  8. update

    tchaton committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    9519a31 View commit details
    Browse the repository at this point in the history
  9. update on comments

    tchaton committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    68f5082 View commit details
    Browse the repository at this point in the history
  10. update doc

    tchaton committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    d831931 View commit details
    Browse the repository at this point in the history
  11. typo

    tchaton committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    559972f View commit details
    Browse the repository at this point in the history
  12. update

    tchaton committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    b5a1e55 View commit details
    Browse the repository at this point in the history
  13. typo

    tchaton committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    00b9b99 View commit details
    Browse the repository at this point in the history
  14. remove space

    tchaton committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    c2e79f8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    79e6e8e View commit details
    Browse the repository at this point in the history
  16. update

    tchaton committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    9893e4c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    14e5499 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d7d7ec9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    26a592f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    652164c View commit details
    Browse the repository at this point in the history
  21. update on comments

    tchaton committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    d0f5875 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f880878 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2e2aed9 View commit details
    Browse the repository at this point in the history
  24. update on comments

    tchaton committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    e9ca4ab View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f5dfab0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Configuration menu
    Copy the full SHA
    2454723 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32795e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    6a44f22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e78efc4 View commit details
    Browse the repository at this point in the history
  3. update

    tchaton committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    bcd0388 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8084243 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    315201a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86b8d98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e3c333 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    684098f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d27b18 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5dd1c9b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    84ec28a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    faa96e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4a0985 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4074aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e70fefe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    869a46d View commit details
    Browse the repository at this point in the history