How can I multiply PT (P=2D tensor,T=3D tensor) in pytorch using matmul? The following does not work: torch.matmul(P, T).
確定! 回上一頁