Skip to content

ifding/uhgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unsupervised Hierarchical Graph Representation Learning

Requirements:

pytorch>=0.41

tensorboardX==1.2

networkx==2.2

Data set for Graph Classification

Evaluation script for various methods on common benchmark datasets via 10-fold cross validation, where a training fold is randomly sampled to serve as a validation set.

I uses the D&D data set as an example, for other datasets, they can be directly from the above websit. After downloading to the folder: ./data, and unzip it.

  • COLLAB
  • D&D
  • PROTEINS
  • NCI-1

Train model

To train the model, just run:

./example.sh

About

[MLG 2020] Unsupervised Hierarchical Graph Representation Learning by Mutual Information Maximization (https://arxiv.org/abs/2003.08420)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published