summaryrefslogtreecommitdiff
path: root/candle-examples/examples/dinov2
Commit message (Expand)AuthorAgeFilesLines
* Move the image tensor to the appropriate device. (#1856)Laurent Mazare2024-03-161-1/+1
* Adapt more examples to the updated safetensor api. (#947)Laurent Mazare2023-09-231-3/+1
* Add more example readmes. (#828)Laurent Mazare2023-09-121-0/+19
* Move more models to candle-transformers (#796)Laurent Mazare2023-09-101-279/+4
* Move the imagenet specific bits to a separate file. (#571)Laurent Mazare2023-08-231-2/+2
* Use the hub to retrieve dinov2 model weights. (#507)Laurent Mazare2023-08-181-2/+10
* Print the recognized categories in dino-v2. (#506)Laurent Mazare2023-08-181-2/+12
* Add the permute op (similar to pytorch). (#504)Laurent Mazare2023-08-181-2/+1
* dinov2 - read images from disk and compute the class probabilities (#503)Laurent Mazare2023-08-181-2/+9
* Add a vision transformer example (dino-v2). (#502)Laurent Mazare2023-08-181-0/+315