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

Summarize model size in MegaBytes [WIP] #4810

Closed

Commits on Dec 14, 2020

  1. Add Google Colab badges (Lightning-AI#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>
    shacharmirkin and tchaton committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    eb9cb3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69123af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84bb9db View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    fde972f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe75c73 View commit details
    Browse the repository at this point in the history
  3. Prune CHANGELOG.md (Lightning-AI#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 Dec 15, 2020
    Configuration menu
    Copy the full SHA
    748a74e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Fix saved filename in ModelCheckpoint if it already exists (Lightning…

    …-AI#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 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    79565be View commit details
    Browse the repository at this point in the history
  2. Update isort config (Lightning-AI#5142)

    * Update isort config
    
    * Apply isort with new config
    
    * Fix typo in isort config
    
    * fix rebase
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    akihironitta and rohitgr7 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    afe5da7 View commit details
    Browse the repository at this point in the history
  3. Fix reset TensorRunningAccum (Lightning-AI#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>
    VinhLoiIT and rohitgr7 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    b4d926b View commit details
    Browse the repository at this point in the history
  4. Fix hang in DDP HPC accelerators (Lightning-AI#5157)

    * Fix hang in DDP HPC accelerators
    
    init_device was never called
    
    * Update CHANGELOG.md
    ananthsub committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    94838d3 View commit details
    Browse the repository at this point in the history
  5. merge 1.1.x branch (SN)

    williamFalcon committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    bc4008b View commit details
    Browse the repository at this point in the history
  6. support number for logging with sync_dist=True (Lightning-AI#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>
    tchaton and carmocca committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    140c37a View commit details
    Browse the repository at this point in the history
  7. Un-balanced logging properly supported (Lightning-AI#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>
    tchaton and rohitgr7 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    61e3981 View commit details
    Browse the repository at this point in the history
  8. [bugfix] remove nan loss in manual optimization (Lightning-AI#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 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    8d1ca4c View commit details
    Browse the repository at this point in the history
  9. [bug-fix] Metric reduction with Logging (Lightning-AI#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>
    tchaton and Ubuntu committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    81fd33b View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Disable pl optimizer temporarily to fix AMP issues (Lightning-AI#5163)

    * Disable pl optimizer temporarily to fix AMP issues
    
    * Add todo and enable pl optimizer in the test
    SeanNaren committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    3910b28 View commit details
    Browse the repository at this point in the history
  2. drop install FairScale for TPU (Lightning-AI#5113)

    * drop install FairScale for TPU
    
    * typo
    
    Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
    Borda and s-rog committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    e5569a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    405a840 View commit details
    Browse the repository at this point in the history
  4. prune ecosystem example (Lightning-AI#5085)

    * draft
    
    * wip
    
    * CI
    
    * drop pl geometry
    
    * copy
    
    * logo
    Borda committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    a94f662 View commit details
    Browse the repository at this point in the history
  5. add doctests for example 1/n (Lightning-AI#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 Dec 17, 2020
    Configuration menu
    Copy the full SHA
    1b599ff View commit details
    Browse the repository at this point in the history
  6. Document speed comparison (Lightning-AI#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 Dec 17, 2020
    Configuration menu
    Copy the full SHA
    b16441f View commit details
    Browse the repository at this point in the history
  7. Prelease 1.1.2rc (Lightning-AI#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>
    SeanNaren and rohitgr7 committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    e721b1f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Fixed docs for WandbLogger (Lightning-AI#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 Dec 18, 2020
    Configuration menu
    Copy the full SHA
    81070be View commit details
    Browse the repository at this point in the history
  2. update DALIClassificationLoader to not use deprecated arguments (Ligh…

    …tning-AI#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 Dec 18, 2020
    Configuration menu
    Copy the full SHA
    16e819e View commit details
    Browse the repository at this point in the history
  3. Github Actions deprecation (Lightning-AI#5183)

    * Fix deprecation call
    
    * fix
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    InCogNiTo124 and Borda committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    5d2fa98 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. [bugfix] Correct call to torch.no_grad (Lightning-AI#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 Dec 19, 2020
    Configuration menu
    Copy the full SHA
    4c34855 View commit details
    Browse the repository at this point in the history
  2. feat(wandb): offset logging step when resuming (Lightning-AI#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 Dec 19, 2020
    Configuration menu
    Copy the full SHA
    e89764e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2020

  1. reduce verbosity level in drone ci (Lightning-AI#5190)

    * reduce verbosity level in drone
    
    * verbosity
    awaelchli committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    88b55e4 View commit details
    Browse the repository at this point in the history
  2. Remove Sourcerer (Lightning-AI#5172)

    * Remove Sourcerer
    
    * trigger
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    rohitgr7 and Borda committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    618580b View commit details
    Browse the repository at this point in the history
  3. skip multi-gpu test when running on single-gpu machine (Lightning-AI#…

    …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 committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    be3e870 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Configuration menu
    Copy the full SHA
    c8eda3f View commit details
    Browse the repository at this point in the history
  2. add make cmd - clean (Lightning-AI#5204)

    Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
    Borda and s-rog committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    8ad7214 View commit details
    Browse the repository at this point in the history
  3. remove unused rpc import in modelcheckpoint causing import error (Lig…

    …htning-AI#5198)
    
    * remove unused rpc import
    
    * isort
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    awaelchli and Borda committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    bb6dfb6 View commit details
    Browse the repository at this point in the history
  4. add doctests for example 2/n segmentation (Lightning-AI#5083)

    * draft
    
    * fix
    
    * drop folder
    
    Co-authored-by: chaton <thomas@grid.ai>
    Borda and tchaton committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    a401fb3 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Update README.md

    williamFalcon committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    3bd6206 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    williamFalcon committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    43f73fd View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Configuration menu
    Copy the full SHA
    9a3c035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5820887 View commit details
    Browse the repository at this point in the history
  3. [Bugfix] Add LightningOptimizer parity test and resolve AMP bug (Ligh…

    …tning-AI#5191)
    
    * update
    
    * clean test
    
    * still in progress
    
    * udpdate test
    
    * update
    
    * update
    
    * resolve flake
    
    * add test for zero_grad
    
    * update
    
    * works without accumulated_grad
    
    * update
    
    * update
    
    * resolve amp
    
    * revert back to True
    
    * update
    
    * clean tests
    
    * cleaned out
    
    * typo
    
    * update test
    
    * git repare bug
    
    * remove print
    
    * udpate
    
    * Fix formatting/optimizer imports
    
    * Refactor the test for cleanliness
    
    * Add vanilla model to the test, better var names
    
    * Fixed var names, let's clean up these mock tests
    
    * repare test
    
    * update test
    
    * resolve flake8
    
    * add manual_optimization
    
    * update tests
    
    * resolve flake8
    
    * add random accumulate_grad_batches
    
    * improve test
    
    * Update tests/trainer/optimization/test_parity_automatic_optimization.py
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * Update tests/trainer/optimization/test_parity_automatic_optimization.py
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * update
    
    * clean tests
    
    * correct bug
    
    * Apply suggestions from code review
    
    * format
    
    * adress comments
    
    * update on comments
    
    Co-authored-by: SeanNaren <sean@grid.ai>
    Co-authored-by: Ubuntu <ubuntu@ip-172-31-62-109.ec2.internal>
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Co-authored-by: Jirka Borovec <jirka.borovec@seznam.cz>
    5 people committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    ae04311 View commit details
    Browse the repository at this point in the history
  4. update chlog for future 1.1.3rc (Lightning-AI#5242)

    * update chlog for future 1.1.3rc
    
    * prune
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    Borda and rohitgr7 committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    27f3f97 View commit details
    Browse the repository at this point in the history
  5. [bugfix] Group defaults to WORLD if None (Lightning-AI#5125)

    * [bugfix] Group defaults to WORLD if None
    
    * fix no_grad
    
    * Update pytorch_lightning/utilities/distributed.py
    
    * Update pytorch_lightning/utilities/distributed.py
    
    Co-authored-by: Gregor Koporec <gregork@unicorn.gorenje.com>
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>
    5 people committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    1767350 View commit details
    Browse the repository at this point in the history
  6. add memory parity for PL vs Vanilla (Lightning-AI#5170)

    * refactor
    
    * memory
    
    * show
    
    * clean
    
    * clean
    
    * try
    
    * device
    
    * reset
    
    * fix
    
    * fix
    
    * mean
    
    * hook
    
    * format
    
    * add todo
    
    Co-authored-by: chaton <thomas@grid.ai>
    
    Co-authored-by: chaton <thomas@grid.ai>
    Borda and tchaton committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    6adc1b3 View commit details
    Browse the repository at this point in the history
  7. releasing feature as nightly (Lightning-AI#5233)

    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    Borda and rohitgr7 committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    c479351 View commit details
    Browse the repository at this point in the history
  8. update PR template (Lightning-AI#5206)

    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    Borda and rohitgr7 committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    b22b1c2 View commit details
    Browse the repository at this point in the history
  9. skip some description from pypi (Lightning-AI#5234)

    * skip some description from pypi
    
    * flake8
    Borda committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    9b3c6a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. fix typo in Optimization (Lightning-AI#5228)

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    BobAnkh and Borda committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    5651c9c View commit details
    Browse the repository at this point in the history
  2. Fix typo in Trainer.test() (Lightning-AI#5226)

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    JamesTrick and Borda committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    1d53307 View commit details
    Browse the repository at this point in the history
  3. Add TPU example (Lightning-AI#5109)

    * Add TPU example
    
    * add badge
    
    * add badge
    
    * add badge
    
    * bullets
    
    * name
    
    * trigger
    
    * add dataset name
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Co-authored-by: chaton <thomas@grid.ai>
    3 people committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    b930b5f View commit details
    Browse the repository at this point in the history
  4. Update README.md (Lightning-AI#5018)

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    4 people committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    90c1c0f View commit details
    Browse the repository at this point in the history
  5. Minor doc fixes (Lightning-AI#5139)

    * minor doc fix
    
    * minor doc fix
    
    * Apply suggestions from code review
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    
    * suggestions
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    3 people committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    8d8098c View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Configuration menu
    Copy the full SHA
    d1e97a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Trainer.test should return only test metrics (Lightning-AI#5214)

    * resolve bug
    
    * merge tests
    tchaton committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    9ebbfec View commit details
    Browse the repository at this point in the history
  2. remove docs (Lightning-AI#5287)

    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    SkafteNicki and rohitgr7 committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    eb1d61c View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Apply isort to pl_examples/ (Lightning-AI#5291)

    * Remove examples from isort ignore list
    
    * Apply isort
    akihironitta committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    0c7c9e8 View commit details
    Browse the repository at this point in the history
  2. [Metrics] [Docs] Add section about device placement (Lightning-AI#5280)

    * update docs
    
    * Update docs/source/metrics.rst
    
    Co-authored-by: Shreeyak <shreeyak.sajjan@gmail.com>
    
    * Update docs/source/metrics.rst
    
    Co-authored-by: Shreeyak <shreeyak.sajjan@gmail.com>
    
    * Update docs/source/metrics.rst
    
    Co-authored-by: Shreeyak <shreeyak.sajjan@gmail.com>
    
    * Update docs/source/metrics.rst
    
    * Update docs/source/metrics.rst
    
    * Update docs/source/metrics.rst
    
    * Apply suggestions from code review
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * Update docs/source/metrics.rst
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * Update docs/source/metrics.rst
    
    * Update docs/source/metrics.rst
    
    * try fix failing doc test
    
    Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
    Co-authored-by: Shreeyak <shreeyak.sajjan@gmail.com>
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    6 people committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    dabfeca View commit details
    Browse the repository at this point in the history
  3. Fix metric state reset (Lightning-AI#5273)

    * Fix metric state reset
    
    * Fix test
    
    * Improve formatting
    
    Co-authored-by: Ananya Harsh Jha <ananya@pytorchlightning.ai>
    tadejsv and ananyahjha93 committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    4913cbb View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Fixed typo in docs for optimizer_idx (Lightning-AI#5310)

    There were four instances where `optimizer_idx` was the argument for **`optimizer_step()`** under [Step optimizers at arbitrary intervals][#link-to-docs]. However, instead of using it what was being used inside (erroneously) was `optimizer_i`. 
    
    [#link-to-docs]: https://pytorch-lightning.readthedocs.io/en/latest/optimizers.html#step-optimizers-at-arbitrary-intervals
    sugatoray committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    dd98a60 View commit details
    Browse the repository at this point in the history
  2. [Docs] Mention that datamodules can also be used with .test() method (

    Lightning-AI#5286)
    
    * docs
    
    * Apply suggestions from code review
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    
    * ref
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    SkafteNicki and rohitgr7 committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    64163c2 View commit details
    Browse the repository at this point in the history
  3. refactor python in GH actions (Lightning-AI#5281)

    * refactor python in GH actions
    
    * .
    * .
    Borda committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    ab7512d View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Configuration menu
    Copy the full SHA
    d20fd8e View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

  1. update isort config (Lightning-AI#5335)

    * update isort config
    
    * apply
    Borda committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    724f105 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    51af395 View commit details
    Browse the repository at this point in the history
  2. black formatting and migrated to self.log logging in finetuning examp…

    …le (Lightning-AI#5229)
    
    * black formatting and migrated to self.log logging
    
    * Apply suggestions from code review
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    
    * migrated to accuracy in the metrics package
    
    migrated to accuracy in the metrics package
    
    * removed trailing whitespace
    
    * Apply suggestions from code review
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    4 people committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    17a0784 View commit details
    Browse the repository at this point in the history
  3. Reordered sections for intuitive browsing. (e.g. limit_train_batches …

    …was at the end of the page, far from limit_test/val_batches) (Lightning-AI#5283)
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    skim2257 and Borda committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    0e593fb View commit details
    Browse the repository at this point in the history
  4. docs: logits -> probs in Accuracy metric documentation (Lightning-AI#…

    …5340)
    
    * fix: logits -> probs in accuracy metrics documentation
    
    * Update metrics.rst
    
    * Update metrics.rst
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Kulikovpavel and Borda committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    15a400b View commit details
    Browse the repository at this point in the history
  5. [Docs] update docs for resume_from_checkpoint (Lightning-AI#5164)

    * update docs and add pathlib support
    
    * fix
    rohitgr7 committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    dd442b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Add non-existing resume_from_checkpoint acceptance for auto-resubmit (L…

    …ightning-AI#4402)
    
    * Add empty resume_from_checkpoint acceptance Lightning-AI#4366
    
    * Fix general error catch with focused file check
    
    * Add fsspec HTTP extras
    
    Add fsspec's HTTPFileSystem  support through http extras.
    pl has supported remote http file (e.g. Lightning-AI#2925),
    so this commit do not add new functionality.
    
    * Fix potential too much logging in DDP
    
    * Add PR changelog
    
    * Add well-written argument explanation
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * Fix DDP-compatible restore logging
    
    Notify from where the states are restored.
    This feature temporally deleted as a result of PR review.
    With succeeding review, added with DDP compatibility.
    
    * Fix utility import pathes
    
    * Refactor load step commentaries
    
    * Refactor hpc ckpt suffix acquisition
    
    * Refactor restore/hpc_load match
    
    * Refactor hpc load trial
    
    * Refactor checkpoint dir check
    
    * Refactor unneeded function nest
    
    * Refactor nested If
    
    * Refactor duplicated cache clear
    
    * Refactor attempt flow with if/elif
    
    * Fix pip8
    
    * Refactor hook commentary
    
    Co-authored-by: chaton <thomas@grid.ai>
    
    * Fix pep8
    
    * Refactor hpc load checkpoint path acquisition
    
    * Fix pip8
    
    * Fix typo
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * Fix typo
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * Fix doc
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * Refactor None Union type with Optional
    
    * Fix build-doc CI failure debuged in Lightning-AI#5329
    
    * Fix fsspec import during build-doc Lightning-AI#5329
    
    * Fix test epoch
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * Fix test with latest test models
    
    * .
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    Co-authored-by: chaton <thomas@grid.ai>
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>
    Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
    6 people committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    b0051e8 View commit details
    Browse the repository at this point in the history
  2. Disable checkpointing, earlystopping and logging with fast_dev_run (L…

    …ightning-AI#5277)
    
    * Disable checkpointing, earlystopping and logger with fast_dev_run
    
    * docs
    
    * chlog
    
    * disable callbacks and enable DummyLogger
    
    * add log
    
    * use dummy logger method
    
    * Apply suggestions from code review
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    Co-authored-by: chaton <thomas@grid.ai>
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    4 people committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    f740245 View commit details
    Browse the repository at this point in the history
  3. Add a check for optimizer attatched to lr_scheduler (Lightning-AI#5338)

    * add a check for scheduler and optimizer
    
    * pep
    
    * Apply suggestions from code review
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    rohitgr7 and awaelchli committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    c7d0f4c View commit details
    Browse the repository at this point in the history
  4. Allow log_momentum for adaptive optimizers (Lightning-AI#5333)

    * fix
    
    * fix
    
    * chlog
    
    * no momentum warning
    
    * Apply suggestions from code review
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * ref
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    rohitgr7 and awaelchli committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    371daea View commit details
    Browse the repository at this point in the history
  5. Fix invalid value for weights_summary (Lightning-AI#5296)

    * Fix weights_summary
    
    * use mode
    
    * fix
    
    * optional
    
    * what was I thinking
    rohitgr7 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    062800a View commit details
    Browse the repository at this point in the history
  6. [bug-fix] Trainer.test points to latest best_model_path (Lightning-AI…

    …#5161)
    
    * resolve bug
    
    * update code
    
    * add set -e
    
    * Update pytorch_lightning/callbacks/model_checkpoint.py
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * update test
    
    * Update tests/checkpointing/test_trainer_checkpoint.py
    
    Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>
    
    * Update tests/checkpointing/test_trainer_checkpoint.py
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    
    * update on comments
    
    * resolve test
    
    * convert to set
    
    * update
    
    * add error triggering
    
    * update
    
    * update on comments
    
    * update
    
    * resolve import
    
    * update
    
    * update
    
    * Update pytorch_lightning/plugins/rpc_plugin.py
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * update
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    Co-authored-by: Ubuntu <ubuntu@ip-172-31-62-109.ec2.internal>
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    6 people committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    d5b3678 View commit details
    Browse the repository at this point in the history
  7. Change the classifier input from 2048 to 1000. (Lightning-AI#5232)

    * Change the classifier input from 2048 to 1000.
    
    * Update docs for Imagenet example
    
    Thanks @rohitgr7
    
    * Apply suggestions from code review
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    3 people committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    a40e3a3 View commit details
    Browse the repository at this point in the history
  8. Updated metrics/classification/precision_recall.py (Lightning-AI#5348)

    There was a typo in Documentation of Code of the ```compute()``` function of ```Recall``` metric at line 210. It said "Computes accuracy over state." which should have been "Computes recall over state."
    abhik-99 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    d568533 View commit details
    Browse the repository at this point in the history
  9. Existence check for hparams now uses underlying filesystem (Lightning…

    …-AI#5250)
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    kandluis and rohitgr7 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    410d67f View commit details
    Browse the repository at this point in the history
  10. refactor imports of logger dependencies (Lightning-AI#4860)

    * refactor imports of logger dependencies
    
    * fix
    
    * fix
    
    * fix
    
    * name
    
    * fix
    
    * mocks
    
    * fix tests
    
    * fix mlflow
    
    * fix test tube
    
    * fix wandb import check
    
    * whitespace
    
    * name
    
    * name
    
    * hack
    
    * hack
    
    * rev
    
    * fix
    
    * update mlflow import check
    
    * try without installing conda dep
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    Co-authored-by: Adrian Wälchli <adrian.waelchli@inf.unibe.ch>
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    3 people committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    ec0fb7a View commit details
    Browse the repository at this point in the history
  11. FIX-5311: Cast to string _flatten_dict (Lightning-AI#5354)

    * fix
    
    * params
    
    * add test
    
    * add another types
    
    * chlog
    
    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
    6536ea4 View commit details
    Browse the repository at this point in the history
  12. Prepare 1.1.3 release (Lightning-AI#5365)

    * Prepare 1.1.3 release
    
    * Fix flake8 error
    
    * suppress
    
    * Remove 1.1.4 section
    
    * Add missing commits to CHANGELOG
    
    * Update PR template
    
    * Add missing commit
    
    * fix
    
    * Update CHANGELOG.md
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    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
    4d9db86 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    019e4ff View commit details
    Browse the repository at this point in the history
  2. Update sharded install to latest fairscale release, add reasoning why…

    … fork required for sequential parallelism (Lightning-AI#5380)
    SeanNaren committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    ee83731 View commit details
    Browse the repository at this point in the history
  3. docker: run ci only docker related files are changed (Lightning-AI#5203)

    * only run ci on docker related files
    
    * docker related files changed!
    
    * install pytorch along with cudatoolkit
    
    * build docker only on SUN
    
    * conda exit status has been fixed
    
    * reverts back to old conda version
    
    * add more docker related files
    
    * conda env update --name
    
    * create env and install pytorch again
    
    * create env and install pytorch again
    
    * ${PYTORCH_CHANNEL}
    
    * dont update pytorch with conda env update
    
    * Apply suggestions from code review
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * Update dockers/base-conda/Dockerfile
    
    * Apply suggestions from code review
    
    * remove checks in cron job
    
    * Apply suggestions from code review
    
    * readd #
    
    * readd #
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
    3 people committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    cc62435 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    4c6f36e View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. tests for legacy checkpoints (Lightning-AI#5223)

    * wip
    
    * generate
    
    * clean
    
    * tests
    
    * copy
    
    * download
    
    * download
    
    * download
    
    * download
    
    * download
    
    * download
    
    * download
    
    * download
    
    * download
    
    * download
    
    * download
    
    * flake8
    
    * extend
    
    * aws
    
    * extension
    
    * pull
    
    * pull
    
    * pull
    
    * pull
    
    * pull
    
    * pull
    
    * pull
    
    * try
    
    * try
    
    * try
    
    * got it
    
    * Apply suggestions from code review
    Borda committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    72525f0 View commit details
    Browse the repository at this point in the history
  2. [bug-fix] Call transfer_batch_to_device in DDPlugin (Lightning-AI#5195)

    * hacking out
    
    * update
    
    * remove useless on_before_forward
    
    * update
    
    * remove overriden
    
    * iremove os
    
    * use on_before_forward
    
    * resolve flake8
    
    * add test
    
    * update
    
    * add single_process_per_device
    
    * resolve flake8
    
    * update
    
    * resolve
    
    * update
    
    * update
    
    * update
    
    * add comment
    
    * resolve bug with sharded
    
    * update
    
    * remove property
    
    * update
    
    * resolve test
    
    * resolve bug
    
    * update on comments
    
    * update doc
    
    * Update pytorch_lightning/core/hooks.py
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    
    * update on comments
    
    * Update pytorch_lightning/plugins/ddp_plugin.py
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    
    * Update pytorch_lightning/plugins/ddp_plugin.py
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    
    * resolve pep8
    
    * add device_ids to pipe
    
    * update on comments
    
    * update
    
    * resolve
    
    * update
    
    * update
    
    * update
    
    Co-authored-by: Ubuntu <ubuntu@ip-172-31-62-109.ec2.internal>
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>
    4 people committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    d510707 View commit details
    Browse the repository at this point in the history
  3. deprecate enable_pl_optimizer as it is not restored properly (Lightni…

    …ng-AI#5244)
    
    * update
    
    * clean test
    
    * still in progress
    
    * udpdate test
    
    * update
    
    * update
    
    * resolve flake
    
    * add test for zero_grad
    
    * update
    
    * works without accumulated_grad
    
    * update
    
    * update
    
    * resolve amp
    
    * revert back to True
    
    * update
    
    * clean tests
    
    * cleaned out
    
    * typo
    
    * update test
    
    * git repare bug
    
    * remove print
    
    * udpate
    
    * Fix formatting/optimizer imports
    
    * Refactor the test for cleanliness
    
    * Add vanilla model to the test, better var names
    
    * Fixed var names, let's clean up these mock tests
    
    * repare test
    
    * update test
    
    * resolve flake8
    
    * add manual_optimization
    
    * update tests
    
    * resolve flake8
    
    * add random accumulate_grad_batches
    
    * improve test
    
    * Update tests/trainer/optimization/test_parity_automatic_optimization.py
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * Update tests/trainer/optimization/test_parity_automatic_optimization.py
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * update
    
    * clean tests
    
    * correct bug
    
    * Apply suggestions from code review
    
    * format
    
    * adress comments
    
    * update on comments
    
    * wip
    
    * typo
    
    * depreceate enable_pl_optimizer
    
    * resolve latest bugs
    
    * update
    
    * resolve merge
    
    * add comment
    
    * Update pytorch_lightning/core/lightning.py
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * Update tests/deprecated_api/test_remove_1-3.py
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * Update pytorch_lightning/trainer/connectors/optimizer_connector.py
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * Update pytorch_lightning/trainer/trainer.py
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * Update pytorch_lightning/trainer/trainer.py
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * Update tests/trainer/optimization/test_parity_automatic_optimization.py
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * update on comments
    
    * update restore
    
    * add a property
    
    * remove setstate as not needed anymore
    
    * update test
    
    * provide optimizer to on_before_zero_grad
    
    * update on comments
    
    * update on comments
    
    * Update pytorch_lightning/trainer/trainer.py
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * Update tests/trainer/optimization/test_parity_automatic_optimization.py
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * Update tests/trainer/optimization/test_parity_automatic_optimization.py
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * Update tests/trainer/optimization/test_parity_automatic_optimization.py
    
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    
    * mofidy import
    
    * update changelog
    
    * resolve flake8
    
    * update
    
    * update
    
    * clean doc
    
    Co-authored-by: SeanNaren <sean@grid.ai>
    Co-authored-by: Ubuntu <ubuntu@ip-172-31-62-109.ec2.internal>
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Co-authored-by: Jirka Borovec <jirka.borovec@seznam.cz>
    Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
    Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>
    7 people committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    f2e99d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. [bugfix] Logging only on not should_accumulate() during training (L…

    …ightning-AI#5417)
    
    * resolve bug
    
    * resolve tests
    
    * update
    
    * Update tests/loggers/test_tensorboard.py
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    tchaton and carmocca committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    a053d75 View commit details
    Browse the repository at this point in the history
  2. bugfix: Resolve interpolation bug with Hydra (Lightning-AI#5406)

    * resolve bug
    
    * Apply suggestions from code review
    
    * resolve package import
    
    * resolve import
    
    * update on comments
    
    * update on comments
    
    * hacky fix
    
    * update
    
    * exit
    
    * update
    
    * to_container
    
    * typo
    
    * resolve import
    
    * update
    
    * resolve pep8
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>
    3 people committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    bb5031b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. GH action - label conflicts (Lightning-AI#5450)

    * GH action - label conflicts
    
    * .
    
    * trigger
    
    * trigger
    
    * .
    Borda committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    f1e28d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. fix typos in validation_step and test_step docs (Lightning-AI#5438)

    * fixed docs in lightning.py
    
    * few more
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    3 people committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    499d503 View commit details
    Browse the repository at this point in the history
  2. GH action - auto-update PRs (Lightning-AI#5451)

    * GH action - auto-update PRs
    
    * .
    Borda committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    92bbf2f View commit details
    Browse the repository at this point in the history
  3. Add automatic optimization property setter to lightning module (Light…

    …ning-AI#5169)
    
    * add automatic optimization property setter to lightning module
    
    * Update test_manual_optimization.py
    
    Co-authored-by: chaton <thomas@grid.ai>
    ananthsub and tchaton committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    8748293 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. populate some more legacy checkpoints (Lightning-AI#5457)

    * populate some more legacy checkpoints
    
    * .
    
    * pt freeze
    
    * .
    
    * skip
    
    Co-authored-by: chaton <thomas@grid.ai>
    Borda and tchaton committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    f065ea6 View commit details
    Browse the repository at this point in the history
  2. [BUG] Check environ before selecting a seed to prevent warning message (

    Lightning-AI#4743)
    
    * Check environment var independently to selecting a seed to prevent unnecessary warning message
    
    * Add if statement to check if PL_GLOBAL_SEED has been set
    
    * Added seed test to ensure that the seed stays the same, in case
    
    * if
    
    * Delete global seed after test has finished
    
    * Fix code, add tests
    
    * Ensure seed does not exist before tests start
    
    * Refactor test based on review, add log call
    
    * Ensure we clear the os environ in patched dict
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    Co-authored-by: chaton <thomas@grid.ai>
    4 people committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    635df27 View commit details
    Browse the repository at this point in the history
  3. [docs] Add ananthsub to core (Lightning-AI#5476)

    * Update test_manual_optimization.py
    
    * Update governance.rst
    
    * Update test_manual_optimization.py
    
    * Update test_manual_optimization.py
    ananthsub committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    d30e316 View commit details
    Browse the repository at this point in the history
  4. update nightly & upgrade Twine (Lightning-AI#5458)

    * update used Twine
    
    * .
    
    * .
    
    * install
    
    * install
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    * .
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Borda and github-actions[bot] committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    9611a7f View commit details
    Browse the repository at this point in the history
  5. ci: update recurent events (Lightning-AI#5480)

    * ci: update recurent events
    
    * split events
    
    * .
    
    * .
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Borda and github-actions[bot] committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    c00d570 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    652df18 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f6236a View commit details
    Browse the repository at this point in the history
  8. update tests with new auto_opt api (Lightning-AI#5466)

    * update tests with new auto_opt api
    
    * Apply suggestions from code review
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    3 people committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    1ec1d3e View commit details
    Browse the repository at this point in the history
  9. [Docs] fix on_after_backward example (Lightning-AI#5278)

    * fix on_after_backward docs
    
    * doc fix
    rohitgr7 committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    a9377e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. fix typo in multi-gpu docs (Lightning-AI#5402)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    awaelchli and github-actions[bot] committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    36198ec View commit details
    Browse the repository at this point in the history
  2. fix auto-label conditions (Lightning-AI#5496)

    * fix auto-label conditions
    
    * labels
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Borda and github-actions[bot] committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    4c78804 View commit details
    Browse the repository at this point in the history
  3. pipeline release CI (Lightning-AI#5494)

    * pipeline release CI
    
    * trigger
    
    * trigger
    
    * .
    
    * t1
    
    * t2
    
    * t1
    
    * t2
    Borda committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    83b1ff4 View commit details
    Browse the repository at this point in the history
  4. Refactor setup_training and remove test_mode (Lightning-AI#5388)

    * ref and fix call for on_pretrained_routine
    
    * avoid failing tests
    
    * unnecessary_call
    
    * unnecessary call in accelerators
    
    * tmpdir
    
    * rm test_mode
    
    * pep
    
    * updates
    
    * more ref
    
    * Revert "more ref"
    
    This reverts commit 5d9e95f.
    
    * more refac
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    rohitgr7 and github-actions[bot] committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    d916973 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. add section & add testing ckpt 1.1.4 (Lightning-AI#5495)

    * add section
    
    * test legacy
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Borda and github-actions[bot] committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    94b7d84 View commit details
    Browse the repository at this point in the history
  2. Fix visual progress bar bug / properly reset progress bar (Lightning-…

    …AI#4579)
    
    * reset
    
    * fix reset
    
    * changelog
    
    * update chlog
    
    * typing
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    4 people committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    71d5cc1 View commit details
    Browse the repository at this point in the history
  3. reconfigure mergify (Lightning-AI#5499)

    * configure mergify
    
    * drop gha
    
    * drop commented section
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
    3 people committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    24fb75a View commit details
    Browse the repository at this point in the history
  4. Fix Wrong exception message (Lightning-AI#5492)

    * Update accelerator_connector.py
    
    * Apply suggestions from code review
    
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    3 people committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    d15f7a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Tensorboard Docu about Hyperparams saving (Lightning-AI#5158)

    * Add documentation to tensorboard
    
    * Remove unnecessary whitespaces
    
    * Update pytorch_lightning/loggers/tensorboard.py
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    
    * Add metrics to tensorboard logger
    
    * Whitespace removed
    
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Skyy93 and Borda committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    d62ca82 View commit details
    Browse the repository at this point in the history
  2. fix reinit_schedulers with correct optimizer (Lightning-AI#5519)

    * update test
    
    * syntax
    
    * fix
    
    * update test
    
    * scheduler
    
    * only apex
    
    * fix
    
    * rev drone
    
    * chlog
    rohitgr7 committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    7f352cb View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. [bugfix] Fix signature mismatch in DDPCPUHPCAccelerator's model_to_de…

    …vice (Lightning-AI#5505)
    
    * Update ddp_cpu_hpc_accelerator.py
    
    * Update CHANGELOG.md
    ananthsub committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    6926b84 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Fix val_check_interval with fast_dev_run (Lightning-AI#5540)

    * fix val_check_interval with fast_dev_run
    
    * chlog
    rohitgr7 committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    c80e45d View commit details
    Browse the repository at this point in the history
  2. Remove unused beta argument in precision/recall (Lightning-AI#5532)

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Jeff Yang and Borda committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    a56f745 View commit details
    Browse the repository at this point in the history
  3. Fix logging on_train_batch_end in a callback with multiple optimizers (

    …Lightning-AI#5521)
    
    * Start with the failing test
    
    * Then fix the failing test
    
    * Update CHANGELOG
    carmocca committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    18d2ae8 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. fix command line run for refinforce_learn_qnet in pl_examples (Lightn…

    …ing-AI#5414)
    
    * fix wrong argument in argparse
    
    * remove wrong default arg in argparser
    
    * disable add help argparse
    sidhantls committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    18bba25 View commit details
    Browse the repository at this point in the history
  2. Drop greetings comment (Lightning-AI#5563)

    Co-authored-by: chaton <thomas@grid.ai>
    carmocca and tchaton committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    389186c View commit details
    Browse the repository at this point in the history
  3. Fix root node resolution in slurm environment

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
    Co-authored-by: chaton <thomas@grid.ai>
    4 people committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    486f682 View commit details
    Browse the repository at this point in the history
  4. fix argparse conflicting options error (Lightning-AI#5569)

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    sidhantls and Borda committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    3825ce4 View commit details
    Browse the repository at this point in the history
  5. Prepare 1.1.5 release (Lightning-AI#5576)

    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    carmocca and rohitgr7 committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    088b352 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f477c2f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    a376b65 View commit details
    Browse the repository at this point in the history
  2. 🔨 minor refactor

    kartik4949 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    ef4d36b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1863c4e View commit details
    Browse the repository at this point in the history
  4. ⚡ added tests

    kartik4949 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    2fb4bdc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fd363f View commit details
    Browse the repository at this point in the history
  6. 🐛 call model_size

    kartik4949 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    9a493f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    419ecdf View commit details
    Browse the repository at this point in the history
  8. 🔨 Simplified tests

    kartik4949 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    80cb699 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b812ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    869098f View commit details
    Browse the repository at this point in the history
  11. 🔨 fix minor issues

    kartik4949 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    b897ef9 View commit details
    Browse the repository at this point in the history
  12. 🔨 better Exception

    kartik4949 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    ca730ff View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aafd89d View commit details
    Browse the repository at this point in the history
  14. 🔨 doc test summary fix

    kartik4949 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    6fc8eb4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    937a94c View commit details
    Browse the repository at this point in the history
  16. 🔨 core memory refactor

    kartik4949 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    d42352b View commit details
    Browse the repository at this point in the history
  17. Simplified Model size

    kartik4949 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    63010a8 View commit details
    Browse the repository at this point in the history