tarekeldeeb / DeepSpeech-Quran

A TensorFlow implementation of Baidu's DeepSpeech architecture
Mozilla Public License 2.0
85 stars 17 forks source link

Accuracy on the model provided #16

Closed Sadmansamee closed 3 years ago

Sadmansamee commented 3 years ago

I have made a sample demo Android project with the provided model with this repository, I can't really get enough accuracy, how do I improve it?

tarekeldeeb commented 3 years ago

This is an issue with Android. Converting the graph to a tflite somehow destroys the accuracy. This is a known issue. I'm still searching for a solution.