Skip to content

Gkunnan97/FastGCN_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch Implementation of FastGCN and AS-GCN

PyTorch implementation of FastGCN and AS-GCN. The supported datasets are: cora, citeseer and pubmed. Mind that this implementation may differ from the original in some parts. Especially for the AS-GCN, the different methods of calculating variance did not bring better performance. So if you want to use it into the research, please cheak these details carefully.

Requirements

* PyTorch 1.14
* Python 3.7

Usage

python train.py --dataset dataset_name --model model_name

Reference

FASTGCN: FAST LEARNING WITH GRAPH CONVOLUTIONAL NETWORKS VIA IMPORTANCE SAMPLING
Adaptive Sampling Towards Fast Graph Representation Learning

About

an implementation of FastGCN with pytorch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages