lm_optimizer.py error: NameError: name 'lm_opt' is not defined #2192
Unanswered
FrontierDK
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey man, I had this problem today aswell and needed about 2 hours to solve it. You have an old version of lm_optimize.py. Solution 1: Download the latest version of lm_optimize.py one here https://github.com/coqui-ai/STT/blob/main/training/coqui_stt_training/util/lm_optimize.py After that it should start. Hope this helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all.
When running the lm_optimizer.py, it does run and the 3 files are generated.
I Writing train set to /home/me/files/train.csv
I Writing dev set to /home/me/files/dev.csv
I Writing test set to /home/me/files/test.csv
But, it also finishes with an error.
Beta Was this translation helpful? Give feedback.
All reactions