You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nightly version is the development version of **DHG**. It may include the lastest SOTA methods and datasets, but it can also be unstable and not fully tested.
87
+
If you find any bugs, please report it to us in [GitHub Issues](https://github.com/iMoonLab/DeepHypergraph/issues).
Copy file name to clipboardExpand all lines: dhg/models/hypergraphs/hypergcn.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
9
9
classHyperGCN(nn.Module):
10
10
r"""The HyperGCN model proposed in `HyperGCN: A New Method of Training Graph Convolutional Networks on Hypergraphs <https://papers.nips.cc/paper/2019/file/1efa39bcaec6f3900149160693694536-Paper.pdf>`_ paper (NeurIPS 2019).
11
+
11
12
Args:
12
13
``in_channels`` (``int``): :math:`C_{in}` is the number of input channels.
13
14
``hid_channels`` (``int``): :math:`C_{hid}` is the number of hidden channels.
Nightly version is the development version of **DHG**. It may include the lastest SOTA methods and datasets, but it can also be unstable and not fully tested.
27
+
If you find any bugs, please report it to us in `GitHub Issues <https://github.com/iMoonLab/DeepHypergraph/issues>`_.
0 commit comments