summaryrefslogtreecommitdiff
path: root/candle-examples/examples/yolo-v3
Commit message (Expand)AuthorAgeFilesLines
* Clippy fixes for 1.81.0. (#2461)Laurent Mazare2024-09-051-3/+3
* Add support for Llama 3.1 (#2359)Eric Buehler2024-07-261-1/+1
* onnx: fix pad, unsqueeze (#2317)shua2024-07-231-1/+1
* Bump the version number to 0.5.1. (#2155)Laurent Mazare2024-05-031-2/+2
* Fix clippy lints for 1.76. (#1682)Laurent Mazare2024-02-081-1/+1
* Do not implement Module for BatchNorm. (#1513)Laurent Mazare2024-01-011-1/+1
* Ensure to copy data to cpu before iterating. (#1360)Marcus Asteborg2023-11-231-0/+1
* Make func cloneable. (#1137)Laurent Mazare2023-10-201-1/+1
* Adapt more examples to the updated safetensor api. (#947)Laurent Mazare2023-09-231-3/+1
* Move more models to candle-transformers (#796)Laurent Mazare2023-09-101-1/+1
* Automatic mask generation (#779)Laurent Mazare2023-09-081-2/+2
* Dilated convolutions (#657)Laurent Mazare2023-08-291-0/+1
* More support for pose estimation in yolo-v8. (#599)Laurent Mazare2023-08-251-0/+1
* Add some group parameter to convolutions. (#566)Laurent Mazare2023-08-231-1/+5
* Move the yolo shared bits to a common place. (#548)Laurent Mazare2023-08-222-131/+32
* Add yolo v8 as an example (#541)Laurent Mazare2023-08-211-0/+1
* Retrieve the yolo-v3 weights from the hub. (#537)Laurent Mazare2023-08-211-4/+32
* Some fixes for yolo-v3. (#529)Laurent Mazare2023-08-203-40/+85
* Add a yolo-v3 example. (#528)Laurent Mazare2023-08-204-0/+1321