-
I've been getting the following error when trying to import `NeighborhoodAttention2D`
```
0: File "/global/u2/j/jwillard/healpixnat/models/nat2d.py", line 12, in
0: from natten import Neighb…
-
I wrote a better init in [TensorLy-Torch](https://github.com/tensorly/torch/blob/main/tltorch/factorized_tensors/init.py)) we should probably bring it in at some point, it allows the *reconstruction* …
-
Hi, users are unable to run **_musco-pytorch_** due to dependency conflict with _**numpy**_ package. As shown in the following full dependency graph of **_musco-pytorch_**, **_musco-pytorch_** require…
-
We probably need to add some more examples and doc for new features in TensorLy.
Would be great for instance to have an example for @earmingol @hmbaghdassarian as a user guide on how to use the Co…
-
#### Describe the bug
![Screenshot from 2023-01-23 17-20-44](https://user-images.githubusercontent.com/22053798/214092370-10f21459-30bd-4732-894d-9203c54d4ae3.png)
Not sure if everyone is gettin…
-
The following code fails
```
import torch, numpy as np
from torch.utils.data import DataLoader
from neuralop.datasets.tensor_dataset import TensorDataset
ntrain = 100;
nfeat = 2;
x_torch…
-
#### Problem
In response to #72 and for a few months now, Tensorly has allowed to fix some modes in decompositions, e.g. using the following syntax for parafac:
```python
out = parafac(tensor, rank…
-
Thank you for your great contribution.
I noticed that the dense layer could be incorporated in VGG successfully, but I did not found the implementation of CONV layer, I would like to know if the CON…
-
In addition to SGD and EM, we should support spectral learning methods. See for example,
> Anandkumar, Animashree, et al. "Tensor decompositions for learning latent variable models." Journal of machi…
-
Implementing Transform-based Tensor Model in Python:
List
1. Transform-based Tensor Model [1][2]
a) the low-tubal-rank tensor model [2], tSVD when the transform is DFT (Discrete Fourier Trans…