Testing with the new binaries on RPi that @lissyx provided I am having accuracy issues. I am testing with the following: Binaries Sample model
2830-3980-0043.wav file which can be found here
I didn’t try the exact same files on x86 Ubuntu but using the same audio file with those model files gives accurate results.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
2
Wait, I did not noticed you were still using the output_graph.pb from TaskCluster ; this is an overfitted model exclusively dedicated to test, it has no purpose and it is actually expected to perform bad on anything different than LDC93S1
But these are the files I had the error with. Did you update them in the meantime?
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
6
The error were related to the binaries published, not the model which should be fine: output_graph.pb.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
7
@fotiDim Can you check that, please ? There may be multiple reasons for bad results, but as long as you use our model and samples you should get good results.
@lissyx I am fairly sure that are exactly the files that I tried on the first place when you provided the working binary. But just to double check I will give it another go within the weekend so please bear with me until then.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
9
@fotiDim I just re-tested, and I get the same result on my RPi3 and on my laptop on your same sample:
On my laptop:
alex@portable-alex:~/tmp/deepspeech$ ./deepspeech models/output_graph.pb audio/2830-3980-0043.wav models/alphabet.txt -t
2017-12-20 12:43:52.266225: I tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
experience proves les
cpu_time_overall=8.36112 cpu_time_mfcc=0.00293 cpu_time_infer=8.35819
Also you are getting experience proves les. On my PC I was getting experience proves this which happens to be the right text. Not sure why you are getting inaccuracy.
Let me know if I can run another test or trace some logs somewhere.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
11
Don’t feel sorry for the delay :/. But as you can see in my post above, I don’t have any problem on RPi3, so I don’t know what is wrong on your side. Can you ensure that: