While training, facing an error

I am training my own model. I am following the documentation, but when I run the following 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

I got this error:

Traceback (most recent call last):
File “DeepSpeech.py”, line 12, in
ds_train.run_script()
File “/content/gdrive/My Drive/project/DeepSpeech/training/deepspeech_training/train.py”, line 955, in run_script
absl.app.run(main)
File “/usr/local/lib/python3.7/dist-packages/absl/app.py”, line 303, in run
_run_main(main, args)
File “/usr/local/lib/python3.7/dist-packages/absl/app.py”, line 251, in _run_main
sys.exit(main(argv))
File “/content/gdrive/My Drive/project/DeepSpeech/training/deepspeech_training/train.py”, line 922, in main
early_training_checks()
File “/content/gdrive/My Drive/project/DeepSpeech/training/deepspeech_training/train.py”, line 907, in early_training_checks
FLAGS.scorer_path, Config.alphabet)
File “/usr/local/lib/python3.7/dist-packages/ds_ctcdecoder/init.py”, line 42, in init
raise ValueError(‘Scorer initialization failed with error code {}’.format(err))
ValueError: Scorer initialization failed with error code 8198

P.s: I gave the right file path.

Please make an effort and read the error codes / doc, 0x2006 is APPLY(DS_ERR_SCORER_INVALID_LM, 0x2006, "Could not recognize language model header in scorer.") from https://deepspeech.readthedocs.io/en/r0.9/Error-Codes.html

So whatever you did (which you did not documented correctly) is wrong. Since you don’t give much details, we can’t help.

I think it is the git-lfs problem. What should I do?

Please do as documented on the linked post: share actionable infos.