https://github.com/tensorly/tensorly

sort by:
Revision Author Date Message Commit Date
4d52ef8 Changed so update no longer is inplace because of tensorflow backend Co-Authored-By: Jean Kossaifi <jean.kossaifi@gmail.com> 27 April 2020, 09:08:45 UTC
9a7275f Changed so update no longer is inplace because of tensorflow backend Co-Authored-By: Jean Kossaifi <jean.kossaifi@gmail.com> 27 April 2020, 09:08:32 UTC
c18c316 Changed len to tl.shape Co-Authored-By: Jean Kossaifi <jean.kossaifi@gmail.com> 27 April 2020, 09:08:02 UTC
27c0a1a Changed len to tl.shape Co-Authored-By: Jean Kossaifi <jean.kossaifi@gmail.com> 27 April 2020, 09:07:50 UTC
caf0b1c changed tensor.reshape(...) to tensorly.reshape(tensor, ...) 22 April 2020, 11:00:13 UTC
336985a Switched out implicit tensor.setitem calls with tensorly.index_update calls 22 April 2020, 10:56:13 UTC
c224dd0 Merge remote-tracking branch 'tensorly/master' into parafac2 21 April 2020, 16:53:49 UTC
9d785e2 Tensorflow: make tensor Variables 16 April 2020, 22:43:54 UTC
1528982 Fix Tensorflow backend 16 April 2020, 22:32:42 UTC
39bb588 Merge branch 'master' of https://github.com/tensorly/tensorly 16 April 2020, 22:18:34 UTC
29ba9ac Updated Makefile (added jax + debug) 16 April 2020, 22:17:40 UTC
f8465ce JAX Backend 16 April 2020, 22:16:52 UTC
7f8a863 Support for update_index for all backends 16 April 2020, 22:16:35 UTC
e712a5e PyTorch backend: symeig interface changed. 16 April 2020, 22:15:16 UTC
8746f76 Merge pull request #160 from meyer-lab/orthoFix Non-negative CP fixes (keep factors positive after qr with abs and remove undefined expression) 27 March 2020, 20:01:46 UTC
fb9a6ee README: Travis CI badge - migrated .org -> .com 16 March 2020, 17:23:34 UTC
c1a3051 DOC: fix html API 16 March 2020, 00:24:58 UTC
4040b08 Added fix for PARAFAC2 test with low A values 15 March 2020, 16:08:35 UTC
d4363e4 Changed precision since roundoff errors accumulated for the PyTorch backend 15 March 2020, 15:27:30 UTC
0551c13 Renamed incorrectly named variable 15 March 2020, 15:26:50 UTC
955ee5c Added missing context when creating a tensor Co-Authored-By: Jean Kossaifi <jean.kossaifi@gmail.com> 15 March 2020, 15:04:56 UTC
dbf8b07 Added missing context when creating a tensor Co-Authored-By: Jean Kossaifi <jean.kossaifi@gmail.com> 15 March 2020, 15:02:44 UTC
e34a5e1 Added missing context when creating a tensor Co-Authored-By: Jean Kossaifi <jean.kossaifi@gmail.com> 15 March 2020, 15:02:32 UTC
951b061 Added missing context when creating a tensor Co-Authored-By: Jean Kossaifi <jean.kossaifi@gmail.com> 15 March 2020, 15:02:02 UTC
ac57961 Added missing tl.tensor-wrap Co-Authored-By: Jean Kossaifi <jean.kossaifi@gmail.com> 15 March 2020, 15:01:30 UTC
768a439 Fix verbose output in non-negative form. 14 March 2020, 18:50:10 UTC
8063f0a Fix. 14 March 2020, 17:27:24 UTC
0a89edd FIX: create tensors with context of existing ones 13 March 2020, 23:22:46 UTC
72db974 Merge pull request #147 from juliagusak/sparse_parafac Sparse parafac 13 March 2020, 12:19:18 UTC
7f3492d + 13 March 2020, 02:37:03 UTC
b93c0a8 + 13 March 2020, 02:32:46 UTC
1a00833 + 13 March 2020, 02:01:54 UTC
7da7709 Add np(ascending)/mx/tf sort 13 March 2020, 01:52:36 UTC
0bf9885 Add: tl.sort with numpy and pytorch backends 12 March 2020, 18:57:21 UTC
8bb98d1 + 12 March 2020, 15:31:19 UTC
1ca8172 + 12 March 2020, 15:26:11 UTC
c14e445 Merge branch 'master' into sparse_parafac 12 March 2020, 15:14:55 UTC
7ff411a + 12 March 2020, 15:08:18 UTC
cabdecb Add: test for parafac(sparsity != None) 12 March 2020, 15:06:52 UTC
fdb24f4 Fixing Some Minor Issues (#145) Cosmetic changes unused imports & parameter, redundant parenthesis 11 March 2020, 15:40:39 UTC
2a8b231 Bump version, MXNet travis fix (QR + travis.yml) + cosmetic changes 11 March 2020, 15:33:27 UTC
4e86221 Update MXNET travis setup 10 March 2020, 21:17:03 UTC
2b1a667 Reduced tolerance because pytorch had more roundoff errors than other backends 11 January 2020, 16:53:50 UTC
9c35ffc Merge branch 'master' into parafac2 11 January 2020, 16:42:58 UTC
cce8acf Merge remote-tracking branch 'tensorly/master' 11 January 2020, 16:42:04 UTC
1967c28 No longer using np allclose because issues with other backend 11 January 2020, 16:39:15 UTC
fac6eb9 Changed [...] to [:] 11 January 2020, 16:34:23 UTC
9ff6b91 Fixed tl.dot isntead of T.dot 11 January 2020, 16:34:10 UTC
72d378d Fixed wrong order of parantheses introduced with previous commit 11 January 2020, 16:06:20 UTC
72ace0d Changed @ operator to T.dot 11 January 2020, 16:04:29 UTC
700fff8 CP: add l2 regularization 06 January 2020, 10:56:32 UTC
9a58e61 Fixed for backends where @ operator isn't implemented, using T.dot instead now 05 January 2020, 14:21:22 UTC
d169e0d Fixed another transpose error 05 January 2020, 13:03:41 UTC
9fda25b Reduced tolerance in validate_parafac2_tensor to account for single precision in non-python backends 05 January 2020, 12:11:07 UTC
0af5147 Changed from tensor.T to T.transpose(tensor) 05 January 2020, 10:59:41 UTC
daa2c7e Added more test cases for validate parafac2 tensor 01 January 2020, 14:52:24 UTC
e31e9a5 Added comment 01 January 2020, 14:52:09 UTC
bb2f14c added tests for parafac2 tensors 01 January 2020, 12:59:21 UTC
a51d90f Fixed bugs in parafac2_normalise and removed duplicate code 01 January 2020, 12:59:09 UTC
93fd905 Added convergence rate for CP updates to ensure that they are updated each iteration. 01 January 2020, 09:33:44 UTC
a69019d Added parafac2 examples 01 January 2020, 09:32:46 UTC
a012957 Merge branch 'master' of github.com:MarieRoald/tensorly 31 December 2019, 09:02:50 UTC
c84367a Merge remote-tracking branch 'tensorly/master' into parafac2 31 December 2019, 08:59:56 UTC
6c0251f Merge pull request #146 from yngvem/master [BUGFIX]: scipy.misc.imresize is removed from latest version of SciPy 16 December 2019, 10:32:24 UTC
7dbee29 Update plot_image_compression.py 16 December 2019, 06:56:45 UTC
ddcb8d2 Add small fix 15 December 2019, 21:34:19 UTC
57c696f Add small changes 15 December 2019, 21:04:11 UTC
8cd7759 Add: example 15 December 2019, 20:57:30 UTC
7e4fc0d Add: sparse parafac 15 December 2019, 20:51:46 UTC
262c7fe Using scipy.ndimage.zoom instead of scipy.misc.imresize scipy.misc.imresize is no longer in SciPy, however scipy.ndimage.zoom is. 15 December 2019, 06:32:13 UTC
e34bc59 Updated docstrings to fit better with the rest of the documentation. 15 December 2019, 06:24:27 UTC
cd51644 Updated documentation to include PARAFAC2 14 December 2019, 20:01:46 UTC
b9908de Updated docstring 14 December 2019, 19:52:29 UTC
1e5761d Added tests for valid init, normalization during fit and input-format to PARAFAC2 (list and array) 14 December 2019, 18:18:40 UTC
e243372 Added svd and CP init, fixed bug so normalisation is correct and some docstrings. 14 December 2019, 18:17:29 UTC
fc4b104 Added option to convert kruskal tensors to parafac2 tensors and some docstrings 14 December 2019, 18:15:35 UTC
a2a4366 Merge branch 'master' into parafac2 14 December 2019, 12:22:50 UTC
3f220f1 Merge remote-tracking branch 'tensorly/master' 14 December 2019, 12:07:07 UTC
84df552 Merge pull request #144 from kingsj0405/master Fix TypeError run tensorly.partial_svd with None n_eigenvecs 04 December 2019, 13:02:38 UTC
6f26a20 Auto format 04 December 2019, 12:29:43 UTC
0751da6 Merge branch 'feature/issue#119' of https://github.com/kingsj0405/tensorly into feature/issue#120 04 December 2019, 12:22:05 UTC
398c3e6 Refactor code to pass the tests 04 December 2019, 12:19:15 UTC
4fd099c Fix TypeError run tensorly.partial_svd with None n_eigenvecs 04 December 2019, 12:19:15 UTC
bd095ce Merge pull request #141 from juliagusak/parafac_stopping_criterion parafac: more option for convergence criterion 28 November 2019, 20:54:13 UTC
ebf3ffa Add: renamed convergence criteria 28 November 2019, 20:25:06 UTC
60ba9a4 small fix 26 November 2019, 15:20:11 UTC
3994f1c Small fix 21 November 2019, 13:01:58 UTC
c9eb777 Add: stopping criterion to parafac 21 November 2019, 12:11:13 UTC
dc67ac6 Merge pull request #139 from lan496/reproducibility-for-tucker Making partial_svd and tucker reproducible 20 November 2019, 18:08:40 UTC
2a38abf fix initialization of v0 20 November 2019, 13:33:42 UTC
5282f44 add kwargs in SVD functions 19 November 2019, 09:49:15 UTC
64f596e enable tucker decomposition to be deterministic with random_state 16 November 2019, 14:13:46 UTC
c6fcf59 fix test tensor for multiple backends 15 November 2019, 16:47:21 UTC
c80f0a0 option for starting vector in partial svd 15 November 2019, 11:55:59 UTC
f1a7bf2 Fixed typo 06 November 2019, 21:09:56 UTC
2e41422 Compatibility with TensorFlow 2.0 01 November 2019, 17:02:38 UTC
9f2864a Merge pull request #135 from Cor3Down/troubleShooting Fix docstrings and minor typos 01 November 2019, 12:33:26 UTC
620b49e Adding missing information of parameters in docstrings and fix some typo mistakes 14 October 2019, 11:19:06 UTC
48938be Merge pull request #134 from Cor3Down/issue_#133 PyTorch backend: remove duplicate declaration of 'stack' method 10 October 2019, 20:53:49 UTC
d1a2206 Removing second declaration of 'stack' static method. 10 October 2019, 10:19:43 UTC
back to top