snakers4 / silero-models

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

Silero-stt model used in tensorflow with python, can I use it in tensorflow .net? #134

Closed CentinelaBot closed 2 years ago

CentinelaBot commented 2 years ago

Hello, a beginner's question, I am using a tfhub.dev model, more specifically https://tfhub.dev/silero/silero-stt/es/1, the question is, I can load this model using for example tensorflow .net, instead of using it in python. That is, is a model made for tensorflow compatible or should it be compatible with tensorflow regardless of the environment where it ends up running?