"vscode:/vscode.git/clone" did not exist on "fc0ca47456ac81e12224014958c7620938c9c6f6"
Commit db0360a0 authored by AntoinePrv's avatar AntoinePrv
Browse files

Fix warning.

parent ea351e15
...@@ -7,7 +7,7 @@ from .utils.degree import degree as node_degree ...@@ -7,7 +7,7 @@ from .utils.degree import degree as node_degree
class SplineConv(object): class SplineConv(object):
"""Applies the spline-based convolution operator :math:`(f \star g)(i) = r"""Applies the spline-based convolution operator :math:`(f \star g)(i) =
\frac{1}{|\mathcal{N}(i)|} \sum_{l=1}^{M_{in}} \sum_{j \in \mathcal{N}(i)} \frac{1}{|\mathcal{N}(i)|} \sum_{l=1}^{M_{in}} \sum_{j \in \mathcal{N}(i)}
f_l(j) \cdot g_l(u(i, j))` over several node features of an input graph. f_l(j) \cdot g_l(u(i, j))` over several node features of an input graph.
The kernel function :math:`g_l` is defined over the weighted B-spline The kernel function :math:`g_l` is defined over the weighted B-spline
......
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