Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 393 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 393 Bytes

CapsNet-PyTorch

My attempt at implementing CapsNet from the paper Dynamic Routing Between Capsules.
Link to paper
Authors of paper - Sara Sabour, Nicholas Frosst, Geoffrey E Hinton

The code is buggy right now, reconstruction loss is yet to be added.
Training-Testing not done till now.
Suggestions and contributions welcome.