snakers4 / silero-models

Silero Models: pre-trained speech-to-text, text-to-speech and text-enhancement models made embarrassingly simple
Other
4.96k stars 312 forks source link

Why does this library outputs to ONNX and tensorflow if Pytorch is still needed? #208

Closed DavidGOrtega closed 1 year ago

DavidGOrtega commented 1 year ago

👋 Having looked into the examples I have seen that despite that the model is converted into ONNX or TF you still need the Decoder in Pytorch. What is the benefit of the conversion then?