Skip to content

mocherson/Exp_GNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expressive-GNN

Dependencies

numpy

scipy

pytorch

networkx

pandas

pickle

sklearn

Run

for simple graph

python graph_classification.py --dataset MUTAG --hidden_dim 16 --phi MLP --device 0 --fold_idx 0 --lr 0.01 --agg cat  --first_phi 

for attributed graph

python graph_classification.py --dataset Synthie --hidden_dim 16 --phi MLP --device 0 --fold_idx 0 --lr 0.01 --agg cat --attribute --first_phi 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors