-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Add distributed feature info for distributed training #7715
Merged
rusty1s
merged 46 commits into
pyg-team:master
from
ZhengHongming888:distributed_feature
Aug 7, 2023
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
bbf9611
create new branch of dist_rpc
ZhengHongming888 e8b6cf8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c554684
create branch distributed_graph
ZhengHongming888 6213a78
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 5ad3cb2
minor
ZhengHongming888 d7ebd90
Merge branch 'distributed_graph' of https://github.com/ZhengHongming8…
ZhengHongming888 1a69c83
Merge branch 'pyg-team:master' into dist_rpc
ZhengHongming888 5569bc4
modify on comments
ZhengHongming888 8224966
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3c16151
Merge branch 'pyg-team:master' into distributed_graph
ZhengHongming888 8b5274e
modify based comments
ZhengHongming888 944228e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] fdaf186
create branch distributed_graph
ZhengHongming888 c331a88
minor
ZhengHongming888 fcaf373
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0cbf3b8
modify based comments
ZhengHongming888 68eff3e
rebase dist_rpc
ZhengHongming888 e33a2aa
rebase dist_rpc
ZhengHongming888 69818a0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a93b4fe
Merge branch 'pyg-team:master' into distributed_graph
ZhengHongming888 dde34a7
create new branch of distributed_feature
ZhengHongming888 1b8cedb
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8660f57
Merge branch 'pyg-team:master' into dist_rpc
ZhengHongming888 047a249
minor for dist_context/rpc
ZhengHongming888 04c00d3
Merge branch 'pyg-team:master' into distributed_feature
ZhengHongming888 ec46e93
minor dist_context/rpc/test
ZhengHongming888 b0fb563
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c8848ed
Merge branch 'pyg-team:master' into distributed_feature
ZhengHongming888 6eb996a
comments from manan
ZhengHongming888 1ef24d8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a225974
Merge branch 'pyg-team:master' into distributed_feature
ZhengHongming888 132417e
minor
ZhengHongming888 06668df
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3fae492
Merge branch 'master' into distributed_feature
rusty1s 2be91fc
Merge branch 'pyg-team:master' into distributed_feature
ZhengHongming888 75b3bff
update test
ZhengHongming888 b405c55
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d1c3062
Merge branch 'master' into distributed_feature
rusty1s 6cdbed2
Merge branch 'pyg-team:master' into distributed_feature
ZhengHongming888 e0a8c2b
Merge branch 'pyg-team:master' into distributed_feature
ZhengHongming888 10916b3
comments from Matthias
ZhengHongming888 1824b3a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8fe6db2
Merge branch 'pyg-team:master' into distributed_feature
ZhengHongming888 f7879cc
_FieldStatus in local_feature_store
1db68d3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e256e0b
update
rusty1s 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
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.
Not sure why we need these. Can you clarify?
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.
self.meta is the partition information like num_partition, is_hetero, edge_type, .. which is easy/ very helpful for later code simplicity and you don't need judge based on dict or not,etc. self.labels is the whole dataset information for labels y and also easy for later code simplicity otherwise you need put one more argument from top to low level code function.