LeeWooJung / GCN_reproduce

Reproduce GCN in pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Practice for writing GCN code(Pytorch)

Version control

  • python : 3.7.6
  • pytorch : 1.4.0
  • torchvision : 0.5.0
  • numpy : 1.18.1
  • networkx : 2.4
  • Scipy : 1.4.1
  • Scikit-learn : 0.22.1

Model View

GCN model1 GCN model2

About

Reproduce GCN in pytorch


Languages

Language:Python 100.0%