Hi, In new alpha version the mozilla deepspeech team included a code to get the inf loss file.but, alpha version does not have pretrained model and also if you have huge dataset you have to wait for whole epochs to get the all inf loss file and also I find that if more inf file are trained , the good file files also getting inf loss.So I added line of code to convert the inf loss to zero so that the inf loss file will not get trained on the model. and also you can get the mostly real bad inf loss file.
Here the code I modified Deepspeech.py.
DeepSpeech_testing.py.zip (10.4 KB)
and you have to just copy and paste alpha version feeding.py and text.py in 0.5.1 ulti folder.
Thanks