Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug Fix: When converting a tensor to a variable, clone if the tensor is alrea... | Jeffrey Dallatezza | 2024-04-29 | 1 | -2/+7 |
* | Detach the tensors on batch-norm eval. (#1702) | Laurent Mazare | 2024-02-13 | 1 | -0/+4 |
* | Improve the mnist training example. (#276) | Laurent Mazare | 2023-07-29 | 1 | -0/+27 |
* | Simplify Tensor::randn. (#255) | Laurent Mazare | 2023-07-27 | 1 | -10/+8 |
* | Add backtrace information to errors where relevant. (#166) | Laurent Mazare | 2023-07-14 | 1 | -3/+10 |
* | Add the SGD optimizer (#160) | Laurent Mazare | 2023-07-13 | 1 | -4/+3 |
* | Move the variable creation to the variable module. (#159) | Laurent Mazare | 2023-07-13 | 1 | -5/+87 |
* | Introduce the variables api used for adjusting parameters during the training... | Laurent Mazare | 2023-07-13 | 1 | -0/+30 |