XifengGuo / CapsNet-Keras

A Keras implementation of CapsNet in NIPS2017 paper "Dynamic Routing Between Capsules". Now test error = 0.34%.
MIT License
2.47k stars 651 forks source link

Should the "8" on this line be "dim_vector" ? #2

Closed sinjax closed 7 years ago

sinjax commented 7 years ago

https://github.com/XifengGuo/CapsNet-Keras/blob/843a765f1242a7dbe46511ef5ad4f1501e6c9a46/capsulelayers.py#L171

XifengGuo commented 7 years ago

Yes, it is. Thanks for pointing out. I'll update the code very soon. @sinjax

XifengGuo commented 7 years ago

The problem has been taken care of in the new committed code. So I'm closing this issue.