Open akare55 opened 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?
hi, do you solve this problem? i take the error too.
Me too! Any help?
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?