https://github.com/rballester/tntorch

sort by:
Revision Author Date Message Commit Date
920c662 added torch version dependency + used opt_einsum for tt_matrix 23 May 2022, 23:49:46 UTC
998b65e used lstsq from torch 1.11 20 April 2022, 15:14:52 UTC
6d2a62a All cores are equally rescaled when muultiplying by scalar 07 February 2022, 13:05:08 UTC
d3f90ba Merge pull request #31 from Aelphy/master added complex dtype 23 January 2022, 18:27:17 UTC
6ccd3de added complex dtype 23 January 2022, 18:20:48 UTC
073e728 Merge pull request #30 from Aelphy/master Added diffcross, made maxvolpy optional, small fixes 23 January 2022, 16:31:05 UTC
7121cd7 Added diffcross, made maxvolpy optional, small fixes 20 January 2022, 11:02:06 UTC
d255773 Added matrix trace() 08 October 2021, 07:44:43 UTC
9dc89ef Device fix in _full_rank_tt 10 September 2021, 02:31:47 UTC
f463121 Merge pull request #29 from Aelphy/master added TTMatrix 08 September 2021, 10:11:46 UTC
0399ac4 added TTMatrix 04 September 2021, 21:34:46 UTC
f78eb2e Removed legacy function partial0() 04 September 2021, 13:21:56 UTC
b88a826 Mode reordering 01 September 2021, 22:29:16 UTC
a00c606 Convolution between two tensors 01 September 2021, 22:28:23 UTC
55a93d4 Improved derivative tools 01 September 2021, 17:33:36 UTC
865ead5 sample() accepts now a seed 01 September 2021, 15:46:55 UTC
33de819 squeeze fix 01 September 2021, 15:46:34 UTC
47aa01c Merge pull request #28 from Aelphy/master Refactoring + setitem fix 01 September 2021, 15:45:59 UTC
39f4d4e removed batch support from non main functions 29 August 2021, 15:09:18 UTC
2642ebf improved set_item 29 August 2021, 02:50:06 UTC
7ed4a3d Merge branch 'master' of https://github.com/rballester/tntorch 13 August 2021, 16:56:39 UTC
3d5bf10 Refactoring 08 August 2021, 13:42:08 UTC
268e000 Merge pull request #27 from Aelphy/master Moved to pytorch 1.9.0 08 August 2021, 06:22:09 UTC
8f460c8 fixed mul 07 August 2021, 22:36:04 UTC
483b607 Fixed summation 07 August 2021, 22:22:07 UTC
b79dc6e changed matmuls to @ 05 August 2021, 19:59:36 UTC
7627605 unified lstsq calls for diffcross 03 August 2021, 19:00:41 UTC
ff02c50 updated to pytorch 1.9.0 31 July 2021, 14:57:53 UTC
128ebe6 Merge branch 'master' of https://github.com/rballester/tntorch 24 February 2021, 10:31:39 UTC
85c9085 Better interpolation and derivatives 24 February 2021, 10:31:35 UTC
830d801 Merge pull request #23 from Aelphy/master fixed nonzero warning 22 February 2021, 17:57:39 UTC
5915a00 fixed nonzero warning 22 February 2021, 17:01:42 UTC
f727e27 Merge branch 'master' of https://github.com/rballester/tntorch 08 December 2020, 16:06:39 UTC
fc9c072 PCEInterpolator: more robust and better quanization 08 December 2020, 16:06:24 UTC
29deb45 Version bump 06 November 2020, 09:10:59 UTC
cb89201 empirical_marginals() 19 October 2020, 18:09:20 UTC
3cd4ae2 Minors 17 October 2020, 08:54:33 UTC
00c10d0 PCE tutorial 16 October 2020, 07:52:21 UTC
b51635f Improved handling of tensor domain in PCEInterpolator 16 October 2020, 07:49:50 UTC
3a56efe More improvements to PCEInterpolator 15 October 2020, 07:27:18 UTC
2cd254b Automatic nnz selection for PCE 14 October 2020, 19:18:23 UTC
ec7844c Fixes in round_tt() and numel() 14 October 2020, 07:50:01 UTC
415084b Improved PCE's numerical stability 13 October 2020, 21:14:56 UTC
5e22370 Cosmetics 13 October 2020, 18:57:34 UTC
290b1c6 pce_interpolation() is now class PCEInterpolator 13 October 2020, 18:47:39 UTC
54bdec9 pce_interpolation() 12 October 2020, 19:11:57 UTC
2781ba2 pce_interpolation() 12 October 2020, 19:05:18 UTC
2077efc sparse_tt_svd() 11 October 2020, 18:42:50 UTC
f821af4 Minor 11 October 2020, 08:06:34 UTC
cdf902f Support for TT ALS completion 11 October 2020, 08:04:13 UTC
0b4f5b3 Merge pull request #20 from aiboyko/master no more crashes of partial() on GPU 26 September 2020, 11:45:29 UTC
59e19f8 partial no more crashes on GPU 25 September 2020, 00:44:35 UTC
38e38f4 Active subspace fix 23 September 2020, 20:02:39 UTC
1b3737a pip installation is now supported 20 August 2020, 09:45:29 UTC
d8d09d1 Version bump 20 August 2020, 09:36:49 UTC
88c6705 Affiliation update 20 August 2020, 08:51:04 UTC
7731f09 Merge pull request #19 from aiboyko/master Fixed errors on GPU. Removed annoying memory leak. 11 July 2020, 19:30:11 UTC
096faf7 Update cross.py 11 July 2020, 04:50:34 UTC
c04268b Fixed crashes of mask() on GPU 20 June 2020, 12:30:51 UTC
f007ab7 Fixed crashes of CROSS on GPU 20 June 2020, 12:29:52 UTC
67f8679 Fixed memory leak in loss history 20 June 2020, 12:29:01 UTC
7c0d489 Merge pull request #18 from Aelphy/master fixed error handling 11 March 2020, 13:52:28 UTC
210468c fixed error handling 11 March 2020, 13:43:13 UTC
00bc743 truncate_anova() fixes 06 March 2020, 08:55:43 UTC
47844ec Merge pull request #17 from Aelphy/fix/batched_truncated_svd fixed batched truncated_svd 23 February 2020, 19:08:23 UTC
88bd6c8 fixed batched truncated_svd 23 February 2020, 19:00:11 UTC
776cb62 Merge pull request #16 from Aelphy/master added indexing tests 25 October 2019, 14:42:26 UTC
81f0606 added indexing tests 24 October 2019, 18:55:05 UTC
f335dee Merge pull request #15 from Aelphy/feature/detached_evaluation added detach paramete to cross 23 October 2019, 09:11:27 UTC
4ff467f added detach paramete to cross 22 October 2019, 14:59:38 UTC
ffd08bc Merge pull request #14 from Aelphy/feature/to added .to method 14 October 2019, 07:16:30 UTC
7933db0 added .to method 12 October 2019, 17:49:07 UTC
a59ace9 Merge pull request #13 from Aelphy/master fixed issue with where 04 October 2019, 10:40:18 UTC
0df2c44 fixed issue with where 03 October 2019, 16:12:06 UTC
d4bdfca Merge pull request #12 from Aelphy/feature/index_batch_dimension Feature/index batch dimension 19 September 2019, 21:46:43 UTC
46c3ace fixed batch indexing 19 September 2019, 19:09:57 UTC
c66e1dd fixed batch indexing 17 September 2019, 15:01:29 UTC
e380d57 Merge pull request #11 from Aelphy/feature/index_batch_dimension Feature/index batch dimension 17 September 2019, 08:21:35 UTC
5c69b0d Merge branch 'master' of https://github.com/rballester/tntorch 16 September 2019, 19:05:50 UTC
2361952 fixed indexing by batch axis 16 September 2019, 19:05:40 UTC
4a79254 Update README.md 05 September 2019, 07:25:42 UTC
2d24b17 removed batch_tensor_norm 30 August 2019, 20:09:42 UTC
0bbc2eb Merge pull request #10 from Aelphy/master fixed rank truncation 30 August 2019, 10:09:32 UTC
0bdfb41 fixed rank truncation 30 August 2019, 06:26:16 UTC
a9fd07f Merge pull request #9 from Aelphy/feature/diff_cp Fixed rank selection for batch case 29 August 2019, 14:07:10 UTC
06ae102 fixed rank selection for batch 29 August 2019, 13:57:58 UTC
c869119 added eig test, removed one loop in ttsvd 29 August 2019, 12:14:13 UTC
8930db3 Merge pull request #8 from Aelphy/feature/diff_cp Made cp decomposition procedure differentiable, fixed problems with eig 28 August 2019, 18:26:25 UTC
b8fae35 fixed problems with differentiation 27 August 2019, 23:16:10 UTC
aadc33f fixed problems with eig 27 August 2019, 23:09:23 UTC
d560e52 Made cp decomposition procedure differetiable 26 August 2019, 20:22:04 UTC
292fd61 Merge pull request #7 from Aelphy/feature/batch Added batch functionality, so far tested with creation and decompression only 25 August 2019, 08:43:07 UTC
c18fca0 Fixed tucker and cp batch 24 August 2019, 16:20:40 UTC
4466e66 fixed mistakes in batch TTSVD 23 August 2019, 19:11:58 UTC
66f88d2 finished batching for compression and decompression 23 August 2019, 15:42:17 UTC
3948051 continued work on batching 22 August 2019, 19:19:52 UTC
14a061b added cross gpu 17 August 2019, 18:21:13 UTC
a4a84d4 started batch switch 17 August 2019, 06:51:23 UTC
0a88577 cross minors; pad() 16 August 2019, 06:46:40 UTC
020694a numel() -> numcoef() fix in notebooks 20 June 2019, 14:52:01 UTC
back to top