You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to understand the usage of tensors and how to modify the dimensions according to my dataset
ERROR:
ValueError: Cannot do batch_dot on inputs with shapes (None, 3, 3, 131072, 16) and (None, 3, 131072, 131072, 16) with axes=[2, 3]. x.shape[2] != y.shape[3] (3 != 131072).
The text was updated successfully, but these errors were encountered:
I am not able to understand the usage of tensors and how to modify the dimensions according to my dataset
ERROR:
ValueError: Cannot do batch_dot on inputs with shapes (None, 3, 3, 131072, 16) and (None, 3, 131072, 131072, 16) with axes=[2, 3]. x.shape[2] != y.shape[3] (3 != 131072).
The text was updated successfully, but these errors were encountered: