How can I use my model?

Hi, I was training a model and now i want to use it, what do i have to do? My trained model is of spanish language.

Yous should be able to export it in to a protobuf file and use it from the commandline client just as our release model is used. (I assume you’ve made an alphabet.txt, lm.binary and trie also.)

Yes, I have a output_graph.pb, alphabet.txt, lm.binary and trie, but how can i use it?

Try running

deepspeech -h

This should tell you how to pass the arguments.