summaryrefslogtreecommitdiff
path: root/candle-nn/examples/basic_optimizer.rs
Commit message (Expand)AuthorAgeFilesLines
* Add the optimizer trait. (#702)Laurent Mazare2023-09-011-1/+1
* Add a yolo-v3 example. (#528)Laurent Mazare2023-08-201-0/+6
* Add a simple Module trait and implement it for the various nn layers (#500)Laurent Mazare2023-08-181-1/+1
* Add a basic optimizer example. (#454)Laurent Mazare2023-08-151-0/+33