umr-lops / sarwaveifrproc

SAR sea state Ifremer processor
https://cerweb.ifremer.fr/datarmor/sarwave/documentation/processor/sar/sarwaveifrproc/html/
MIT License
4 stars 1 forks source link

investigate usefulness of `onnx` #19

Open agrouaze opened 3 months ago

agrouaze commented 3 months ago

https://onnx.ai/ is both a format to store NN models independently of the pytorch or keras version and a "runtime" that allow to do predictions. This ticket to investigate potential usage of this "framework" to replace "keras" on the inference part.