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

Weekly Patch Release v1.3.3 [full merge, no squash] #7712

Merged
merged 11 commits into from
May 26, 2021
Merged

Commits on May 26, 2021

  1. Clear predict_progress_bar in ProgressBar.__getstate__ (#7608)

    Co-authored-by: Yifu Wang <yifuwang@2012@gmail.com>
    Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
    5 people authored and Borda committed May 26, 2021
    Configuration menu
    Copy the full SHA
    9f979b5 View commit details
    Browse the repository at this point in the history
  2. Override broadcast_object_list for torch<1.8 (#7592)

    Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
    2 people authored and Borda committed May 26, 2021
    Configuration menu
    Copy the full SHA
    29960c0 View commit details
    Browse the repository at this point in the history
  3. Fix/mismatched toggle optimizer (#7563)

    * fix: avoid potential mismatched toggling of optimzier
    Refs #7405
    
    chore: update CHANGELOG
    
    [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    fix: resolve a confict
    
    chore: update changelog
    
    * feat: add a test that fails in master
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fix typo in tests/trainer/optimization/test_multiple_optimizers.py
    
    Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>
    
    * Polish tests/trainer/optimization/test_multiple_optimizers.py
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    
    * Polish tests/trainer/optimization/test_multiple_optimizers.py
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    
    * fix: change placeholder in optimizer_step from positional args to keyword args
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    fix whitespace
    
    
    fix parentheses
    awaelchli authored and Borda committed May 26, 2021
    Configuration menu
    Copy the full SHA
    46db252 View commit details
    Browse the repository at this point in the history
  4. Fix dataloaders are not reset when tuning the model (#7566)

    Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
    2 people authored and Borda committed May 26, 2021
    Configuration menu
    Copy the full SHA
    e58af13 View commit details
    Browse the repository at this point in the history
  5. Fix progress bar print error when called before training (#7674)

    * Check progress bar existence before printing
    
    * Add tests for predict_progres_bar
    
    * Add tests for progress_bar printing without training
    
    * Update changelog
    update changelog
    awaelchli authored and Borda committed May 26, 2021
    Configuration menu
    Copy the full SHA
    a795a1d View commit details
    Browse the repository at this point in the history
  6. Fix global step update when the epoch is skipped (#7677)

    * Fix global step update when the epoch is skipped
    
    * Update CHANGELOG
    
    * Move test
    awaelchli authored and Borda committed May 26, 2021
    Configuration menu
    Copy the full SHA
    b749ffd View commit details
    Browse the repository at this point in the history
  7. Increment the total batch idx before the accumulation early exit (#7692)

    * Increment the total batch idx before the accumulation early exit
    
    * Update CHANGELOG
    awaelchli authored and Borda committed May 26, 2021
    Configuration menu
    Copy the full SHA
    4eab31f View commit details
    Browse the repository at this point in the history
  8. MAINTAINER has been deprecated (#7683)

    awaelchli authored and Borda committed May 26, 2021
    Configuration menu
    Copy the full SHA
    1b54e43 View commit details
    Browse the repository at this point in the history
  9. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and Borda committed May 26, 2021
    Configuration menu
    Copy the full SHA
    e2e9423 View commit details
    Browse the repository at this point in the history
  10. Move parameter validation specific to TPU Training plugins (#7415)

    * Move parameter validation specific to TPU Training plugins
    
    * update docstring
    kaushikb11 authored and Borda committed May 26, 2021
    Configuration menu
    Copy the full SHA
    f30fc75 View commit details
    Browse the repository at this point in the history
  11. v1.3.3

    Borda committed May 26, 2021
    Configuration menu
    Copy the full SHA
    200b5b6 View commit details
    Browse the repository at this point in the history