Duo MA

Results 10 issues of Duo MA

在用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)

I will clean some Punctuation, and convert full-width English characters into half-width English characters in this recipe.

Hi all, I want to use the kaldiio library to read wav.scp and segments file,but in wav.scp file,It contains pipe commands like the following: ui23faz_0101 /usr/bin/sox /path/ui23faz_0102/ui23faz_0102.wav -r 16000 -c...

Hi, I'm reading your the paper. I want to reproduce the experimental results with the code you provided. but there has been a problem of 'RuntimeError: cuda runtime error (38)...

I follow `librispeech/asr/simple_v1/` recipe example, and rebuild k2 newest master(2021-1-4). When I run `python3 asg_train.py` , It gives the following error: ``` scores: tensor([ 1.9269, 1.4873, 0.9007, ..., 0.0990, -1.0238,...

I follow the librispeech recipe of snowfall, I make our own private data. NOTE: The private data is running successfully in the Kaldi platform. When I use the below command...

I have update vim version from 8.1 to 9.0 using the below command: ``` sudo add-apt-repository ppa:jonathonf/vim sudo apt-get update sudo apt-get install vim ``` Then, download plug.vim ``` curl...

Until now, I don't seem to have found any details about the specific example of dataset organizing and training from scratch , Would fairseq2 intend to provide a separate trainer...

question

Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## ❓ Questions and Help This is issue is same as https://github.com/modelscope/FunASR/issues/1916 I have follow...

question

I follow the content `https://k2-fsa.github.io/sherpa/onnx/python/install.html#method-2-from-pre-compiled-wheels-cpu-cuda` to install it. The command is as follows: ``` cmake \ -DSHERPA_ONNX_ENABLE_PYTHON=ON \ -DBUILD_SHARED_LIBS=ON \ -DSHERPA_ONNX_ENABLE_CHECK=OFF \ -DSHERPA_ONNX_ENABLE_PORTAUDIO=OFF \ -DSHERPA_ONNX_ENABLE_C_API=OFF \ -DSHERPA_ONNX_ENABLE_WEBSOCKET=OFF \ -DSHERPA_ONNX_ENABLE_GPU=ON \...