elenazy

Results 7 comments of elenazy

Hi, May be I failed in `make` command .Below is detail: `(kws-zy) cad-1@cad1-SYS-7048GR-TR:~/zhangying/speech_dtw$ **make** python setup.py build_ext --inplace running build_ext skipping 'speech_dtw/_dtw.c' Cython extension (up-to-date) ` Last time I installed...

Hi, I followed your advice and then `speech_dtw/_dtw.c` file indeed exists. `(kws-zy) cad-1@cad1-SYS-7048GR-TR:~/zhangying/speech_dtw/speech_dtw$ ls _dtw.c _dtw.pyx __pycache__ tests _dtw.cpython-36m-x86_64-linux-gnu.so __init__.py qbe.py ` But after run `make test` command ,I still...

Hi, The path to run `make test ` is same as run `make`: `/home/cad-1/zhangying/speech_dtw` which contains `MakeFile`, `utils`, `examples`...folder. I made a mistake replying to you and find `speech_dtw/speech_dtw/__init__.py` is...

> Hi! > > First of all, thank you for open souring the code. I have tried to replicate the results and I have found a few issues during the...

> Hi elenazy! Hi elenazy! Were you able to solve the problem? > Were you able to solve the problem? I havn't solve it. Maybe we can conmunicate with each...

> Elenazy I solve just adding "./" at the beggining. So "./phnrec -c ..." Hi, I followed your step and not succeed. ```javascript ➜ PhnRec uname -a Linux zhangying-ThinkPad-X230 5.4.0-42-generic...

Hi, I run `sudo apt-get install libatatlas-base-dev:i386 ` command on Linux and have solved this problem: ```javascript ➜ PhnRec ./phnrec USAGE: phnrec [options] -c dir configuration directory -l file list...