Commit 24b0ea71 authored by rusty1s's avatar rusty1s
Browse files

typo

parent e6632e3f
...@@ -34,8 +34,14 @@ pip install cffi torch-spline-conv ...@@ -34,8 +34,14 @@ pip install cffi torch-spline-conv
```python ```python
from torch_spline_conv import SplineConv from torch_spline_conv import SplineConv
output = SplineConv.apply(src, edge_index, pseudo, weight, kernel_size, output = SplineConv.apply(src,
is_open_spline, degree=1, root_weight=None, edge_index,
pseudo,
weight,
kernel_size,
is_open_spline,
degree,
root_weight=None,
bias=None) bias=None)
``` ```
......
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