This is a Pytorch repository for the common operations in DGL in a batch-wised manner. There are several operations that are currently supported as below:
- PairNorm
- SAGPool
- Adding self-loop
- Convert to bidirected graph
pip install -i https://test.pypi.org/simple/ dgl-batchbox
- This package currenly supports homogenous operations only.
- New operations will be added as on-going basis. However, contributions are greatly appreciated.