Replies: 3 comments
-
[ |
Beta Was this translation helpful? Give feedback.
-
any update on this?
|
Beta Was this translation helpful? Give feedback.
-
Has any one manage to figure this out as I'm also seeing a similar problem. I have an open SO question about it here |
Beta Was this translation helpful? Give feedback.
-
[
[[Mahdi_Mohammadpour_Fard
[August 4, 2020, 6:59am]
Hi,
After moving to new released deep speech version 0.8.0, when I use old
scorer file generated by following commands, everything works fine:
./lmplz slash --text both.txt -S 20% slash --arpa words.arpa slash --o 3
slash --discount_fallback slash
./build_binary -T -s trie words.arpa lm.binary
and then using generate_package.py to generate scorer file.
But now when I use following command:
generate_lm.py slash --input_txt test.txt slash --output_dir . slash --top_k 500000
slash --kenlm_bins .../build/bin/ slash --arpa_order 3 slash --max_arpa_memory '20%'
slash --arpa_prune '0 slash |0 slash |1' slash
and then using native client generate_scorer_package to generate scorer
file, deep speech returns empty string for every input file. There is no
problem with loading scorer file, but it does not work.
Can someone help me pleas?
[This is an archived TTS discussion thread from discourse.mozilla.org/t/deep-speech-returns-empty-with-new-scorer]
Beta Was this translation helpful? Give feedback.
All reactions