https://github.com/tensorly/tensorly

sort by:
Revision Author Date Message Commit Date
59d617f Add warning about SVD initialization within PARAFAC. 13 June 2020, 15:59:13 UTC
d0ed464 Move masking before first iteration. 13 June 2020, 15:55:22 UTC
a2f4c59 Fixed. 13 June 2020, 04:01:08 UTC
5261885 Update test_tucker.py 13 June 2020, 00:20:18 UTC
d1c3dd6 Update test_tucker.py 13 June 2020, 00:02:54 UTC
d3d7813 Added a more stringent test. 13 June 2020, 00:01:44 UTC
117e3c1 Update test_tucker.py 11 June 2020, 17:59:04 UTC
a308446 Implement masked Tucker. 11 June 2020, 17:56:29 UTC
b479f18 Merge pull request #150 from MarieRoald/parafac2 PARAFAC2 in TensorLy 03 June 2020, 00:25:02 UTC
e72a43d Merge branch 'master' into parafac2 01 June 2020, 19:02:50 UTC
915502e Merge remote-tracking branch 'tensorly/master' 01 June 2020, 19:02:35 UTC
38a0c3a Reverted to_numpy fix since it was fixed in the backend 01 June 2020, 18:43:15 UTC
5108303 Casting singleton tensor norm to numpy to avoid dtype issues in TensorFlow 01 June 2020, 09:30:32 UTC
896f9b6 FIX Tensorflow norm (order 0 tensors) 31 May 2020, 20:32:32 UTC
589f254 Reverted previous change since we couldn't do a tl.sum with a list as input for pytorch and mxnet backends 31 May 2020, 19:39:51 UTC
1ed6e4c Workaround for the weird TensorFlow behaviour that makes (x**2) change the dtype of x from float32 to float64, thus making a division later raise an error. 31 May 2020, 19:08:25 UTC
4040012 Fixed so congruence is computed correctly and adapted to the changed convergence tolerance in PARAFAC2 31 May 2020, 18:36:21 UTC
462564a Added missing square in data norm computation (used for convergence criterion) 31 May 2020, 18:18:43 UTC
137d3c1 Removed unused variable 31 May 2020, 18:15:10 UTC
654e35d Fixed so the convergence tolerance is based on the change in relative reconstruction error 31 May 2020, 18:14:37 UTC
277153d Changed docstring for PARAFAC2 to make it clearer that it's for third order tensors and that the second mode changes over the third mode. 31 May 2020, 18:11:22 UTC
e66f658 Added fixed_modes functionality 29 May 2020, 14:02:25 UTC
e4f8127 Removed set backend 24 May 2020, 07:49:21 UTC
8075792 Changed tolerance and changed from np.ones to tl.ones 24 May 2020, 07:37:30 UTC
2e29e6b Fixed index_update error 24 May 2020, 07:37:06 UTC
7f03ad8 Fixed so we no longer loop over a tl.tensor for TF backend 24 May 2020, 07:36:58 UTC
8d82dbb Fixed numpy ones to tl ones instead and reduced tolerance of normalize factors test 24 May 2020, 06:49:48 UTC
3be3217 Fixed normalization test of PARAFAC2 to check magnitude 24 May 2020, 06:04:14 UTC
1de8bfc Changed shapes and rank so all tests use a tensor with unique PARAFAC2 decomposition 23 May 2020, 18:48:22 UTC
4007751 Fixed issue with normalisation not happening inplace Previously, the factor variable was replaced in a loop. However, that didn't change the factors list where each factor was stored. Now, the factors list is updated instead 23 May 2020, 18:40:44 UTC
3d4fe34 Merge pull request #170 from aarmey/fix-mask Fix mask shape during kr calculation 19 May 2020, 09:26:36 UTC
87975e7 Maybe just a tolerance difference. 19 May 2020, 02:25:10 UTC
b1bcdfa Try handling mask above kr() to fix other backends. 19 May 2020, 01:46:07 UTC
364cc31 Simplify and match other backends. 19 May 2020, 01:41:04 UTC
528ffac Fix. 19 May 2020, 01:34:35 UTC
91959c7 Try and fix other backends. 19 May 2020, 01:33:04 UTC
ab380f2 This seems to be working. 19 May 2020, 01:23:42 UTC
b39c651 Flexible Tensor Algebra backend: enable more efficient operations. 14 May 2020, 22:29:06 UTC
13be5db Faster test + re-adding test case (normalize=True) 29 April 2020, 22:07:54 UTC
9b7a871 issue with index_update + norm 29 April 2020, 21:53:47 UTC
98f64fd FIX: preserve tensor context 28 April 2020, 16:30:07 UTC
00b1660 Merge branch 'parafac2' of git://github.com/MarieRoald/tensorly into MarieRoald-parafac2 28 April 2020, 09:25:03 UTC
854ebe5 Stopped iterating over A factor rows 28 April 2020, 06:12:46 UTC
dedb321 Removed copy flag in normalize since inplace operators aren't supported with TensorFlow 28 April 2020, 05:45:11 UTC
05443e6 Fixed bug with erroneous paranthesis placement Co-Authored-By: Jean Kossaifi <jean.kossaifi@gmail.com> 28 April 2020, 05:05:30 UTC
92027d7 Merge branch 'parafac2' of git://github.com/MarieRoald/tensorly into MarieRoald-parafac2 27 April 2020, 17:25:52 UTC
fa69a76 Added missing tl 27 April 2020, 12:15:30 UTC
f89223e Made inplace operator no longer inplace 27 April 2020, 09:27:10 UTC
70d8dd8 Changed so inplace updates are no longer inplace 27 April 2020, 09:20:42 UTC
5cfa8d6 Changed tl.shape to T.shape 27 April 2020, 09:14:42 UTC
9448b0b Changed so update no longer is inplace because of tensorflow backend Co-Authored-By: Jean Kossaifi <jean.kossaifi@gmail.com> 27 April 2020, 09:09:21 UTC
4aa00ff Changed len to tl.shape Co-Authored-By: Jean Kossaifi <jean.kossaifi@gmail.com> 27 April 2020, 09:08:59 UTC
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
e96f537 Merge branch 'parafac2' of git://github.com/MarieRoald/tensorly into MarieRoald-parafac2 13 March 2020, 13:08:26 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
back to top