summaryrefslogtreecommitdiff
path: root/candle-examples/examples/onnx/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add more models to the onnx example. (#1273)Laurent Mazare2023-11-051-0/+78
* Add more models to the onnx example. * Input validation. * Input validation. * Bugfix. * Implement clip. * BatchNorm support. * Get the efficientnet onnx to work.