summaryrefslogtreecommitdiff
path: root/candle-nn/src/init.rs
Commit message (Collapse)AuthorAgeFilesLines
* VarBuilder cleanup (#627)Laurent Mazare2023-08-271-0/+6
| | | | | | | | | * VarBuilder cleanup. * Implement the basic varbuilders. * Add the sharded code. * Proper support for tensor sharding.
* Improve the mnist training example. (#276)Laurent Mazare2023-07-291-4/+36
| | | | | | | * Improve the mnist training example. * Add some initialization routine that can be used for nn. * Proper initialization in the mnist example.
* Sketch the tensor initialization module. (#134)Laurent Mazare2023-07-111-0/+109