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
MODELNET40 from which Airplane, Car, Guitar, Person are obtained, is not readily available. If one of these Graphs are needed they it will be downloaded.
Data used to train GAE are at autoencoder/data
Training models will be at [method]/[graph_name]/rep_0, method is either Full or Fixed.
Dependencies
Pytorch (2.0.1)
Pytorch_Scatter (2.1.1)
torch_sparse (0.6.17)
Pytorch_Geometric (2.3.1)
PyGSP (0.5.1)
Hyperparameters to reproduce reported scores in the paper
SkipPool
Dataset
Hidden Dimension
Batch Size
Learning Rate
Weight Decay
Dropout
DD
128
64
1e-3
1e-4
0.4
PROTEINS
64
64
1e-3
1e-4
0.5
NCI1
128
32
5e-4
1e-4
0.0
NCI109
128
32
5e-4
1e-4
0.2
FRANKENSTEIN
32
32
1e-3
1e-4
0.0
SkipPool-Full
Dataset
Hidden Dimension
Batch Size
Learning Rate
DD
64
128
1e-4
REDDIT-B
128
32
1e-3
About
SkipPool: Improved Sparse Hierarchical Graph Pooling with Differentiable Exploration.