Merged
Conversation
|
Hello @tchaton! Thanks for updating this PR.
Comment last updated at 2021-01-09 11:57:54 UTC |
Codecov Report
@@ Coverage Diff @@
## release/1.2-dev #5221 +/- ##
===============================================
- Coverage 93% 93% -0%
===============================================
Files 151 151
Lines 10592 10619 +27
===============================================
+ Hits 9808 9832 +24
- Misses 784 787 +3 |
SkafteNicki
reviewed
Dec 21, 2020
Collaborator
|
@tchaton should this PR target master branch? |
awaelchli
reviewed
Dec 21, 2020
Contributor
Author
|
Release/1.2-dev is not up-to-date with master. And we decided we won't merge any new features to master during Christmas holiday as it creates a potential risk. |
SeanNaren
reviewed
Dec 23, 2020
added 3 commits
December 28, 2020 11:32
Borda
reviewed
Dec 28, 2020
pytorch_lightning/core/lightning.py
Outdated
| return on_epoch | ||
|
|
||
| def all_gather(self, tensor: Union[torch.Tensor], group: Optional[Any] = None, sync_grads: bool = False): | ||
| def all_gather(self, |
Collaborator
There was a problem hiding this comment.
let's use the standard formating...
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
SeanNaren
reviewed
Jan 7, 2021
justusschock
approved these changes
Jan 7, 2021
…ng/pytorch-lightning into bugfix/all_gather
…ng/pytorch-lightning into bugfix/all_gather
SeanNaren
approved these changes
Jan 7, 2021
awaelchli
approved these changes
Jan 8, 2021
| (bool, torch.bool), | ||
| (int, torch.int), | ||
| (float, torch.float), | ||
| (np.ndarray, None), |
Contributor
There was a problem hiding this comment.
alternatively you could define a callable (torch.from_numpy) here instead of specifically checking for ndarray below
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
williamFalcon
approved these changes
Jan 8, 2021
16 tasks
16 tasks
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?
Fixes #5181
Before submitting
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:
Did you have fun?
Make sure you had fun coding 🙃