summaryrefslogtreecommitdiff
path: root/candle-examples/examples/resnet
Commit message (Collapse)AuthorAgeFilesLines
* Move the image tensor to the appropriate device. (#1856)Laurent Mazare2024-03-161-1/+1
|
* Expose the larger resnets (50/101/152) in the example. (#1131)Laurent Mazare2023-10-192-0/+26
|
* Add a readme for the resnet example. (#1129)Laurent Mazare2023-10-191-0/+19
|
* Experiment with resnet (#1128)Laurent Mazare2023-10-191-0/+76
* Add some preliminary support for resnet. * Add an actual resnet example.