Hi,
I was trying to create a new model from the common voice corpus (English).
As per the document I have downloaded the corpus en tar file.
Then extracted
bin/import_cv2.py --filter_alphabet path/to/some/alphabet.txt /path/to/extracted/language/archive
I am on this command -->
./DeepSpeech.py --train_files CommonVoice-2.0/corpus3-en/clips/train.csv --dev_files CommonVoice-2.0/corpus3-en/clips/dev.csv --test_files CommonVoice-2.0/corpus3-en/clips/test.csv --train_batch_size 12 --dev_batch_size 12 --test_batch_size 12 --learning_rate 0.0001 --epoch 95 --validation_step 5 --dropout_rate 0.30 --default_stddev 0.046875 --export_dir /opt/deepspeech/exportmodels --checkpoint /opt/deepspeech/checkpoint
But it is taking too long.
Please confirm once the command finishes it will bring like what inside the --> deepspeech-0.5.1-models
I assume it will create a new models file ( lm.binary, output_graph.pb, output_graph.pbmm, output_graph.tflite).