Tag: onnxruntime
All the articles with the tag "onnxruntime".
-
A New Choice for Efficient Inference in Rust: Model Deployment Practice Based on ONNX Runtime
Published date:This article introduces how to deploy models using Rust and ONNX Runtime, taking ResNet50 as an example, detailing the entire process of model export, loading, data preprocessing, inference, and post-processing, while analyzing its advantages and disadvantages.