Skip to content

takyamamoto/Graph-Convolution-Chainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Convolutional Networks in Chainer

Graph Convolutional Networks in Chainer. I referenced tkipf/pygcn.

Requirement

Python >= 3.6  
Chainer == 5.0

You can install chainer-v5 via following command.

pip install https://github.com/chainer/chainer/archive/v5.0.0rc1.tar.gz

Usage

Run train.py

About

Graph Convolutional Networks in Chainer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages