"apps/vscode:/vscode.git/clone" did not exist on "349a48bdc58ebe913c13d2e2e391e59dfdd55915"
Commit aeca7758 authored by rusty1s's avatar rusty1s
Browse files

typo

parent 64d26429
...@@ -46,6 +46,7 @@ pip install cffi torch-scatter ...@@ -46,6 +46,7 @@ pip install cffi torch-scatter
## Example ## Example
```py ```py
import torch
from torch_scatter import scatter_max from torch_scatter import scatter_max
input = torch.Tensor([[2, 0, 1, 4, 3], [0, 2, 1, 3, 4]]) 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