unit8co / darts

A python library for user-friendly forecasting and anomaly detection on time series.
https://unit8co.github.io/darts/
Apache License 2.0
7.87k stars 851 forks source link

onnx #1890

Open jalalmzh opened 1 year ago

jalalmzh commented 1 year ago

Which darts time series model (Forecasting Models) suport onnx?(I was a little confused)

madtoinou commented 1 year ago

Hi @jalalmzh,

At the moment, ONNX support is not provided by darts. There are some workarounds to export the torch-based models but loading them and running inference is not straightforward at the moment.

This feature in our backlog and if you would like to implement it, contributions are welcome!