Skip to content

YuWVandy/DPGNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DPGNN

This repository is an official PyTorch(Geometric) implementation of DPGNN(DPGCN) in "Distance-wise Prototypical Graph Neural Network for Node Imbalance Classification".

Requirements

  • PyTorch 1.8.1+cu111
  • PyTorch Geometric 1.7.0
  • Pytorch-scatter 2.0.7
  • NetworkX 2.5.1
  • Tqdm 4.61.0
  • Sklearn 0.0

Note that the version of PyTorch and PyTorch Geometric should be compatible and PyTorch Geometric is related to other packages, which requires to be installed beforehand. It is recommended to follow the installation instruction.

Run

  • To reproduce the performance comparison and the ablation study in the following Table and the Figure , run
bash run.sh

  • To reproduce our results under different imbalance ratio, run
bash run_ratio.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published