sort by:
Revision Author Date Message Commit Date
da12c98 Complex support in cp_to_tensor 22 March 2021, 11:43:11 UTC
77bc971 FIX: remove forgotten print 14 March 2021, 21:45:54 UTC
6ab4051 FIX metrics test + remove print in core backend 14 March 2021, 21:23:19 UTC
9ea0ee3 Merge branch 'main' of https://github.com/tensorly/tensorly into main 14 March 2021, 16:37:46 UTC
71b468a FIX MPS test: use same number of param 14 March 2021, 16:37:24 UTC
05ecbef Merge pull request #244 from chrisyeh96/patch-1 Fixes bug and typos in CP Power Iteration 14 March 2021, 12:10:20 UTC
733fa7f Update power_iteration to match symmetric_power_iteration 14 March 2021, 00:16:46 UTC
0209812 Remove unnecessary initialization of best_score 14 March 2021, 00:13:51 UTC
aa3df95 Apply suggestions from code review Co-authored-by: Jean Kossaifi <jean.kossaifi@gmail.com> 14 March 2021, 00:09:04 UTC
5e1e470 Fix bugs in symmetric_power_iteration() 1. Fix bug where score was <= 0, resulting in no "best_factor" 2. Fix bug that limited the function to order-3 tensors. Now works for tensors of arbitrary order. 13 March 2021, 08:06:17 UTC
ed8f354 Fix more typos in symmetric power iteration 12 March 2021, 22:04:15 UTC
906f07b Fix typos in symmetric power iteration 12 March 2021, 22:02:18 UTC
da0eae9 Merge pull request #243 from taylorpatti/main Removed mps_EE for use in other module 12 March 2021, 09:34:17 UTC
ad113ab Merge branch 'main' into main 12 March 2021, 01:19:03 UTC
c9c3ffb Removed mps_EE for use in other module 12 March 2021, 01:13:28 UTC
25a25dc FIX PyTorch backend: remove register already defined SVD 11 March 2021, 16:45:02 UTC
66d887f PyTorch backend: fix legacy SVD full_matrix arg 11 March 2021, 15:08:43 UTC
5f2844e Tucker validate rank: fix test 11 March 2021, 15:03:42 UTC
e02ffe9 FIX entropy tests 11 March 2021, 13:17:56 UTC
f2a0101 Minor: removed unused import 10 March 2021, 23:13:00 UTC
244c94b Tests: separate backend and core fun + speed test for SVD 10 March 2021, 23:08:15 UTC
cc1764f PyTorch: revert to using PyTorch SVD Use NumPy SVD only for numpy_svd 10 March 2021, 23:07:48 UTC
0a7faea FIX partial_SVD speed If n_eigenvecs == min(matrix.shape) we should be using full_matrices=False otherwise it's very slow! 10 March 2021, 23:06:35 UTC
38ab103 Add mask to tucker decomp. docstring 10 March 2021, 14:03:24 UTC
791c0d0 NumPy backend: use Scipy's faster SVD 10 March 2021, 12:36:27 UTC
0e30140 FIX: minor issue, convert to numpy after shape call 09 March 2021, 21:36:29 UTC
91766df Merge branch 'main' of https://github.com/tensorly/tensorly into main 09 March 2021, 14:26:01 UTC
a8a4b37 partial_svd now uses NumPy only 09 March 2021, 14:25:39 UTC
d496a4b Merge pull request #231 from taylorpatti/main Entropy metric (Von Neumann Entropy) + adds log2 to backends 09 March 2021, 14:16:42 UTC
248c91f Merge branch 'main' of https://github.com/taylorpatti/tensorly into main 09 March 2021, 12:44:25 UTC
2e5e94e Added try/except to catch non-Hermitian rounding errors. 09 March 2021, 12:43:51 UTC
e762d13 Merge branch 'main' into main 09 March 2021, 11:48:59 UTC
f8bb313 Updated naming convention and docs for EE 09 March 2021, 11:45:37 UTC
634d01b PyTorch backend: FIX SVD legacy memory issue 09 March 2021, 10:32:12 UTC
356855e Merge pull request #215 from merajhashemi/mh-randomsvd Add randomized SVD 09 March 2021, 10:09:27 UTC
bad59b5 Add randomized svd and small fixes to other svd methods 09 March 2021, 02:59:04 UTC
be19a64 Merge conflict 09 March 2021, 00:25:56 UTC
81ade3d Merge branch 'main' into main 09 March 2021, 00:16:20 UTC
691f785 FIX partial_tucker with mask on subset of modes The core was initialized with the wrong size (only modes in the subset of modes were created). 08 March 2021, 22:52:26 UTC
77bd9db PyTorch backend: legacy support version < 1.8.0. 08 March 2021, 22:10:52 UTC
620fa2f Updated naming conventions on testing suite 08 March 2021, 15:08:23 UTC
e246fef Updated naming conventions on testing suite 08 March 2021, 14:44:23 UTC
1cd4c7b Fix: partial_tucker when using a mask and modes 08 March 2021, 13:59:02 UTC
8ec1da8 Updated entropy docs 08 March 2021, 13:56:27 UTC
5fc593d Updated entropy, added tt funtions 08 March 2021, 12:53:19 UTC
c409883 Updated entropy, added tt funtions 08 March 2021, 12:42:12 UTC
17b5cfd Merge branch 'main' into main 08 March 2021, 12:25:47 UTC
8c271d5 Updated entropy, added tt functions 08 March 2021, 12:23:17 UTC
d8e90a6 Merge pull request #234 from aarmey/torch More simplifications using common numpy interface 07 March 2021, 11:57:56 UTC
5507deb Fix 05 March 2021, 15:57:21 UTC
042921b Revert tf.kron 05 March 2021, 15:09:20 UTC
3371f89 Fix 05 March 2021, 15:08:41 UTC
3264940 Revert kron due to mxnet 05 March 2021, 15:08:12 UTC
b0fd2d6 Add mxnet kron 05 March 2021, 14:57:09 UTC
ff9d44c More simplifications using common numpy interface 05 March 2021, 14:44:01 UTC
89e1fb9 updated log2 backends, updated entropy 04 March 2021, 12:21:48 UTC
55ed12e updated log2 backends, updated entropy 04 March 2021, 12:11:19 UTC
ed33571 Small fix 04 March 2021, 06:48:07 UTC
b9dabbe Capitalize variable names and remove to numpy 04 March 2021, 00:02:58 UTC
b047254 removed qutip 03 March 2021, 20:18:45 UTC
f03f7b4 removed qutip, updated test functions 03 March 2021, 20:13:42 UTC
5d787a3 upgraded arrays to tensors in test_entropy 03 March 2021, 19:34:44 UTC
1e8465a updated testing suite 03 March 2021, 19:08:05 UTC
547b9ed updated vne to transform data based on backend 03 March 2021, 18:54:17 UTC
b81db8e updated install requirements with qutip 03 March 2021, 18:21:53 UTC
80907a1 updated core 03 March 2021, 18:13:23 UTC
b7eecef fixed init 03 March 2021, 17:37:25 UTC
8796900 updated init 03 March 2021, 17:33:24 UTC
57a6a4f added dispatch and imports 03 March 2021, 17:18:07 UTC
a3ad727 added entropy.py and test_entropy.py for VNE and updated backends 03 March 2021, 16:41:44 UTC
f901cd2 restore 03 March 2021, 13:34:04 UTC
2311e90 check 03 March 2021, 13:33:07 UTC
7e82635 Merge branch 'main' into mh-signsvd 27 February 2021, 13:24:40 UTC
ab50445 Merge pull request #224 from caglayantuna/hals_feature Adds NN CP via Hierarchical Alternating Least Square (HALS) 26 February 2021, 16:10:37 UTC
c701988 Merge pull request #217 from aarmey/backend-refactor Refactoring across backends 26 February 2021, 16:04:05 UTC
fff1212 Merge pull request #226 from aarmey/fix-sign Sign correction method for CP tensors 26 February 2021, 16:00:03 UTC
ed28391 Check the weights signs 26 February 2021, 15:33:58 UTC
546f2f3 Remove to_numpy 26 February 2021, 15:27:28 UTC
2ee0bcc Renamed to match SVD method 26 February 2021, 14:50:04 UTC
78d9f41 Last fix 26 February 2021, 14:34:07 UTC
4c8ec58 Fixes from review 26 February 2021, 14:33:02 UTC
a550e2d check_random_state 25 February 2021, 15:02:58 UTC
7234aae fix bug 25 February 2021, 12:45:45 UTC
d28c74a tl.max to tl.where 25 February 2021, 12:16:43 UTC
3a789c1 complexity ratio for rho 25 February 2021, 12:16:43 UTC
4d6062e PEP8 25 February 2021, 12:16:43 UTC
806adfe PR review 25 February 2021, 12:16:43 UTC
12c6886 return_errors 25 February 2021, 12:16:43 UTC
761d299 authors, function names and exact string 25 February 2021, 12:16:43 UTC
4850118 PR review 25 February 2021, 12:16:43 UTC
b3757e5 sparsity 25 February 2021, 12:16:43 UTC
10a6518 PR review 25 February 2021, 12:16:43 UTC
dcd3ffc PR Review 25 February 2021, 12:16:43 UTC
d921527 PR review 25 February 2021, 12:16:43 UTC
771a9e5 typo 25 February 2021, 12:16:43 UTC
8be82dd PR Review 25 February 2021, 12:16:43 UTC
4cdc970 Apply suggestions from code review Co-authored-by: Jean Kossaifi <jean.kossaifi@gmail.com> 25 February 2021, 12:16:43 UTC
2b74309 Apply suggestions from code review Co-authored-by: Jean Kossaifi <jean.kossaifi@gmail.com> 25 February 2021, 12:16:43 UTC
97c8cb4 Update tensorly/decomposition/_nn_cp.py Co-authored-by: Jean Kossaifi <jean.kossaifi@gmail.com> 25 February 2021, 12:16:43 UTC
c780d1d Update tensorly/decomposition/_nn_cp.py Co-authored-by: Jean Kossaifi <jean.kossaifi@gmail.com> 25 February 2021, 12:16:43 UTC
back to top