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
Copy file name to clipboardExpand all lines: README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Codebase for neural networks (SignNet and BasisNet) and experiments in the paper
7
7
8
8
<imgsrc="large_thumbnail.png"width=50%>
9
9
10
-
###Experiments
10
+
## Experiments
11
11
12
12
`Alchemy` contains the experiments for graph-level regression on Alchemy.
13
13
@@ -17,14 +17,17 @@ Codebase for neural networks (SignNet and BasisNet) and experiments in the paper
17
17
18
18
The intrinsic neural fields experiments use private code from the authors of the [original paper](https://arxiv.org/abs/2203.07967), so we do not yet publically release the SignNet codes for these.
19
19
20
-
###Implementations
20
+
## Implementations
21
21
22
22
PyTorch Geometric SignNet for graph prediction: in `Alchemy`.
23
23
24
24
DGL SignNet for graph prediction: in `GraphPrediction`.
25
25
26
26
BasisNet for single graphs: in `LearningFilters`.
27
27
28
+
The SignNet architecture is rather simple. Here is an example of pseudo-code for SignNet, as used for graph prediction tasks with a GNN base model:
29
+
<imgsrc="pseudo-code.png"width=50%>
30
+
28
31
<imgsrc="LPE_symmetries.png"width=50%>
29
32
30
33
**Coming Soon:** More experiments and implementations of our models! This repo and our paper are still a work in progress.
0 commit comments