Commit 1de99c93 authored by rusty1s's avatar rusty1s
Browse files

added todo

parent 42542bff
...@@ -17,6 +17,7 @@ def spline_conv(x, ...@@ -17,6 +17,7 @@ def spline_conv(x,
print('TODO: Degree of 0') print('TODO: Degree of 0')
print('TODO: Kernel size of 1') print('TODO: Kernel size of 1')
print('swap M_in and M_out in backward implementation')
n, e = x.size(0), edge_index.size(1) n, e = x.size(0), edge_index.size(1)
K, m_in, m_out = weight.size() K, m_in, m_out = weight.size()
......
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