"...tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "b76ac11c9001f94eea43044174739f15b3bef24f"
Commit ab832e02 authored by rusty1s's avatar rusty1s
Browse files

todos

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