gram-ai / capsule-networks

A PyTorch implementation of the NIPS 2017 paper "Dynamic Routing Between Capsules".
https://arxiv.org/abs/1710.09829
1.73k stars 316 forks source link

Try my implementation #33

Open amobiny opened 4 years ago

amobiny commented 4 years ago

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

guotong1988 commented 3 years ago

Real bug about the capsule or mistake about easy-to-use?