cohenjer

Results 13 issues of cohenjer

#### Describe the bug When feeding one dimensional factors in `tl.cp_tensor.cp_to_tensor`, a shape mismatch error message is prompted even though there is no shape mismatch. #### Steps or Code to...

bug

#### Problem description Right now in tensorly, functions such as `parafac` return a `cp_tensor` when no error return is requested, and a tuple `cp_tensor, err` when error return is requested....

#### 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...

enhancement
easy issue

# Adding an optimization module For now, Tensorly (TL) ships with one API for each particular tensor decomposition model. While this has the advantage of simplicity for the end-user, this...

enhancement
API design

First of all, I am sorry for the massive PR with so many small commits (to be squashed upon merge hopefully). I have been working on this for quite some...

#### 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 getting the same overlay issue for the central image, but I observed the issue on Firefox and...

documentation

So there has been a number of issues/PR where we ignored Tensorflow in the tests, and said that we would eventually probably deprecate Tensorflow support. I am opening this issue...

This is a copy of the part of #542 related to solvers. What this PR solves: ---------------------------- - Currently, in Tensorly we have a large chunk of code in tenalg/proximal.py...

Reopening #550, I removed the tenalg/proximal.py which has now moved to solvers/* You can see changes to proximal.py at this commit from #550 https://github.com/tensorly/tensorly/pull/550/files#diff-1e631b99f3adf79834a04bcbc48dce54f1c7aa7f25f092853fe169a32bd8231d

#### Issue We have several cool proximal operators inside the submodule `tenalg/proximal.py`, which are not documented. #### Fix It would be simple and useful, in my opinion, to have a...

documentation
easy issue