summaryrefslogtreecommitdiff
path: root/candle-examples/examples/onnx
Commit message (Collapse)AuthorAgeFilesLines
* Update docs to reflect current usage of example (#1610)Tarek2024-02-041-4/+33
| | | modified: candle-examples/examples/onnx/README.md
* Add more models to the onnx example. (#1273)Laurent Mazare2023-11-052-0/+88
* Add more models to the onnx example. * Input validation. * Input validation. * Bugfix. * Implement clip. * BatchNorm support. * Get the efficientnet onnx to work.