-
Hi,
I am struggling with using LODR for decoding using the librispeech zipformer recipe. When I follow the tutorial here, and use the pre-trained models from [Zengwei/icefall-asr-librispeech-pruned…
-
command "pip install -v --disable-pip-version-check --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./"
error log:
"DEPRECATION: --build-option and --global-option are depr…
-
Logs
```
2020-05-09 09:07:55.688678: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'libnvinfer.so.6'; dlerror: libnvinfer.so.6: cannot open shared ob…
-
## 🚀 Feature
Add support for PyTorch Callable -> Thunder Callable translation in Thunder JIT.
### Motivation
Several PyTorch operators accept a Python function with PyTorch operations inside …
-
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/AT…
-
Hello,
I'm facing the following error when using your package. It appears randomly after some epochs. Do you have an idea about where it could come from ?
```
File "main_rnnt.py", line 86, in
…
-
According to the theory of RNN-T, multiple tokens can be generated at each timestep. For example, "cat\phi\phi\phi\phi\phi\phi" is also a valid decoding path for RNN-T in the case below. It seems like…
-
@Duum @alazycoder Have you implemented a decoder (test phase) for transducer? It confused me a little.
In the testing stage, we do not have access to the ground truth label. How do we feed input t…
-
If I have long audio files that potentially I want to transcribe using a Zipformer, short of using a VAD to chop the audio file into smaller 30sec pieces and transcribing them individually, I understa…
-
Is there already an example for this using ONNY