louiskirsch / speechT

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

Segmentation Fault #11

Closed arpit601 closed 6 years ago

arpit601 commented 7 years ago

@timediv I am getting segmentation fault (core dumped) error while evaulating the model using language model (kenlm)

Starting input pipeline Begin evaluation Segmentation fault (core dumped)

louiskirsch commented 7 years ago

Please give information about

I suspect you may have not enough RAM.

arpit601 commented 7 years ago

@timediv version you are using -Ubuntu LTS 16.04 system hardware - 8 GPUs, 32vCPUs, 120GB ram kenlm tensorflow version - used source code to install tensorflow with kenlm from github. files you are using for kenlm - binary , vocabulary and trie

arpit601 commented 7 years ago

@timediv kenlm-english using bible that you have provided is running but it generates error when i try to use my kenlm folder that has binary, trie and vocabulary file .

arpit601 commented 7 years ago

@timediv problem has been resolved. I think i was not using config= cuda while building the trie .

louiskirsch commented 7 years ago

Hum, I don't think that makes a difference. There must be something else going wrong. Can you inspect the core dump?

arpit601 commented 7 years ago

How can i inspect the core dump ?

louiskirsch commented 6 years ago

Please reopen if you have more details about what is happening