Hello everyone!
I have a quite noob question.
I train deepspeech model on gpu, checkpoints are saved to the folder ‘checkpoints’.
If I interrupt a training process, how can I use checkpoints of model to make predictions?
For example, I want to see what model predicts to some wav-file.
I need to generate csv-file which describes this wav-file? And how to check a model?
Thanks a lot for your attention, I will appreciate any help or link.
Haven’t tried it myself but you can look inside DeepSpeech.py, there’s an option “one_shot_infer” which should allow what you are looking for.
Alternatively, if you have specified the export_dir during your training, the pb model that has been generated can be used with the deepspeech-gpu command line utility that can be installed using pip.