torchTT icon indicating copy to clipboard operation
torchTT copied to clipboard

Tensor-Train decomposition in pytorch

Results 4 torchTT issues
Sort by recently updated
recently updated
newest added

I tried to use interpolate.dmrg_cross() from a numpy array. Generate a random array: `import numpy as np` `import torch as tn` `import torchtt as tntt` `test = np.random.rand(10, 10, 10)`...

The installation was failing because the installer couldn't locate omp.h. This problem is solved by hardcoding the libomp location on M1 mac. This command need to be done first :...