Sync master/1.1.5 into release/1.2 [full merge, no squash]#5583
Merged
lexierule merged 21 commits intoLightning-AI:release/1.2-devfrom Feb 4, 2021
carmocca:sync-1.1.5
Merged
Sync master/1.1.5 into release/1.2 [full merge, no squash]#5583lexierule merged 21 commits intoLightning-AI:release/1.2-devfrom carmocca:sync-1.1.5
lexierule merged 21 commits intoLightning-AI:release/1.2-devfrom
carmocca:sync-1.1.5
Conversation
Borda
requested changes
Jan 22, 2021
Collaborator
Borda
left a comment
There was a problem hiding this comment.
@carmocca mind fix the failing test?
def on_train_start(self, trainer, pl_module):
> self.log("on_train_start", 1)
E AttributeError: 'LoggingCallback' object has no attribute 'log'
tests/trainer/logging_process/test_train_loop_logging_1_0.py:826: AttributeError
Collaborator
|
@carmocca any update here? |
12 tasks
|
Hello @carmocca! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-02-03 22:07:52 UTC |
Collaborator
|
pls, do not merge |
9 tasks
awaelchli
approved these changes
Jan 27, 2021
Contributor
|
when approximately is this expected to be merged into dev branch? |
Collaborator
I hope just after @carmocca resolves conflicts :] |
* 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>
* fix on_after_backward docs * doc fix
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* pipeline release CI * trigger * trigger * . * t1 * t2 * t1 * t2
* 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>
* add section * test legacy Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* 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>
* 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>
* 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>
* 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>
* update test * syntax * fix * update test * scheduler * only apex * fix * rev drone * chlog
…vice (#5505) * Update ddp_cpu_hpc_accelerator.py * Update CHANGELOG.md
* fix val_check_interval with fast_dev_run * chlog
…#5521) * Start with the failing test * Then fix the failing test * Update CHANGELOG
* fix wrong argument in argparse * remove wrong default arg in argparser * disable add help argparse
Co-authored-by: chaton <thomas@grid.ai>
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>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Collaborator
yes, changing it back in #5768 |
Borda
approved these changes
Feb 3, 2021
justusschock
approved these changes
Feb 4, 2021
rohitgr7
approved these changes
Feb 4, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Update release branch with latest commits from master.
Includes bug-fix release 1.1.5
Continuation of #5483