Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
pyg_autoscale
Commits
fd3a719e
"examples/pytorch/han/train_sampling.py" did not exist on "e56bbafd2541199fc61e3cce5d373a5cca0861ea"
Commit
fd3a719e
authored
Jun 01, 2021
by
rusty1s
Browse files
new pyg version
parent
01a3e346
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
README.md
README.md
+3
-2
No files found.
README.md
View file @
fd3a719e
...
@@ -36,12 +36,13 @@ class GNN(ScalableGNN):
...
@@ -36,12 +36,13 @@ class GNN(ScalableGNN):
## Installation
## Installation
*
Install
[
**PyTorch >= 1.7.0**
](
https://pytorch.org/get-started/locally/
)
*
Install
[
**PyTorch >= 1.7.0**
](
https://pytorch.org/get-started/locally/
)
*
Install
[
**PyTorch Geometric**
](
https://github.com/rusty1s/pytorch_geometric#
pytorch-170171
)
from
**master**
:
*
Install
[
**PyTorch Geometric
>= 1.7.0
**
](
https://github.com/rusty1s/pytorch_geometric#
installation
)
For example, via
```
```
pip install --no-index torch-scatter -f https://pytorch-geometric.com/whl/torch-1.7.0+${CUDA}.html
pip install --no-index torch-scatter -f https://pytorch-geometric.com/whl/torch-1.7.0+${CUDA}.html
pip install --no-index torch-sparse -f https://pytorch-geometric.com/whl/torch-1.7.0+${CUDA}.html
pip install --no-index torch-sparse -f https://pytorch-geometric.com/whl/torch-1.7.0+${CUDA}.html
pip install
git+https://github.com/rusty1s/py
torch
_
geometric
.git
pip install torch
-
geometric
```
```
where
`${CUDA}`
should be replaced by either
`cpu`
,
`cu92`
,
`cu101`
,
`cu102`
, or
`cu110`
depending on your PyTorch installation.
where
`${CUDA}`
should be replaced by either
`cpu`
,
`cu92`
,
`cu101`
,
`cu102`
, or
`cu110`
depending on your PyTorch installation.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment