Hello
I am training my own model with portuguese dataset from Mozilla Comon Voice. I am using Colab for that.
Running this line:
!/content/DeepSpeech/bin/import_cv2.py --filter_alphabet /content/DeepSpeech/data/alphabet.txt ‘/content/drive/My Drive/pt-language’
I got this issue:
Loading TSV file: /content/drive/My Drive/pt-language/test.tsv
Importing mp3 files…
WARNING: No --validate_label_locale specified, your might end with inconsistent dataset.
WARNING: No --validate_label_locale specified, your might end with inconsistent dataset.
Can someone help me, please?
Thanks.