Commit a2c9a29b authored by rusty1s's avatar rusty1s
Browse files

typo

parent 80a45518
......@@ -93,7 +93,7 @@ root_weight = torch.rand((2, 4), dtype=torch.float) # separately weight root no
bias = None # do not apply an additional bias
out = SplineConv.apply(src, edge_index, pseudo, weight, kernel_size,
is_open_spline, degree, norm root_weight, bias)
is_open_spline, degree, norm, root_weight, bias)
print(out.size())
torch.Size([4, 4]) # 4 nodes with 4 features each
......
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