https://github.com/tensorly/tensorly

sort by:
Revision Author Date Message Commit Date
bfda610 Pypi Worflow: use correct token for test pypi 14 April 2021, 11:14:29 UTC
7cc806c Bumb version 14 April 2021, 10:43:16 UTC
c1c1c45 Merge branch 'main' of https://github.com/tensorly/tensorly into main 14 April 2021, 10:41:32 UTC
42f782d Update release workflow 14 April 2021, 10:38:49 UTC
9859a59 DOC update: add CP-NN via HALS 14 April 2021, 10:38:49 UTC
dba13b1 FIX TT + Support order 1 CP tensors 14 April 2021, 10:38:49 UTC
dbf91d1 TTM: support a single core. 14 April 2021, 10:38:49 UTC
9513e5a fix sparsify 14 April 2021, 10:38:49 UTC
9962079 fixed modes and compatibility issues 14 April 2021, 10:38:49 UTC
3d9e9e1 DOC update: add CP-NN via HALS 13 April 2021, 22:57:57 UTC
3021101 FIX TT + Support order 1 CP tensors 13 April 2021, 08:11:17 UTC
76a6769 TTM: support a single core. 12 April 2021, 14:26:19 UTC
c9659cc Merge branch 'main' of https://github.com/tensorly/tensorly into main 12 April 2021, 10:07:42 UTC
ab5bbaf FIX tensor-train-matrix: return TTM not TT 12 April 2021, 10:07:15 UTC
634c4fc Merge pull request #255 from caglayantuna/fixed_modes Fixed modes now defaults to None + FIX compatibility issues 08 April 2021, 13:50:47 UTC
59b3770 Test CP: add true_rank and decomp rank 08 April 2021, 13:49:41 UTC
519520d fix sparsify 08 April 2021, 12:43:36 UTC
e27127f Adds tensordot to all backends 08 April 2021, 11:46:37 UTC
738de40 fixed modes and compatibility issues 06 April 2021, 19:13:09 UTC
004a6a9 Allowed TTs to have a single core and re-removed MPS entropy (#253) * Removed constraint that TT must have more than one core * Removed mps_entanglement_entropy 29 March 2021, 21:50:42 UTC
9811d7f Updated contributors list 29 March 2021, 11:26:18 UTC
7c9d410 Merge pull request #230 from caglayantuna/init_issue Fix CP init 23 March 2021, 11:31:00 UTC
c7b386c khatri_rao w/ einsum: fix when mask given 23 March 2021, 11:19:09 UTC
a607a74 mode_dot: take conj transpose for complex tensors 23 March 2021, 11:18:44 UTC
d65c138 Tenalg backend: option to specify via env variable 23 March 2021, 11:18:16 UTC
65a9c62 initial tensor option for CP 23 March 2021, 08:11:34 UTC
06393b2 Complex: remove conjugate 22 March 2021, 20:02:43 UTC
9d79811 Merge pull request #247 from merajhashemi/mh-complexcp Fix parafac for complex tensors 22 March 2021, 19:59:20 UTC
4e66afb Fix parafac for complex tensors 22 March 2021, 18:37:35 UTC
2e77bf1 Complex: use conjugate transpose 22 March 2021, 18:30:33 UTC
39414a9 Adds complex dtype 22 March 2021, 18:16:29 UTC
99d4004 FIX norm: complex support 22 March 2021, 12:06:02 UTC
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
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
back to top