-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Commits on Jan 5, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9b1e4b2 - Browse repository at this point
Copy the full SHA 9b1e4b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76081a7 - Browse repository at this point
Copy the full SHA 76081a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3540170 - Browse repository at this point
Copy the full SHA 3540170View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 81e9d42 - Browse repository at this point
Copy the full SHA 81e9d42View commit details -
* Update isort config * Apply isort with new config * Fix typo in isort config * fix rebase Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 151d86e - Browse repository at this point
Copy the full SHA 151d86eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1d13943 - Browse repository at this point
Copy the full SHA 1d13943View commit details -
Fix hang in DDP HPC accelerators (#5157)
* Fix hang in DDP HPC accelerators init_device was never called * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for a7fe24e - Browse repository at this point
Copy the full SHA a7fe24eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89ff7b4 - Browse repository at this point
Copy the full SHA 89ff7b4View commit details -
* 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>
Configuration menu - View commit details
-
Copy full SHA for 2194d2d - Browse repository at this point
Copy the full SHA 2194d2dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 58a2993 - Browse repository at this point
Copy the full SHA 58a2993View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 13bbf4b - Browse repository at this point
Copy the full SHA 13bbf4bView commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for 9669c80 - Browse repository at this point
Copy the full SHA 9669c80View commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for 6b19198 - Browse repository at this point
Copy the full SHA 6b19198View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0211f7f - Browse repository at this point
Copy the full SHA 0211f7fView commit details -
drop install FairScale for TPU (#5113)
* drop install FairScale for TPU * typo Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
Configuration menu - View commit details
-
Copy full SHA for 5119013 - Browse repository at this point
Copy the full SHA 5119013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bae639 - Browse repository at this point
Copy the full SHA 5bae639View commit details -
prune ecosystem example (#5085)
* draft * wip * CI * drop pl geometry * copy * logo
Configuration menu - View commit details
-
Copy full SHA for 3b83666 - Browse repository at this point
Copy the full SHA 3b83666View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 518d915 - Browse repository at this point
Copy the full SHA 518d915View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3c5dad7 - Browse repository at this point
Copy the full SHA 3c5dad7View commit details -
* 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>
Configuration menu - View commit details
-
Copy full SHA for cb45ab0 - Browse repository at this point
Copy the full SHA cb45ab0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ac996fb - Browse repository at this point
Copy the full SHA ac996fbView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a5b2392 - Browse repository at this point
Copy the full SHA a5b2392View commit details -
Github Actions deprecation (#5183)
* Fix deprecation call * fix Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d72ba90 - Browse repository at this point
Copy the full SHA d72ba90View commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for d0b23f7 - Browse repository at this point
Copy the full SHA d0b23f7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for dcd29ae - Browse repository at this point
Copy the full SHA dcd29aeView commit details -
reduce verbosity level in drone ci (#5190)
* reduce verbosity level in drone * verbosity
Configuration menu - View commit details
-
Copy full SHA for 3b0197f - Browse repository at this point
Copy the full SHA 3b0197fView commit details -
* Remove Sourcerer * trigger Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cd83829 - Browse repository at this point
Copy the full SHA cd83829View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for cc14fc1 - Browse repository at this point
Copy the full SHA cc14fc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd5322d - Browse repository at this point
Copy the full SHA fd5322dView commit details -
Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
Configuration menu - View commit details
-
Copy full SHA for 12d6437 - Browse repository at this point
Copy the full SHA 12d6437View commit details -
add doctests for example 2/n segmentation (#5083)
* draft * fix * drop folder Co-authored-by: chaton <thomas@grid.ai>
Configuration menu - View commit details
-
Copy full SHA for 2438d74 - Browse repository at this point
Copy the full SHA 2438d74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64f9b4d - Browse repository at this point
Copy the full SHA 64f9b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ddd36b - Browse repository at this point
Copy the full SHA 2ddd36bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c8ad3a - Browse repository at this point
Copy the full SHA 1c8ad3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 365b9b5 - Browse repository at this point
Copy the full SHA 365b9b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74d0652 - Browse repository at this point
Copy the full SHA 74d0652View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfbb592 - Browse repository at this point
Copy the full SHA dfbb592View commit details