Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed May 25, 2018
1 parent 80a4551 commit a2c9a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2c9a29

Please sign in to comment.