First of all, thanks a lot for this amazing project and your hard work!
In https://github.com/burn-rs/burn we are trying to load different ONNX models, convert them into burn models, and then use them on different backends. It would be fantastic if we could try your model too. Can you add a way to extract the ONNX model? Using PyTorch is quite feasible.
First of all, thanks a lot for this amazing project and your hard work!
In https://github.com/burn-rs/burn we are trying to load different
ONNX
models, convert them intoburn
models, and then use them on different backends. It would be fantastic if we could try your model too. Can you add a way to extract theONNX
model? Using PyTorch is quite feasible.Thanks a lot in advance!