louiskirsch / speechT

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

tensorflow version? #14

Closed violeta7 closed 7 years ago

violeta7 commented 7 years ago

Thank you for this great project. Could you tell me which tensorflow version I have to install to run speechT? 1.0? 1.1? 0.9? older?

arpit601 commented 7 years ago

You have to install tensorflow with kenlm from the git hub source code to run the testing phase of the code. https://github.com/timediv/tensorflow-with-kenlm

For training phase you can use 1.0 . So i would recommend you to use the above link to install the tensorflow.