summaryrefslogtreecommitdiff
path: root/candle-core/src/variable.rs
Commit message (Expand)AuthorAgeFilesLines
* Bug Fix: When converting a tensor to a variable, clone if the tensor is alrea...Jeffrey Dallatezza2024-04-291-2/+7
* Detach the tensors on batch-norm eval. (#1702)Laurent Mazare2024-02-131-0/+4
* Improve the mnist training example. (#276)Laurent Mazare2023-07-291-0/+27
* Simplify Tensor::randn. (#255)Laurent Mazare2023-07-271-10/+8
* Add backtrace information to errors where relevant. (#166)Laurent Mazare2023-07-141-3/+10
* Add the SGD optimizer (#160)Laurent Mazare2023-07-131-4/+3
* Move the variable creation to the variable module. (#159)Laurent Mazare2023-07-131-5/+87
* Introduce the variables api used for adjusting parameters during the training...Laurent Mazare2023-07-131-0/+30