Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zzw-x/GCN-PyTorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Convolution Network for PyTorch

Pytorch 1.0 with python 3.7.

GCN implementation for paper: Semi-Supervised Classification with Graph Convolutional Networks

Benchmark

dataset Citeseea Cora Pubmed NELL
GCN(official) 70.3 81.5 79.0 66.0
This repo. 81.7 78.7

Hints: To achieve 81.7% on Cora dataset, pytorch need 400 epochs. and it train relatively slower on Pubmed dataset.

HOWTO

python train.py

Screenshot

About

Graph Convolution Network for PyTorch

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%