Skip to content

PyTorch implementation of graph convolutional networks (GCNs).

License

Notifications You must be signed in to change notification settings

raunakkmr/Graph-Convolutional-Networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph-Convolutional-Networks

This is a PyTorch implementation of graph convolutional networks (GCNs) from the paper Semi-Supervised Classification with Graph Convolutional Networks.

Usage

In the src directory, edit the config.json file to specify arguments and flags. Then run python main.py.

Limitations

  • Does not support mini-batch training.
  • Currently, only supports the Cora dataset. However, for a new dataset it should be fairly straightforward to write a Dataset class similar to datasets.Cora.

References

About

PyTorch implementation of graph convolutional networks (GCNs).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages