Hi guys,
Sorry for my bad English!
I’m not professional with deep learning and DeepSpeech. I just wanna learn my Persian(Farsi) model for my internship project.
I have Geforce 1060 GTX, AMD Ryzen 5 2600 Six-Core Processor and 12 GB Ram.
I learned my model using the documentation with Cuda. I installed Cuda and the cudnn in my system.
So, now I wanna test my model and check model with a .wav file. after I run my model I get this error:
I leaned my model with this command:
python ./DeepSpeech.py --train_files /home/mohammad/Documents/DeepSpeech/Farsi/clips/train.csv --epochs 1 --export_dir /home/mohammad/Documents/DeepSpeech/Farsi --checkpoint_dir /home/mohammad/Documents/DeepSpeech/Farsi/checkpoints --alphabet_config_path /home/mohammad/Documents/DeepSpeech/Farsi/alphabet.txt
and test my model with this command:
deepspeech --model /home/mohammad/Documents/DeepSpeech/Farsi/output_graph.pb --alphabet /home/mohammad/Documents/DeepSpeech/Farsi/alphabet.txt --audio /home/mohammad/Documents/DeepSpeech/Farsi/clips/common_voice_fa_18202356.wav
So, what am I doing wrong?