Skip to content

Python Framework built on PyTorch and PyTorch Geometric for working with Representation Learning on Graph Neural Networks.

License

Notifications You must be signed in to change notification settings

SauravMaheshkar/hivegraph

Repository files navigation

Documentation Status Build and Tests PyPi license PyPi version DOI

HiveGraph

Python Framework based on PyG for working with Representation Learning using Graph Neural Networks

Currently has implementations for :-

  • Graph Isomorphism Networks (GIN)
  • Graph Convolutional Networks (GCN)
  • Residual Gated Graph Convolutional Networks (ResGatedGCN)

Example Training Script

python train.py --config=hivegraph/configs/classification/gin.py