Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

download language model issue #537

Open
ghost opened this issue May 7, 2020 · 0 comments
Open

download language model issue #537

ghost opened this issue May 7, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented May 7, 2020

Hello guys.
I tried to use language model for inference.
I've successfully built custom tensorflow (https://nvidia.github.io/OpenSeq2Seq/html/installation.html#how-to-build-a-custom-native-tf-op-for-ctc-decoder-with-language-model-optional).
But after it, when I try to run
./scripts/download_lm.sh,
it gives

Reading 4-gram-lower.arpa
----5---10---15---20---25---30---35---40---45---50---55---60---65---70---75---80---85---90---95--100


Identifying n-grams omitted by SRI
----5---10---15---20---25---30---35---40---45---50---55---60---65---70---75---80---85---90---95--100


Quantizing
----5---10---15---20---25---30---35---40---45---50---55---60---65---70---75---80---85---90---95--100


Writing trie
----5---10---15---20---25---30---35---40---45---50---55---60---65---70---75---80---85---90---95--100


SUCCESS
INFO: Skipping trie generation, since no custom TF op based CTC decoder found.
INFO: Please use Baidu CTC decoder with this language model.

How can I build language model?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants