Proof of concept Pytorch implementation of Group Equivariant Capsule Networks (NIPS 2018).
- PyTorch 0.4.1
- PyTorch Geometric
- pytorch_unique
- Clone Repo
python setup.py install
In repo dir: python examples/mnist.py
to run the MNIST Experiment.
Implementations of capsules in pooling_capsule_layer.py
Implementations of sparse group convolution in group_conv_layer.py