dfalbel / capsnet

CapsNet implementation in keras for R
Other
12 stars 3 forks source link

The issue about dimentional problem #3

Open SUNBERG010 opened 5 years ago

SUNBERG010 commented 5 years ago

Hi Daniel, Thank you for your work. However, I also encounter the problem same as Owen Ouyang:

Error in py_call_impl(callable, dots$args, dots$keywords) : RuntimeError: Evaluation error: RuntimeError: Evaluation error: ValueError: Dimension 0 in both shapes must be equal, but are 1 and 1152 for 'r_layer_1/scan/while/MatMul' (op: 'BatchMatMul') with input shapes: [1,10,?,8], [1152,10,8,16].

and my tensorflow version is 1.10,keras is 2.2.4 could you please tell me the solution? Thank you so much.

Sunberg