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 654 forks source link

Batch_dot Error #116

Open akare55 opened 4 years ago

akare55 commented 4 years ago

When I run the code. I take an error like this:

Can not do batch_dot on inputs with shapes (None, 10, 10, 1152, 16) and (None, 10, None, 1152, 16) with axes=[2, 3]. x.shape[2] != y.shape[3] (10 != 1152).

How can I solve this problem?

return-sleep commented 3 years ago

hi, do you solve this problem? i take the error too.

sandruskyi commented 3 years ago

Me too! Any help?