Files
candle/candle-examples/examples/onnx
Laurent Mazare f365a075e5 Add more models to the onnx example. (#1273)
* Add more models to the onnx example.

* Input validation.

* Input validation.

* Bugfix.

* Implement clip.

* BatchNorm support.

* Get the efficientnet onnx to work.
2023-11-05 16:57:26 +01:00
..

Using ONNX models in Candle

This example demonstrates how to run ONNX based models in Candle, the model being used here is a small sequeezenet variant.

You can run the example with the following command:

cargo run --example squeezenet-onnx --release -- --image candle-examples/examples/yolo-v8/assets/bike.jpg