Conversion to ONNX

#1
by roseman - opened

I came across this just yesterday. I'm trying to employ SS ONNX models in .NET, however I am running into issues about shape incompatibility like josephrocca. Is your conversion script available publicly?

Hey @roseman , yep I linked the tflite-to-onnx conversion script in the readme of that repo: https://colab.research.google.com/gist/josephrocca/401efe82bf18ffe93d5f3deca7ed7515/notebook.ipynb]

I'm currently blocked on this issue for the encoder: https://github.com/onnx/tensorflow-onnx/issues/2059#issuecomment-1296301499

Please share your progress in getting it working on .NET (either here or in the github issues), since it may be helpful to others.

Thanks for the reply. I have the same issue with the encoder. Strange.

Inference with latest 1.3 files is OK now. However when reconstructing audio I get noise only. Maybe I'm missing something.

Sign up or log in to comment