yajiemiao / eesen

The official repository of the Eesen project
Apache License 2.0
202 stars 72 forks source link

the installation of eesen #11

Open wqn628 opened 8 years ago

wqn628 commented 8 years ago

hello , may I ask for some help ? while i install the essen by "./configure --use-cuda=yes --cudatk-dir=_/path/to/cudalibrary",I have no idea about the the path of the CUDA library.Anyone can help me? Any help is appreciated. @yajiemiao

liumengzhu commented 8 years ago

Maybe you can "locate cuda" or "locate cuda_library" to find the path.

yajiemiao commented 8 years ago

first you need to make sure that your cuda library has been installed by default, it is normally at /usr/local/ on linux

ferb2015 commented 6 years ago

Hello, It failed with bash: line 1: copy-feats: command not found bash: line 1: compute-fbank-feats: command not found

I installs with following steps: /tools $ make /src $./configure $ make depend $ make Is that right? And it reminds me that i didn't install openfst. So what should i do? Thank you very much.