-
I've been running the examples in the "conformer/" and in the "rnn_transducer/" directories and comparing the models with those already provided on drive.
The conformer training works as expected, …
-
This issue is to track the follow-up work to #1137, which introduced `rnnt_loss` and `RNNTLoss` as a [prototype](https://pytorch.org/audio/stable/index.html) in `torchaudio.prototype.transducer` using…
-
# ❓ Questions & Help
Transducer (RNN-T, Conformer-T) 계열 모델로 학습하려고 하는데 학습 시간이 오래 걸려서 mixed precision 사용하려고 합니다.
계속 아래와 같은 에러가 발생하는데, Transducer 모델은 이 방법을 사용할 수 없는걸까요?
RuntimeError: Input and …
-
The transducer in TensorFlowASR\examples\rnn_transducer doesn't work for the current version with either current or pretrained config.yml. This is a fundamental function. Can the author or someone giv…
-
Hello,
Im trying to convert a pertained model trained on librispeech, but I run into the following error
```
tensorflow.lite.python.convert_phase.ConverterError: input resource[0] expected type r…
-
Does lingvo include the RNN-Transducer loss computation ?
-
-
**Describe the Bug**
**Minimal Steps/Code to Reproduce the Bug**
```
git clone https://github.com/NVIDIA/apex
cd apex
# if pip >= 23.1 (ref: https://pip.pypa.io/en/stable/news/#v23-1) which sup…
-
Hello guys,
In this article https://arxiv.org/pdf/2104.11127.pdf there is very simple idea of how to adapt RNN-T to the unknown text.
The writer of the article reports about very nice WER impro…
-
Traceback (most recent call last):
File "/home/pika-main/trainer/train_transducer_bmuf_otfaug.py", line 305, in
model.cuda(args.local_rank)
File "/root/anaconda3/lib/python3.6/site-package…