sort by:
Revision Author Date Message Commit Date
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
e566aa4 Cleanup 03 May 2019, 08:47:54 UTC
1871940 Default dtype is no longer set 03 May 2019, 08:30:33 UTC
ce23dec hadamard_sum() and k-th order moments 12 April 2019, 15:41:14 UTC
3483582 Index sets in cross are now integers 12 April 2019, 08:11:49 UTC
85256c8 Functions to find global maximum/minimum of a tensor 11 April 2019, 08:09:40 UTC
b1f90c3 More (minor) fixes 19 March 2019, 18:15:52 UTC
86a7563 Fixes 18 March 2019, 10:09:54 UTC
a19adf0 Fixed CP-ALS bug 15 March 2019, 16:01:43 UTC
bc9e29d doc minors 15 March 2019, 14:22:22 UTC
1b2bb19 Support for many element-wise operations using cross-approximation 15 March 2019, 14:20:47 UTC
6da94d6 Skewness and kurtosis 15 March 2019, 13:02:52 UTC
0121ed5 Support for many element-wise operations using cross-approximation 15 March 2019, 12:59:31 UTC
56b4a70 Automatic rank increase & selection in cross() 14 March 2019, 14:22:09 UTC
df48d47 Polished cross() 12 March 2019, 10:32:22 UTC
2f2f4e7 Polished cross() 12 March 2019, 09:55:34 UTC
e317f1f Better cross info 11 March 2019, 17:36:15 UTC
c946453 Functions for cross() accept now vectors separated by commas 11 March 2019, 14:18:21 UTC
a386e76 readme and conf 08 March 2019, 09:51:46 UTC
5ba33d9 Cross approximation 07 March 2019, 16:48:15 UTC
e2fc760 Cross approximation 07 March 2019, 16:45:29 UTC
480d78a arg fixes in create.py 07 March 2019, 09:40:50 UTC
5c94841 arange() 07 March 2019, 09:36:23 UTC
d0844b3 eye() 07 March 2019, 09:27:09 UTC
47f70fa Tensor constructor has now requires_grad option 07 March 2019, 09:26:30 UTC
89690d4 unsqueeze() 07 March 2019, 09:04:57 UTC
595609a Improved mean() 06 March 2019, 19:09:28 UTC
21bcbbf Periodicity option for partial derivatives 06 March 2019, 19:09:05 UTC
b18744b Better linspace/logspace 06 March 2019, 19:08:33 UTC
a31a875 Added normalize option for sobol() 27 February 2019, 16:15:06 UTC
ab1651c docstrings 21 February 2019, 08:30:32 UTC
a282327 Improved documentation 19 February 2019, 13:50:59 UTC
55aa6bd Readthedocs adjustments 18 February 2019, 14:49:41 UTC
07c9647 README 15 February 2019, 19:23:34 UTC
46112ab Fixes for CUDA tensors 13 February 2019, 15:45:32 UTC
a8d6f43 Fixed links to notebooks 11 February 2019, 15:24:54 UTC
0730cc6 logo_only 11 February 2019, 14:42:00 UTC
d038a21 Test fixes 11 February 2019, 14:36:10 UTC
ac97f85 documentation + logo 11 February 2019, 14:05:35 UTC
5cbbc25 documentation + logo 11 February 2019, 14:04:13 UTC
d2aff8d documentation + logo 11 February 2019, 13:57:29 UTC
882feda docstrings 08 February 2019, 16:16:04 UTC
d77c685 Preparing readthedocs 08 February 2019, 15:50:29 UTC
back to top