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

sync 1.1.2 >> feature 1.2 [full merge, no squash] #5253

Merged
merged 37 commits into from
Jan 5, 2021

Commits on Jan 5, 2021

  1. Add Google Colab badges (#5111)

    * Add colab badges to notebook
    
    Add colab badges to notebook to notebooks 4 & 5
    
    * Add colab badges
    
    Co-authored-by: chaton <thomas@grid.ai>
    2 people authored and Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    9b1e4b2 View commit details
    Browse the repository at this point in the history
  2. simplify changelog (#5135)

    Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    76081a7 View commit details
    Browse the repository at this point in the history
  3. add copyright to tests (#5143)

    Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    3540170 View commit details
    Browse the repository at this point in the history
  4. Fix saved filename in ModelCheckpoint if it already exists (#4861)

    * disable version if not required
    
    * disable version if not required
    
    * pep
    
    * chlog
    
    * improve test
    
    * improve test
    
    * parametrize test and update del_list
    
    * Update pytorch_lightning/callbacks/model_checkpoint.py
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    
    * try appending version to already saved ckpt_file
    
    * Revert "try appending version to already saved ckpt_file"
    
    This reverts commit 710e05e.
    
    * add more assertions
    
    * use BoringModel
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    Co-authored-by: chaton <thomas@grid.ai>
    Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
    4 people authored and Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    81e9d42 View commit details
    Browse the repository at this point in the history
  5. Update isort config (#5142)

    * Update isort config
    
    * Apply isort with new config
    
    * Fix typo in isort config
    
    * fix rebase
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    2 people authored and Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    151d86e View commit details
    Browse the repository at this point in the history
  6. Fix reset TensorRunningAccum (#5106)

    * Fix reset TensorRunningAccum
    
    * add test for TensorRunningAccum's reset method
    
    * fix CI failed due to PEP8
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    2 people authored and Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    1d13943 View commit details
    Browse the repository at this point in the history
  7. Fix hang in DDP HPC accelerators (#5157)

    * Fix hang in DDP HPC accelerators
    
    init_device was never called
    
    * Update CHANGELOG.md
    ananthsub authored and Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    a7fe24e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    89ff7b4 View commit details
    Browse the repository at this point in the history
  9. Prune CHANGELOG.md (#5151)

    * Prune CHANGELOG.md
    
    * Update CHANGELOG.md
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    SeanNaren and Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    2194d2d View commit details
    Browse the repository at this point in the history
  10. support number for logging with sync_dist=True (#5080)

    * support number
    
    * add two tests
    
    * wip
    
    * add ddp in special test
    
    * remove a test
    
    * move device to bottom
    
    * simplify test
    
    * update test
    
    * Update pytorch_lightning/core/step_result.py
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    
    * resolve sync_ddp
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    2 people authored and Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    58a2993 View commit details
    Browse the repository at this point in the history
  11. Un-balanced logging properly supported (#5119)

    * resolve bug
    
    * clean code
    
    * resolve comments
    
    * Update tests/trainer/optimization/test_multiple_optimizers.py
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    
    * resolve another bug
    
    * add comments
    
    * use abs to find diff
    
    * update
    
    * resolve flake8
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    2 people authored and Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    13bbf4b View commit details
    Browse the repository at this point in the history
  12. [bugfix] remove nan loss in manual optimization (#5121)

    * remove nan loss whe missing
    
    * Update pytorch_lightning/core/lightning.py
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    3 people authored and Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    9669c80 View commit details
    Browse the repository at this point in the history
  13. [bug-fix] Metric reduction with Logging (#5150)

    * add test
    
    * resolve bug
    
    * udpate test
    
    * wrongly copy / paste
    
    * update test
    
    * resolve a second bug
    
    Co-authored-by: Ubuntu <ubuntu@ip-172-31-62-109.ec2.internal>
    2 people authored and Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    6b19198 View commit details
    Browse the repository at this point in the history
  14. Disable pl optimizer temporarily to fix AMP issues (#5163)

    * Disable pl optimizer temporarily to fix AMP issues
    
    * Add todo and enable pl optimizer in the test
    SeanNaren authored and Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    0211f7f View commit details
    Browse the repository at this point in the history
  15. drop install FairScale for TPU (#5113)

    * drop install FairScale for TPU
    
    * typo
    
    Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
    Borda and s-rog committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    5119013 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5bae639 View commit details
    Browse the repository at this point in the history
  17. prune ecosystem example (#5085)

    * draft
    
    * wip
    
    * CI
    
    * drop pl geometry
    
    * copy
    
    * logo
    Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    3b83666 View commit details
    Browse the repository at this point in the history
  18. add doctests for example 1/n (#5079)

    * define tests
    
    * fix basic
    
    * fix gans
    
    * unet
    
    * test
    
    * drop
    
    * format
    
    * fix
    
    * revert
    
    Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
    
    Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
    Borda and justusschock committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    518d915 View commit details
    Browse the repository at this point in the history
  19. Document speed comparison (#2072)

    * docs
    
    * script
    
    * dump
    
    * desc
    
    * import
    
    * import
    
    * if
    
    * norm
    
    * t
    
    * finished
    
    * isort
    
    * typing
    
    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    
    * xlabel
    
    * pandas
    
    * time
    
    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    Borda and SkafteNicki committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    3c5dad7 View commit details
    Browse the repository at this point in the history
  20. Prelease 1.1.2rc (#5171)

    * update CHANGELOG.md, increment for RC
    
    * Add missing changelog update
    
    * Added a few more
    
    * Move to added
    
    * Address code review
    
    * Missing space
    
    * Remove unreleased
    
    * Remove lines
    
    * Update CHANGELOG.md
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    2 people authored and Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    cb45ab0 View commit details
    Browse the repository at this point in the history
  21. Fixed docs for WandbLogger (#5128)

    Fixed a small bug with the `WandbLogger` docs.
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
    3 people committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    ac996fb View commit details
    Browse the repository at this point in the history
  22. update DALIClassificationLoader to not use deprecated arguments (#4925)

    * update DALIClassificationLoader to not use deprecated arguments
    
    * fix line length
    
    * dali version check added and changed args accordingly
    
    * versions
    
    * checking version using disutils.version.LooseVersion now
    
    * .
    
    * ver
    
    * import
    
    Co-authored-by: Jirka Borovec <jirka.borovec@seznam.cz>
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    3 people committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    a5b2392 View commit details
    Browse the repository at this point in the history
  23. Github Actions deprecation (#5183)

    * Fix deprecation call
    
    * fix
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    InCogNiTo124 and Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    d72ba90 View commit details
    Browse the repository at this point in the history
  24. [bugfix] Correct call to torch.no_grad (#5124)

    Co-authored-by: Gregor Koporec <gregork@unicorn.gorenje.com>
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>
    4 people committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    d0b23f7 View commit details
    Browse the repository at this point in the history
  25. feat(wandb): offset logging step when resuming (#5050)

    * feat(wandb): offset logging step when resuming
    
    * feat(wandb): output warnings
    
    * fix(wandb): allow step to be None
    
    * test(wandb): update tests
    
    * feat(wandb): display warning only once
    
    * style: fix PEP issues
    
    * tests(wandb): fix tests
    
    * tests(wandb): improve test
    
    * style: fix whitespace
    
    * feat: improve warning
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * feat(wandb): use variable from class instance
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * tests(wandb): check warnings
    
    * feat(wandb): use WarningCache
    
    * tests(wandb): fix tests
    
    * style: fix formatting
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    3 people committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    dcd29ae View commit details
    Browse the repository at this point in the history
  26. reduce verbosity level in drone ci (#5190)

    * reduce verbosity level in drone
    
    * verbosity
    awaelchli authored and Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    3b0197f View commit details
    Browse the repository at this point in the history
  27. Remove Sourcerer (#5172)

    * Remove Sourcerer
    
    * trigger
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    rohitgr7 and Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    cd83829 View commit details
    Browse the repository at this point in the history
  28. skip multi-gpu test when running on single-gpu machine (#5186)

    * skip test
    
    * Apply suggestions from code review
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    3 people authored and Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    cc14fc1 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fd5322d View commit details
    Browse the repository at this point in the history
  30. add make cmd - clean (#5204)

    Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
    Borda and s-rog committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    12d6437 View commit details
    Browse the repository at this point in the history
  31. add doctests for example 2/n segmentation (#5083)

    * draft
    
    * fix
    
    * drop folder
    
    Co-authored-by: chaton <thomas@grid.ai>
    Borda and tchaton committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    2438d74 View commit details
    Browse the repository at this point in the history
  32. Update README.md

    williamFalcon authored and Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    64f9b4d View commit details
    Browse the repository at this point in the history
  33. Update README.md

    williamFalcon authored and Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    2ddd36b View commit details
    Browse the repository at this point in the history
  34. Tighten up mypy config (#5237)

    alanhdu authored and Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    1c8ad3a View commit details
    Browse the repository at this point in the history
  35. update for v1.1.2 (#5240)

    Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    365b9b5 View commit details
    Browse the repository at this point in the history
  36. flake8 ++

    Borda committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    74d0652 View commit details
    Browse the repository at this point in the history
  37. fix test - reduce metric

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