-
I find that ESPnet is using
https://github.com/espnet/espnet/blob/dbcdca1c2919064e735dd7f7940b92de18804546/tools/installers/install_warp-transducer.sh#L16
https://github.com/espnet/espnet/blob/d…
-
Hello Awni,
I wanted to let you know that I think your recent update to the transducer repo is not backward compatible with pytorch 0.4.1 when using your speech repo: https://github.com/awni/speech…
-
I'm using implementation from https://github.com/HawkAaron/warp-transducer/tree/master/pytorch_binding and got
``TypeError: __init__() got an unexpected keyword argument 'fastemit_lambda'`` in the …
-
@csukuangfj Just wanted to note that the gradient is not incorrect for CPU vs GPU, the instructions clearly state that for CPU you need to provide log_softmax(joint-logits) whereas for the GPU you sho…
-
Hello! I couldn't fix the problem from https://github.com/HawkAaron/warp-transducer/issues/79. After I commented these line, I've got
```[ 7%] Building NVCC (Device) object CMakeFiles/warprnnt.dir/s…
-
I used `kaldifeat` to extract some features and stored them using the default storage type, which is `LilcomChunkyWriter`, but it seemed to be throwing some errors at the time of data loading:
```
…
-
I see there are two RNNT Loss. One from warp-transducer and the other from TF.
Which one do you recommend to use?
-
Hi!
I've been trying to run a CommonVoice Transducer recipe with French with `--data_parallel_backend` option. At the beginning, it starts running correctly but after ~30 mins, the training hangs …
-
Could you please tell me the version of your lhotse?
I have problem running the decoding benchmark because librosa need numpy 2022-02-22 17:47:07,153 (asr_init:162) WARNING: reading model parameters …
-
**Describe the bug**
I have installed espnet in sagemaker notebook. it's installed successfully. but when i try to install wrap_transducer it's gives me error.
**Basic environments:**
- OS infor…