jinggaizi

Results 5 issues of jinggaizi

i run the aishell example(transducer) and use torch1.4+cuda10.1 or torch1.5+cuda10.1, there are some error as follows: torch1.4+cuda10.1: /opt/conda/conda-bld/pytorch_1579022060824/work/aten/src/ATen/native/cudnn/RNN.cpp:1266: UserWarning: RNN module weights are not part of single contiguous chunk of...

hi, i find configuration neural_sp/examples/librispeech/s5/conf/asr/transducer/lc_transformer_rnnt_64_64_32_bpe1000.yaml. What is the result of this configuration thanks

which version of gcc/cmake should i choose when i build warp-transducer, cmake is fine but occur error when make c++/7.3.0/type_traits(177): error: "conjunction_v" is not a function or static data member...

I test espnet_onnx with a conformer model, I eval 100 wav 10 times and calculate the RTF only forward time, the result is | | cpu | gpu | |...

hi , i try to inference wav as the document "import librosa from espnet_onnx import Speech2Text speech2text = Speech2Text(tag_name='') y, sr = librosa.load('sample.wav', sr=16000) nbest = speech2text(y)" but when run...