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
torch-scatter
Commits
d60df4b8
Commit
d60df4b8
authored
Aug 07, 2018
by
rusty1s
Browse files
installation updates
parent
08082652
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
README.md
README.md
+15
-2
No files found.
README.md
View file @
d60df4b8
...
...
@@ -35,14 +35,27 @@ All included operations work on varying data types, are implemented both for CPU
## Installation
Check that
`nvcc`
is accessible from terminal, e.g.
`nvcc --version`
.
If not, add cuda (
`/usr/local/cuda/bin`
) to your
`$PATH`
.
Ensure that at least PyTorch 0.4.1 is installed and verify that
`cuda/bin`
and
`cuda/install`
are in your
`$PATH`
and
`$CPATH`
respectively,
*e.g.*
:
```
$ python -c "import torch; print(torch.__version__)"
>>> 0.4.1
$ echo $PATH
>>> /usr/local/cuda/bin:...
$ echo $CPATH
>>> /usr/local/cuda/install:...
```
Then run:
```
pip install torch-scatter
```
If you are running into any installation problems, please create an
[
issue
](
https://github.com/rusty1s/pytorch_scatter/issues
)
.
## Example
```
py
...
...
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