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

typo

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