I followed the steps given in Training 0.9.1
While running the bin/import_cv2.py
I did not specify the optional paramter--filter_alphabet path/to/some/alphabet.txt
. I got the .wav files for the .mp3 files which I downloaded from Common Voice.
I am getting the below error when I run the command python3 DeepSpeech.py --train_files ../data/CV/en/clips/train.csv --dev_files ../data/CV/en/clips/dev.csv --test_files ../data/CV/en/clips/test.csv
ValueError: Alphabet cannot encode transcript “it’s true then” while processing sample “{path to wav folder}/common_voice_en_22311413.wav”, check that your alphabet contains all characters in the training corpus. Missing characters are: [’’’].
Please let me know how to resolve this issue.