Thanks … When I created a new lm.binary with the v option. The generated scorer now looks normal with head command.
But unfortunately, the training fails with the same error again.
File “/home/teldeeb/ai/dsq7/training/deepspeech_training/train.py”, line 891, in early_training_checks
FLAGS.scorer_path, Config.alphabet)
File “/opt/anaconda3/lib/python3.7/site-packages/ds_ctcdecoder/init.py”, line 36, in init
raise ValueError(‘Scorer initialization failed with error code {}’.format(err))
ValueError: Scorer initialization failed with error code 1
Thanks, it’s now fixed after generating a new lm.binary and scorer. But the training fails to start with the scorer. Runs normally without the scorer, but this will not make an accurate model.
How can I get more verbose info about the failing scorer?
Adding to @reuben, maybe different alphabet files or unknown characters? Start building the language model from scratch works fine for me. Otherwise create a very simple langauge model from scratch and check that this working.