Files
candle/candle-examples/examples/squeezenet-onnx
Laurent Mazare 928a9d906e [ONNX] Do not generate values for constants. (#1272)
* Do not generate values for constants.

* Add an onnx based example using squeezenet.
2023-11-05 11:23:14 +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