summaryrefslogtreecommitdiff
path: root/candle-examples/examples/vit
Commit message (Collapse)AuthorAgeFilesLines
* Move the image tensor to the appropriate device. (#1856)Laurent Mazare2024-03-161-1/+1
|
* Readme updates. (#1134)Laurent Mazare2023-10-201-0/+20
|
* Add some vision transformers models (#1132)Laurent Mazare2023-10-191-0/+59
* Start adding vision-transformers. * Add self-attn. * More vision transformers. * vit-vit. * Add the actual vit model. * Add the example code for the vision transformers.