nbigaouette / onnxruntime-rs

Rust wrapper for Microsoft's ONNX Runtime (version 1.8)
Apache License 2.0
276 stars 99 forks source link

Training #100

Open rhobro opened 2 years ago

rhobro commented 2 years ago

Hi there,

I know that ort supports training. How does one go about doing that with the Rust version?

Thanks.