I’m having an issue running evaluate_tflite.py (v0.7.4)
python3 evaluate_tflite.py
Traceback (most recent call last):
File "evaluate_tflite.py", line 13, in <module>
from deepspeech import Model
ModuleNotFoundError: No module named 'deepspeech'
Tried to look for the Model definition but couldn’t find it anywhere in the code. Any guidance would be much appreciated.