Martin Ganahl

Results 31 issues of Martin Ganahl

testing of the symmetric backend is currently done independently of the other backends. We should pull all these tests together. A good way would be to build a custom test...

also add it to tn.expm (including tests)

enhancement

We need to add a useful `__repr__` to `Tensor`

good first issue

`Tensor` initialization methods for pytorch currently break for this type of initialization: ```python t = tn.random_uniform((2,2), dtype=np.float64, backend='pytorch') ``` (works for JAX and tensorflow) @alewis can you take a look?