Valentin Khrulkov
Results
2
comments of
Valentin Khrulkov
Actually this is easier to implement using the `TensorTrainBatch` class, since you can compute the matrix of pairwise inner products. I've written up a small example [here](https://github.com/KhrulkovV/tt-regression-snippet/blob/master/tt_regre_snippet.ipynb).
Hey, We have tried to implement a naive but more concise version of the forward pass for the `TTLayer` (so far for `d=3`) and it seems that it fixes the...