Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 392 Bytes

File metadata and controls

5 lines (5 loc) · 392 Bytes

stacked-capsule-networks

Pytorch Implementation of the paper StackedCapsuleAutoEncoders. link

  • The code currently supports MNIST dataset only
  • The code for the set transformers part (setmodules.py) is used from the official repository [https://github.com/juho-lee/set_transformer].
  • Feel free to cite this repository if you want to use the code.