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
44d3103d
"git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "900a627c9de9d177b4a5d8e81fa2e2a15a22d3b7"
Commit
44d3103d
authored
Dec 22, 2017
by
rusty1s
Browse files
added headers
parent
0e482107
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletion
+19
-1
README.md
README.md
+19
-1
No files found.
README.md
View file @
44d3103d
...
@@ -6,10 +6,22 @@
...
@@ -6,10 +6,22 @@
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
*
`scatter_add`
*
`scatter_sub`
*
`scatter_mul`
*
`scatter_div`
*
`scatter_mean`
*
`scatter_min`
*
`scatter_max`
## Installation
```
sh
```
sh
p
ip
install
torch_scatter
p
ython setup.py
install
```
```
## Usage
```
py
```
py
from
torch_scatter
import
scatter_max
from
torch_scatter
import
scatter_max
...
@@ -30,3 +42,9 @@ print(argmax)
...
@@ -30,3 +42,9 @@ print(argmax)
1 4 3 -1 -1 -1
1 4 3 -1 -1 -1
[torch.LongTensor of size 2x6]
[torch.LongTensor of size 2x6]
```
```
## Running tests
```
sh
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