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

[release] Weekly Patch Release v.1.2.3 [full merge, no squash] #6431

Merged
merged 19 commits into from
Mar 9, 2021

Commits on Mar 9, 2021

  1. Fix ModelPruning(make_pruning_permanent=True) buffers getting removed…

    … when saved during training (#6073)
    
    Co-authored-by: chaton <thomas@grid.ai>
    carmocca and tchaton committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    cf9e408 View commit details
    Browse the repository at this point in the history
  2. Update docs on arg train_dataloader in fit (#6076)

    * add to docs
    
    * update docs
    
    * Apply suggestions from code review
    
    * Update pytorch_lightning/core/hooks.py
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    
    * nested loaders
    
    * Apply suggestions from code review
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * shorten text length
    
    * Update pytorch_lightning/core/hooks.py
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    4 people authored and tchaton committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    de0efa9 View commit details
    Browse the repository at this point in the history
  3. Fix when _stable_1d_sort to work when n >= N (#6177)

    * Fix when _stable_1d_sort to work when n >= N
    
    * Apply suggestions
    
    Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
    2 people authored and tchaton committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    5f9bb9d View commit details
    Browse the repository at this point in the history
  4. Fix AttributeError: 'NoneType' object has no attribute 'finalize' on …

    …TPU (#6221)
    
    * Fix bug
    
    Fix AttributeError: 'NoneType' object has no attribute 'finalize'
    
    * Update CHANGELOG.md
    
    * deleted a period
    
    * Update CHANGELOG.md
    
    Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
    
    * Update CHANGELOG.md
    
    * Update pytorch_lightning/plugins/training_type/tpu_spawn.py
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    
    Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    4 people authored and Borda committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    317043d View commit details
    Browse the repository at this point in the history
  5. [bug] Fix Pytorch profiler with emit_nvtx (#6260)

    * resolve bug
    
    * update changelog
    
    * Update tests/trainer/test_trainer.py
    
    * Update pytorch_lightning/profiler/profilers.py
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * resolve comments
    
    * resolve flake8
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    3 people committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    f2a913a View commit details
    Browse the repository at this point in the history
  6. [bugfix] TPU test hangs to barrier on 1 process (#6272)

    * update
    
    * resolve flake8
    
    * update
    
    * update
    
    * update changelog
    
    * update
    
    * resolve flake8
    
    Co-authored-by: Your Name <you@example.com>
    2 people authored and Borda committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    96c7f4b View commit details
    Browse the repository at this point in the history
  7. resolve tests & update

    update
    tchaton authored and Borda committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    92c545b View commit details
    Browse the repository at this point in the history
  8. [bugfix] TPU + all_gather + SingleTPU shouldn't call xm.all_gather (#…

    …6296)
    
    * resolve an issue with TPU
    
    * update
    
    * add changelog
    tchaton authored and Borda committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    8578ffa View commit details
    Browse the repository at this point in the history
  9. [fix] Ensure we check deepspeed/sharded in multinode DDP (#6297)

    * Ensure we check deepspeed/sharded in multinode
    
    * Add CHANGELOG.md
    
    * Add CHANGELOG.md
    
    * Drop mock, use actual multi-gpu node
    SeanNaren authored and Borda committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    3c99bfd View commit details
    Browse the repository at this point in the history
  10. [bugfix] Check LightningOptimizer doesn't delete optimizer hooks (#6305)

    * update
    
    * resolve bug
    tchaton authored and Borda committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    5be327d View commit details
    Browse the repository at this point in the history
  11. hotfix for PT1.6 and torchtext (#6323)

    * ci: azure reinstall torchtext
    
    * move
    
    * todos
    
    * 0.6.0
    
    * skip examples
    
    * formatter
    
    * skip
    
    * todo
    
    * Apply suggestions from code review
    Borda committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    23e12ed View commit details
    Browse the repository at this point in the history
  12. [bugfix] Resolve memory leak for evaluation (#6326)

    * resolve bug
    
    * resolve flake8
    
    * revert name
    tchaton authored and Borda committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    22348ef View commit details
    Browse the repository at this point in the history
  13. [Fix] Call clip gradients if clip val greater than 0 (#6330)

    * Call clip gradients if clip val greater than 0
    
    * format
    
    * Format
    
    * Move to top of file
    SeanNaren authored and Borda committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    d0e7ca3 View commit details
    Browse the repository at this point in the history
  14. CI: fix examples - patch download MNIST (#6357)

    * patch download
    
    * CI
    
    * isort
    
    * extra
    
    remove runif
    Borda committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    48482da View commit details
    Browse the repository at this point in the history
  15. require: adjust versions (#6363)

    * adjust versions
    
    * release
    
    * manifest
    
    * pep8
    
    * CI
    
    * fix
    
    * build
    Borda committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    87c86ce View commit details
    Browse the repository at this point in the history
  16. fix importing torchtext batch (#6365)

    * copy torchtext batch
    
    * update
    
    * rev
    
    * rev
    Borda committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    fa99157 View commit details
    Browse the repository at this point in the history
  17. Fix trainer not resetting lightning_optimizers (#6372)

    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    2 people authored and Borda committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    cccf7de View commit details
    Browse the repository at this point in the history
  18. update python version (#6399)

    awaelchli authored and Borda committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    a57a606 View commit details
    Browse the repository at this point in the history
  19. v1.2.3 & test past ckpts

    update version
    Borda committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    cdbb898 View commit details
    Browse the repository at this point in the history