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
cf5292e5
Commit
cf5292e5
authored
Feb 02, 2021
by
rusty1s
Browse files
installation
parent
e56f33d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
README.md
README.md
+23
-0
No files found.
README.md
View file @
cf5292e5
...
@@ -35,4 +35,27 @@ class GNN(ScalableGNN):
...
@@ -35,4 +35,27 @@ class GNN(ScalableGNN):
## Installation
## Installation
*
Install
[
PyTorch >=1.7.0
](
https://pytorch.org/get-started/locally/
)
*
Install
[
PyTorch Geometric
](
)
from master:
```
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 git+https://github.com/rusty1s/pytorch_geometric.git
```
where
`${CUDA}`
should be replaced by either
`cpu`
,
`cu92`
,
`cu101`
,
`cu102`
, or
`cu110`
depending on your PyTorch installation.
Then run:
```
python setup.py install
```
## Project Structure
## Project Structure
## Running tests
```
python setup.py test
```
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