Automatic_Speech_Recognition icon indicating copy to clipboard operation
Automatic_Speech_Recognition copied to clipboard

End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow

Results 72 Automatic_Speech_Recognition issues
Sort by recently updated
recently updated
newest added

在用timit数据集和capsule network 模型,具体参数如下:--mode train --level phn --model CapsuleNetwork --rnncell lstm --num_layer 2 --activation sigmoid --optimizer adam 运行出现如下错误: tensorflow.python.framework.errors_impl.InvalidArgumentError: sequence_length(0)

Hi! Can you tell which tensorflow version is required for running this? It would be a great help. Thank you!

您好! 我在运行您github上的代码时,已经运行成功了libri_preprocess.py,然后再运行训练的代码出现了一个错误,如下所示: [gpu3@localhost main]$ python libri_train.py Initializing Epoch 1 ... Traceback (most recent call last): File "libri_train.py", line 281, in runner.run() File "libri_train.py", line 216, in run feed_dict=feedDict) File "/home/gpu3/anaconda2/lib/python2.7/site-packages/tensorflow/python/client/session.py",...

I have an error when running with the DeepSpeech2 model. Any idea with this problem is welcome. I have tried tensorflow version 1.1-1.4. All failed Traceback (most recent call last):...

Hi all, I tried to train a character based speech recognition system by using the Timit corpus. I prepared data (features and labels), however, I got an error in the...

The preprocess (as well as converter) basically iterates and extracts features for each file independently. This can be easily multi-threaded with python on a multi-core machine or bigger clusters and...

Is there a way to to identify the speaker's voice against the known database of speaker voices? Some kind of audio embedding layer that can be used to compare (i.e....

When I run CapsuleNet for timit, This error occurred。I can't solve it ,and I hope to get your help!

您好!最近刚好在学习语音识别(中文),想请教您一下,目前这个版本是否可以进行中文识别?如果可以,那中文识别的数据源是thchs30吗