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).
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).