when I run this code, X = torch.einsum("nclw, ncC -> nclw", X, KQ) A issue was occurred as the title describes Any tips?
when I run this code,
X = torch.einsum("nclw, ncC -> nclw", X, KQ)
A issue was occurred as the title describes
Any tips?