Commit ab832e02 authored by rusty1s's avatar rusty1s
Browse files

todos

parent 99a4ff83
......@@ -15,8 +15,8 @@ def spline_conv(x,
degree=1,
bias=None):
print('TODO: Degree of 0')
print('TODO: Kernel size of 1')
# TODO: degree of 0
# TODO: kernel size of 1
n, e = x.size(0), edge_index.size(1)
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