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

sync 1.1.2 >> feature 1.2 [full merge, no squash] #5253

Merged
merged 37 commits into from
Jan 5, 2021

Conversation

Borda
Copy link
Member

@Borda Borda commented Dec 23, 2020

What does this PR do?

Just to try if we can have all diff commits listed even after resolving conflicts...
effectively it is just a draft, but to see collision it has to be full PR, so ignore it atm

closes #5251

Before submitting

  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure your PR does only one thing, instead of bundling different changes together?
  • Did you make sure to update the documentation with your changes [if needed]?
  • Did you write any new necessary tests [no need for typos, docs]?
  • Did you verify new and existing tests pass locally with your changes?
  • If you made a notable change (that affects users), did you update the CHANGELOG?

PR review

Anyone in the community is free to review the PR once the tests have passed.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:

  • Is this pull request ready for review? (if not, please submit in draft mode)
  • Check that all items from Before submitting are resolved
  • Make sure the title is self-explanatory and the description concisely explains the PR
  • Add labels and milestones (and optionally projects) to the PR so it can be classified
  • Check that target branch and milestone are aligned!

Did you have fun?

Make sure you had fun coding 🙃

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@Borda Borda marked this pull request as ready for review December 23, 2020 22:23
@Borda Borda changed the title sync 1.1.2 >> feature 1.2 sync 1.1.2 >> feature 1.2 [wip] Dec 23, 2020
@Borda Borda changed the title sync 1.1.2 >> feature 1.2 [wip] sync 1.1.2 >> feature 1.2 [wip][draft] Dec 23, 2020
@Borda
Copy link
Member Author

Borda commented Dec 23, 2020

rebase on release/1.2-dev and resolved conflicts...

@Borda Borda changed the title sync 1.1.2 >> feature 1.2 [wip][draft] sync 1.1.2 >> feature 1.2 Dec 23, 2020
@Borda Borda added priority: 1 Medium priority task productivity labels Dec 23, 2020
@Borda Borda added this to the 1.2 milestone Dec 23, 2020
@Borda
Copy link
Member Author

Borda commented Dec 23, 2020

@SeanNaren @tchaton so shall we merge it as with all commits or squash?
as the collisions were quite minimal I would rather try plain commits...

In such case we need @williamFalcon to merge it in command line as

git checkout release/1.2-dev
git merge v1.1.2
git push

@Borda Borda changed the title sync 1.1.2 >> feature 1.2 sync 1.1.2 >> feature 1.2 [do not merge] Dec 24, 2020
@codecov
Copy link

codecov bot commented Dec 28, 2020

Codecov Report

Merging #5253 (dfbb592) into release/1.2-dev (c72880f) will increase coverage by 4%.
The diff coverage is 97%.

@@               Coverage Diff                @@
##           release/1.2-dev   #5253    +/-   ##
================================================
+ Coverage               89%     93%    +4%     
================================================
  Files                  146     146            
  Lines                10289   10315    +26     
================================================
+ Hits                  9150    9549   +399     
+ Misses                1139     766   -373     

@Borda Borda added the ready PRs ready to be merged label Dec 29, 2020
@Borda Borda changed the title sync 1.1.2 >> feature 1.2 [do not merge] sync 1.1.2 >> feature 1.2 [full merge, no squash] Dec 29, 2020
tchaton and others added 26 commits January 5, 2021 09:58
* 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>
* 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>
* Disable pl optimizer temporarily to fix AMP issues

* Add todo and enable pl optimizer in the test
* drop install FairScale for TPU

* typo

Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
* draft

* wip

* CI

* drop pl geometry

* copy

* logo
* 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>
* 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>
* 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>
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>
* 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>
* Fix deprecation call

* fix

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
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>
* 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>
* reduce verbosity level in drone

* verbosity
* Remove Sourcerer

* trigger

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
* skip test

* Apply suggestions from code review

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
* draft

* fix

* drop folder

Co-authored-by: chaton <thomas@grid.ai>
@williamFalcon williamFalcon merged commit dfbb592 into release/1.2-dev Jan 5, 2021
@williamFalcon williamFalcon deleted the v1.1.2 branch January 5, 2021 23:12
@Borda Borda mentioned this pull request Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: 0 High priority task priority: 1 Medium priority task ready PRs ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.