Rafael Ballester-Ripoll
Results
3
comments of
Rafael Ballester-Ripoll
This sounds more like a "permute" than a "reshape". You can do what you want by first splitting each core A_k(i_k, j_k) into two consecutive cores B_k(i_k) C_k(j_k), then move...
Hi, are the NumPy and PyTorch versions the same and up-to-date in both environments?
Hi Bastien, I just tested this (with PyTorch 2.0) and this error is not thrown, but an error at a later point is thrown instead: `RuntimeError: linalg.vector_norm: Expected a floating...