Skip to content

Pytorch implementation of "Modularity Optimization as a Training Criterion for Graph Neural Networks".

License

Notifications You must be signed in to change notification settings

naveed92/gcn_modularity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch Implementation of the CompleNet 2018 paper "Modularity Optimization as a Training Criterion for Graph Neural Networks".

Usage:

python run.py

Parameters:

--dataset 
Specify dataset to use. Possible values are 'cora', 'citeseer' or 'pubmed'

--weight
Specify weight value of community structure preserving term, valid values from 0.0 to 1.0

--n_label_per_class
Set number of labels per class to sample for training set, valid values range from 1 to 20

About

Pytorch implementation of "Modularity Optimization as a Training Criterion for Graph Neural Networks".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages