Hello Everyone,
I am new to this community,
I trained Deepspeech model on Tamil Dataset from common voice.
Want to know that how to genrate an infrence ready model from latest checkpoint saved.
This is the command i use for training
Thanks for the rply @baconator
export_dir is empty. I deleted model earlier. After that it is empty.
Question: If i run training command and give epoch=1 then it could genrate the model in export_dir?
I run the test from checkpoints and it create the model in export dir, but the seems to failed as res string is empty. But when i train, loss is like max to 2 or 3 , What would be the reason for this empty string.
Those instructions are focused on the importer side of things, and they’re written for English. For training on non-English data you need to create your own external scorer or you need to disable it entirely (pass an empty scorer path: --scorer_path '').