Commit aeca7758 authored by rusty1s's avatar rusty1s
Browse files

typo

parent 64d26429
......@@ -46,6 +46,7 @@ pip install cffi torch-scatter
## Example
```py
import torch
from torch_scatter import scatter_max
input = torch.Tensor([[2, 0, 1, 4, 3], [0, 2, 1, 3, 4]])
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment