-
This is the main Issue to organize and track support for the [upcoming book by Ballard and Kolda](https://www.mathsci.ai/post/tensor-textbook/). The description will be updated to help track Issues re…
-
It would be great to have other general tensor decomposition methods besides SVD and QR, such as CP/tensor rank or Tucker. Thank you!
-
Hi Stephen,
Another issue I've noticed today.
I noticed that the data type in `model.decomposition_.weights[0]` where `model` is a `barnacle.decomposition.SparseCP` is sometimes a `numpy.float6…
-
Hello,
I had a question regarding how do you calculate the CP decomposition? Is the way you calculate it in your code similar to the SVD method provided in numpy or torch?
Another question is do…
-
Hi, I want to compute the second-order Hessian matrix for my custom nn.Module, which aims to replace the nn.Conv2D by CP decomposition, and I get this warning:
```shell
/data/miniforge3/envs/fairm…
-
Thanks to the author for this work, I am very confused about why similar objects in the entire scene can be treated with the same edit after 4D bilateral grid CP decomposition, such as the grass in th…
-
"It turn out that Tucker decomposition yields lower accuracy loss than CP decomposition in my experiments, so the results below are all from Tucker decomposition."
what means "Tucker decomposition…
-
I have been trying to use this library to compute a CP-decomposition of a vector, but could not obtain deterministic results even after fixing the seed for the random number generator.
It seems li…
-
#### Describe the bug
Computation of sparse robust pca crashes as it calls svd with unexpected keyword (`full_matrices`)
#### Steps or Code to Reproduce
Mostly copied from tensorly docs
```pytho…
dawe updated
8 months ago
-
Hello again,
I've been having trouble getting my model to reliably initialize. The problem arises when initial f-est is "nan" - the model will get completely stuck and wont make any progress
```
…