jindongwang / Pytorch-CapsuleNet

An easy-to-follow Pytorch implementation of Hinton's Capsule Network

Repository from Github https://github.comjindongwang/Pytorch-CapsuleNetRepository from Github https://github.comjindongwang/Pytorch-CapsuleNet

Try my implementation

amobiny opened this issue · comments

Similar to others, I found many issues with this implementation. So I decided to create my own one. It is bug-free and works very good. You can find it here:

https://github.com/hula-ai/capsule_network_dynamic_routing

Great work!