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

[Documentation] Add distributed training for PyG Tutorial #8444

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
4af3dab
create distribute tutorial branch
ZhengHongming888 Nov 21, 2023
025e7c6
Merge branch 'pyg-team:master' into dist_tutorial
ZhengHongming888 Nov 27, 2023
eebff9d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 27, 2023
a0e9a04
minor
ZhengHongming888 Nov 27, 2023
95155e9
minor
ZhengHongming888 Nov 27, 2023
b7cb645
Update distribute_pyg.rst
JakubPietrakIntel Jan 16, 2024
635f91c
Update distribute_pyg.rst
JakubPietrakIntel Jan 16, 2024
166d8b2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 16, 2024
46ae74e
Merge branch 'pyg-team:master' into dist_tutorial
ZhengHongming888 Jan 18, 2024
5a7f6bc
Update distribute_pyg.rst
JakubPietrakIntel Jan 18, 2024
d31e17c
Update distribute_pyg.rst
JakubPietrakIntel Jan 18, 2024
faa458e
Update distribute_pyg.rst
JakubPietrakIntel Jan 18, 2024
8134118
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 18, 2024
d4df5df
Merge branch 'pyg-team:master' into dist_tutorial
ZhengHongming888 Jan 18, 2024
0be9fba
modify figures
ZhengHongming888 Jan 18, 2024
14f00f5
modify figures
ZhengHongming888 Jan 18, 2024
91d6188
Update distribute_pyg.rst
ZhengHongming888 Jan 18, 2024
06ad79c
Update distribute_pyg.rst
ZhengHongming888 Jan 18, 2024
bbd0d50
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 19, 2024
37ffb06
Update distribute_pyg.rst
ZhengHongming888 Jan 19, 2024
3abbc7a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 19, 2024
c685459
Update distribute_pyg.rst
ZhengHongming888 Jan 19, 2024
271f406
Update distribute_pyg.rst
ZhengHongming888 Jan 19, 2024
a91d363
Merge branch 'pyg-team:master' into dist_tutorial
ZhengHongming888 Jan 19, 2024
74e8fa9
modify figures
ZhengHongming888 Jan 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ In addition, it consists of easy-to-use mini-batch loaders for operating on many
tutorial/dataset
tutorial/application
tutorial/multi_gpu
tutorial/distribute_pyg

.. toctree::
:maxdepth: 1
Expand Down
953 changes: 953 additions & 0 deletions docs/source/tutorial/distribute_pyg.rst

Large diffs are not rendered by default.

Loading