Commit 5923606b authored by rusty1s's avatar rusty1s
Browse files

typo

parent 781766e4
......@@ -35,14 +35,14 @@ pip install cffi torch-spline-conv
from torch_spline_conv import SplineConv
out = SplineConv.apply(src,
edge_index,
pseudo,
weight,
kernel_size,
is_open_spline,
degree=1,
root_weight=None,
bias=None)
edge_index,
pseudo,
weight,
kernel_size,
is_open_spline,
degree=1,
root_weight=None,
bias=None)
```
Applies the spline-based convolution operator
......
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