Hi
I have a question about deepspeech STT training. I use this final command to start training process:
python3 /home/files/DeepSpeech/DeepSpeech.py --alphabet_config_path /home/files/DeepSpeech/data/alphabet.txt --train_files /home/files/audiosamples/clips/train.csv --dev_files /home/files/audiosamples/clips/dev.csv --test_files /home/files/audiosamples/clips/test.csv --train_cudnn true --checkpoint_dir /home/files/checkpoints/ --export_dir /home/files/exported_model/
I didn’t use the scorer_path
flag in this command, does deepspeech use any scorer by default or any internal scorer???