-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Bugfix/all gather #5221
Merged
Merged
Bugfix/all gather #5221
Changes from 4 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
74e508e
resolve bug
a7cdde8
add tests
tchaton 34f5d34
add tests
tchaton b850968
resolve flake8
tchaton 0007566
update
44d7c57
Merge branch 'bugfix/all_gather' of https://github.com/PyTorchLightni…
9205af6
update
tchaton b7c5df9
remove globals
a4b740e
Merge branch 'bugfix/all_gather' of https://github.com/PyTorchLightni…
c42d4cf
typo
a109502
Update pytorch_lightning/utilities/distributed.py
tchaton 03b53d8
update
tchaton ee299a6
update
tchaton 710c2ef
add suport int, float
053c004
update
tchaton c34101c
Merge branch 'release/1.2-dev' into bugfix/all_gather
tchaton 04924ae
resolve pep8
tchaton cccce28
Update pytorch_lightning/core/lightning.py
tchaton f764832
Update tests/utilities/test_all_gather_grad.py
tchaton 2df387b
update doc
tchaton 8a906d3
Merge branch 'release/1.2-dev' into bugfix/all_gather
tchaton 0ad2f3a
add bool and np.ndarray
tchaton ce32675
Merge branch 'bugfix/all_gather' of https://github.com/PyTorchLightni…
tchaton 00813ef
resolve conflicts
tchaton 832bb98
resolve conflicts
tchaton 56e1e35
Merge branch 'release/1.2-dev' into bugfix/all_gather
tchaton a00a51c
resolve pep8
tchaton 1d27fd1
Merge branch 'bugfix/all_gather' of https://github.com/PyTorchLightni…
tchaton 96b3d98
add changelog
tchaton e826acd
Merge branch 'release/1.2-dev' into bugfix/all_gather
tchaton 5112f4b
Update pytorch_lightning/core/lightning.py
tchaton 1f90f49
Merge branch 'release/1.2-dev' into bugfix/all_gather
tchaton da92045
Merge branch 'release/1.2-dev' into bugfix/all_gather
tchaton 6e9141e
update
tchaton 448040e
Merge branch 'release/1.2-dev' into bugfix/all_gather
tchaton 46126a2
resolve bug
tchaton 0df1a98
resolve flake8
tchaton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's use the standard formating...