Yichi Huang

Results 7 issues of Yichi Huang

I want to output the phone alignment and word alignment information of the input audio. I tried using `do-phone-alignment=true` to yaml config file but there was still no relevant alignment...

samples文件夹里的例子可以在win7下运行吗? 我运行 `python index.py`之后,用浏览器打开 `http://localhost:5000` 显示 `404 Not Found`

2019-06-07 10:14:15.675 ERROR 5812 --- [ restartedMain] com.zaxxer.hikari.pool.HikariPool : master-database-connection-pool - Exception during pool initialization. com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds...

Hi, I download the `speech_data.py` and `speaker_classifier_tflearn.py`. When I run the `speaker_classifier_tflearn.py`, I got errors as follows: `Traceback (most recent call last): File "speaker_classifier_tflearn.py", line 28, in model = tflearn.DNN(net)...

import kaldi_io Traceback (most recent call last): File "", line 1, in File "kaldi_io/init.py", line 243, in from kaldi_io_internal import * ImportError: kaldi_io/kaldi_io_internal.so: undefined symbol: _ZN5kaldi9SemaphoreD1Ev when I import kaldi_io,...

Hi, I saw the code in `spk_dnn.py` and I don't have idea about the function `def queryWS(nameKW)` , which is defined as follows: `def queryWS(nameKW): a = { 'government': 75,...

Hi, I got a speech dataset, the length of each recording ranges from 2s~5s. How I run your code with my dataset? Can you give me some advice. Thanks.