louiskirsch / speechT

An opensource speech-to-text software written in tensorflow
Apache License 2.0
158 stars 36 forks source link

Compile kenlm with tensorflow #6

Closed arpit601 closed 7 years ago

arpit601 commented 7 years ago

Hey Louis !!! How did you integrate kenlm with tensorflow ??

As of now tensorflow decoder does not have kenlm argument . I went through the reference given by you also but things are still not clear .

louiskirsch commented 7 years ago

Just follow the instructions on how to compile and install tensorflow https://github.com/timediv/tensorflow-with-kenlm/blob/master/tensorflow/g3doc/get_started/os_setup.md#installing-from-sources

And use https://github.com/timediv/tensorflow-with-kenlm as the sources.

arpit601 commented 7 years ago

I have pre installed tensorflow on gpu machine. So, do I have to install tensorflow- with-kenlm from starting again ?

louiskirsch commented 7 years ago

yes, but it's not that hard

violeta7 commented 7 years ago

I encountered "404 not found"with the above link. (https://github.com/timediv/tensorflow-with-kenlm/blob/master/tensorflow/g3doc/get_started/os_setup.md#installing-from-sources) Could you please give me any suggestions?

lscaria commented 7 years ago

same! could you relink the install from sources documentation?