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.5.10 #11789

Closed
wants to merge 123 commits into from
Closed

Weekly Patch Release v1.5.10 #11789

wants to merge 123 commits into from

Commits on Nov 9, 2021

  1. Update __version__

    carmocca authored and lexierule committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e8ad5d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d87986 View commit details
    Browse the repository at this point in the history
  3. Fix failure when DataLoader(batch_size=None) is passed (#10345)

    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    2 people authored and lexierule committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2685aa6 View commit details
    Browse the repository at this point in the history
  4. Update Python testing (#10269)

    carmocca authored and lexierule committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    71380a5 View commit details
    Browse the repository at this point in the history
  5. Fix DataLoader inspection and re-instantiation in Lite (#10334)

    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    2 people authored and lexierule committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    c7be274 View commit details
    Browse the repository at this point in the history
  6. Only import PostLocalSGD related modules when it's needed (#10359)

    * Only import PostLocalSGD related modules when it's needed
    
    * Only import PostLocalSGD related modules when it's needed
    
    * Only import PostLocalSGD related modules when it's needed
    four4fish authored and lexierule committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    297d549 View commit details
    Browse the repository at this point in the history
  7. Fix pickling error with CSVLogger (#10388)

    * Don't store csv.Dictwriter in ExperimentWriter
    
    * Add test for pickle after .save()
    
    * Add entry in changelog
    awaelchli authored and lexierule committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    0db233b View commit details
    Browse the repository at this point in the history
  8. Revert part of #10279 (#10376)

    carmocca authored and lexierule committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    30b3ccb View commit details
    Browse the repository at this point in the history
  9. disable step logging in epoch hooks (#10409)

    * disable step logging in epoch hooks
    
    * chlog
    
    * Apply suggestions from code review
    
    * chlog
    rohitgr7 authored and lexierule committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8d7712c View commit details
    Browse the repository at this point in the history
  10. Fix deadlocks for distributed training for RichProgressBar (#10428)

    Co-authored-by: Kaushik Bokka <kaushikbokka@gmail.com>
    2 people authored and lexierule committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3668598 View commit details
    Browse the repository at this point in the history
  11. Fix converting only float type tensors in Lite (#10429)

    * fix
    
    * less code
    
    * add test case
    
    * add test cases
    
    * update input
    
    * add test cases
    
    * add type hint
    
    * add changelog note
    
    Co-authored-by: Kaushik B <45285388+kaushikb11@users.noreply.github.com>
    2 people authored and lexierule committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    53451c5 View commit details
    Browse the repository at this point in the history
  12. [Fault Tolerance] Don't check the len of a dataset, but its instance. (

    …#10432)
    
    Co-authored-by: Thomas Chaton <thomas@grid.ai>
    2 people authored and lexierule committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    69ea0b0 View commit details
    Browse the repository at this point in the history
  13. Resolve workers being forcelly deleted with persistent_workers=True (

    …#10434)
    
    Co-authored-by: Thomas Chaton <thomas@grid.ai>
    2 people authored and lexierule committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    51cb077 View commit details
    Browse the repository at this point in the history
  14. Update csv_logs.py

    justusschock authored and lexierule committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    6d1ee3b View commit details
    Browse the repository at this point in the history
  15. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and lexierule committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    4755ae6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. update version

    awaelchli authored and lexierule committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    43a5075 View commit details
    Browse the repository at this point in the history
  2. Enable distributed training with CombinedDataLoader and max_size_cycle (

    #10374)
    
    Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
    Co-authored-by: Thomas Chaton <thomas@grid.ai>
    3 people authored and lexierule committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    ab44b81 View commit details
    Browse the repository at this point in the history
  3. Fix support for dataclasses with ClassVar/InitVar in `apply_to_collec…

    …tion` (#9702)
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
    2 people authored and lexierule committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    4bc6e95 View commit details
    Browse the repository at this point in the history
  4. fix overfit_batch sampler replacement logic (#10486)

    Co-authored-by: thomas chaton <thomas@grid.ai>
    2 people authored and lexierule committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    6baa5cc View commit details
    Browse the repository at this point in the history
  5. shutdown workers on failure (#10463)

    tchaton authored and lexierule committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    391e0d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e6db79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    53ff840 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f4a5fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    122e503 View commit details
    Browse the repository at this point in the history
  10. Fix scripting causing false positive deprecation warnings (#10555)

    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    2 people authored and lexierule committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    9e45024 View commit details
    Browse the repository at this point in the history
  11. Change attributes of RichProgressBarTheme dataclass (#10454)

    Co-authored-by: Kaushik B <45285388+kaushikb11@users.noreply.github.com>
    2 people authored and lexierule committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    1ecb962 View commit details
    Browse the repository at this point in the history
  12. 1.5.2 release

    awaelchli authored and lexierule committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    ae6da92 View commit details
    Browse the repository at this point in the history
  13. [DeepSpeed] Do not fail if batch size could not be inferred for loggi…

    …ng (#10438)
    
    (cherry picked from commit e98ace3)
    Sean Naren authored and lexierule committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    a707438 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0865ad1 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. update version

    awaelchli authored and lexierule committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    b31ab51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1510e15 View commit details
    Browse the repository at this point in the history
  3. Check torch.distributed availability before sharded tensor state dict…

    … hook registration (#10621)
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    2 people authored and lexierule committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    81dea1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    302c611 View commit details
    Browse the repository at this point in the history
  5. Fix batch size extraction when set by the user in `LightningModule.lo…

    …g` (#10408)
    
    Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
    2 people authored and lexierule committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    8eee9b3 View commit details
    Browse the repository at this point in the history
  6. Respect the passed dtype with self.log (#10076)

    Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    3 people authored and lexierule committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    2bb4343 View commit details
    Browse the repository at this point in the history
  7. Simplify hanging queue test (#10591)

    carmocca authored and lexierule committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    024acd5 View commit details
    Browse the repository at this point in the history
  8. Added boring model as a ipynb so it can be updated (#10521)

    Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
    2 people authored and lexierule committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    2052958 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d249060 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ebae420 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f620dc8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9cbc5da View commit details
    Browse the repository at this point in the history
  13. log metrics for correct dataloader only (#10522)

    Co-authored-by: tchaton <thomas@grid.ai>
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    3 people authored and lexierule committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    c3341e6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3f2b857 View commit details
    Browse the repository at this point in the history
  15. Don't register signal in thread (#10610)

    Co-authored-by: tchaton <thomas@grid.ai>
    2 people authored and lexierule committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    bfc0447 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fb1029f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1d3b6a2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    963d0b0 View commit details
    Browse the repository at this point in the history
  19. 1.5.3 release notes

    awaelchli authored and lexierule committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    b208653 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Merge pull request #10738 from PyTorchLightning/1.5.x-drop-torch-1.6

    Sync CI configuration into 1.5.x branch
    awaelchli authored Nov 25, 2021
    Configuration menu
    Copy the full SHA
    90d362a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. update version

    awaelchli authored and lexierule committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    d140a64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5e8823 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f147ee View commit details
    Browse the repository at this point in the history
  4. Consolidate state when retrieving sharded state dict in Lite (#10746)

    Co-authored-by: thomas chaton <thomas@grid.ai>
    2 people authored and lexierule committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    f85d4c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03b19fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf9aef7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e08de2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    288d018 View commit details
    Browse the repository at this point in the history
  9. Rename special to standalone (#10779)

    carmocca authored and lexierule committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    00d3675 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #10738 from PyTorchLightning/1.5.x-drop-torch-1.6

    Sync CI configuration into 1.5.x branch
    awaelchli authored and lexierule committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    551f05e View commit details
    Browse the repository at this point in the history
  11. Update changelog

    kaushikb11 authored and lexierule committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    20bef83 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. update version

    rohitgr7 authored and lexierule committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    c935ef7 View commit details
    Browse the repository at this point in the history
  2. Disable batch_size extraction for torchmetric instances (#10815)

    Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
    2 people authored and lexierule committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    8c1788c View commit details
    Browse the repository at this point in the history
  3. Fix selection of standalone tests (#10857)

    Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
    2 people authored and lexierule committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    439bea4 View commit details
    Browse the repository at this point in the history
  4. Restore signals on teardown (#10611)

    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    2 people authored and lexierule committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    9d6b1b6 View commit details
    Browse the repository at this point in the history
  5. Fix SignalConnector._has_already_handler check for callable type (#…

    …10483)
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    Co-authored-by: thomas chaton <thomas@grid.ai>
    Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
    3 people authored and lexierule committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    e0a1f55 View commit details
    Browse the repository at this point in the history
  6. Skip hanging spawn tests (#10838)

    Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
    2 people authored and lexierule committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    1101267 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b895de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5820711 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c38fbad View commit details
    Browse the repository at this point in the history
  10. Fix retrieval of batch indices when dataloader num_workers > 0 (#10870)

    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    2 people authored and lexierule committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    c1184dc View commit details
    Browse the repository at this point in the history
  11. Fix filtration logic for eval results with multiple dataloaders (#10810)

    Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
    2 people authored and lexierule committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    e4f9656 View commit details
    Browse the repository at this point in the history
  12. Simplify some ddp-spawn tests #10921

    awaelchli authored and lexierule committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    c604fdf View commit details
    Browse the repository at this point in the history
  13. Resolve: 'DummyExperiment' object does not support item assignment (#…

    …10917)
    
    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>
    3 people authored and lexierule committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    d2e791e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f245ea7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2cbf762 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    50b89db View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f593181 View commit details
    Browse the repository at this point in the history
  18. 1.5.5 release

    awaelchli authored and lexierule committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    361894f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. update chlog

    rohitgr7 authored and lexierule committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    6963a2f View commit details
    Browse the repository at this point in the history
  2. [DeepSpeed] fix flag forwarding in DeepSpeedPlugin (#10899)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Sean Naren <sean@grid.ai>
    Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    4 people authored and lexierule committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    1f63923 View commit details
    Browse the repository at this point in the history
  3. Removed duplicated file extension when uploading model checkpoints wi…

    …th NeptuneLogger (#11015)
    
    Co-authored-by: Rafał Jankowski <raalsky@gmail.com>
    2 people authored and lexierule committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    93cda24 View commit details
    Browse the repository at this point in the history
  4. Fix support for logging within callbacks returned from `LightningModu…

    …le` (#10991)
    
    Co-authored-by: thomas chaton <thomas@grid.ai>
    Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
    3 people authored and lexierule committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    ccfd1d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82d7d50 View commit details
    Browse the repository at this point in the history
  6. Fix support for CombinedLoader while checking for warning raised wi…

    …th eval dataloaders (#10994)
    rohitgr7 authored and lexierule committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    c014dd1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af11c11 View commit details
    Browse the repository at this point in the history
  8. Update the TQDM progress bar on_train_epoch_end (#11069)

    Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
    2 people authored and lexierule committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    0bb9ce0 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. update version to 1.5.7

    awaelchli authored and lexierule committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    6268716 View commit details
    Browse the repository at this point in the history
  2. Support torch 1.10.1 (#11095)

    carmocca authored and lexierule committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    2596f24 View commit details
    Browse the repository at this point in the history
  3. Update mypy (#11096)

    Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
    2 people authored and lexierule committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    ff3d0dc View commit details
    Browse the repository at this point in the history
  4. Teardown sync-batchnorm after training (#11078)

    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>
    4 people authored and lexierule committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    acb3846 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cf6168 View commit details
    Browse the repository at this point in the history
  6. Fix AttributeError when using CombinedLoader in prediction (#11111)

    Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
    2 people authored and lexierule committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    d4cfcc3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a542f82 View commit details
    Browse the repository at this point in the history
  8. Fix tpu spawn plugin test (#11131)

    kaushikb11 authored and lexierule committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    8b2c39b View commit details
    Browse the repository at this point in the history
  9. Fixed NeptuneLogger when using DDP (#11030)

    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    3 people authored and lexierule committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    a659904 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7971e78 View commit details
    Browse the repository at this point in the history
  11. Remove partitioning of model in ZeRO 3 (#10655)

    (cherry picked from commit c66cd12)
    Sean Naren authored and lexierule committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    327cba5 View commit details
    Browse the repository at this point in the history
  12. Add typing for trainer.logger (#11114)

    awaelchli authored and lexierule committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    2264082 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    502aa74 View commit details
    Browse the repository at this point in the history
  14. Safely disable profiler (#11167)

    guyang3532 authored and lexierule committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    0a635d9 View commit details
    Browse the repository at this point in the history
  15. Add required states for resumed ModelCheckpoint GC (#10995)

    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 Mocholí <carlossmocholi@gmail.com>
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    4 people authored and lexierule committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    ff9c3f9 View commit details
    Browse the repository at this point in the history
  16. Avoid torch amp cuda warning with bf16 on cpu (#11161)

    Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    3 people authored and lexierule committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    1f32923 View commit details
    Browse the repository at this point in the history
  17. Suppress Warning in PredictionEpochLoop (#11189)

    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    3 people authored and lexierule committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    98fcf1e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. update version for 1.5.8 release

    awaelchli authored and lexierule committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    a2e9720 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6cf2bb View commit details
    Browse the repository at this point in the history
  3. Revert "[CI] Comment flaky tests (#10084)" (#10580)

    * Revert "[CI] Comment flaky tests (#10084)"
    
    This reverts commit ed98026.
    akihironitta authored and lexierule committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    f562427 View commit details
    Browse the repository at this point in the history
  4. Fix data fetcher selection (#11294)

    awaelchli authored and lexierule committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    6a00066 View commit details
    Browse the repository at this point in the history
  5. Avoid non-blocking GPU->CPU copies. (#11288)

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    5 people authored and lexierule committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    15f524b View commit details
    Browse the repository at this point in the history
  6. 1.5.8 release commit

    awaelchli authored and lexierule committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    a85033a View commit details
    Browse the repository at this point in the history
  7. Fix _should_reload_dl_epoch causing inconsistent validation dataloa…

    …der reloading (#11036)
    
    Co-authored-by: Adam Viola <adamviola@users.noreply.github.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Co-authored-by: thomas chaton <thomas@grid.ai>
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    5 people authored and lexierule committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    4398db2 View commit details
    Browse the repository at this point in the history
  8. Fix min/max logging default value (#11310)

    Co-authored-by: Carlos Mocholi <carmocca@users.noreply.github.com>
    2 people authored and lexierule committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    b707c67 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Update Version

    justusschock authored and lexierule committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    15ee1f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dde425a View commit details
    Browse the repository at this point in the history
  3. Skip testing with PyTorch 1.7 and Python 3.9 on Ubuntu (#11217)

    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    2 people authored and lexierule committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    b5b1174 View commit details
    Browse the repository at this point in the history
  4. release 1.5.9

    rohitgr7 authored and lexierule committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    18e95e0 View commit details
    Browse the repository at this point in the history
  5. Avoid in-place ops during logging result updates (#11401)

    Co-authored-by: rohitgr7 <rohitgr1998@gmail.com>
    2 people authored and lexierule committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    8cffc0f View commit details
    Browse the repository at this point in the history
  6. Modify LSFEnvironment to use more reliable environment variable (#10825)

    Co-authored-by: thomas chaton <thomas@grid.ai>
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Co-authored-by: Andrew Tritt <andrew.j.tritt@gmail.com>
    5 people authored and lexierule committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    e95d8b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f72bf31 View commit details
    Browse the repository at this point in the history
  8. Pin jsonargparse maximum version

    carmocca authored and lexierule committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    9811284 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d5e22d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a6394ea View commit details
    Browse the repository at this point in the history
  11. Update CHANGELOG.md

    Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>
    2 people authored and lexierule committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    ab1c2ff View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. update version

    rohitgr7 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    7acebbb View commit details
    Browse the repository at this point in the history