-
Hi,
I got the error:
Obtaining file:///home/ubuntu/tts/espnet/tools/warp-rnnt/pytorch_binding
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/tts/espnet/tools/ven…
-
hi, 可以提供一个text-to-text simultaneous translation的例子吗?感谢!
-
I ran the fast_rnnt.get_rnnt_prune_ranges() function with a RuntimeError: Invalid device ordinal .
Here are the error details.
ranges = self.fast_rnnt.get_rnnt_prune_ranges(
File "/opt/conda/lib/…
-
Error constructing the image:
**_nvcc fatal : Unsupported gpu architecture 'compute_30'._**
The traces it shows me are as follows:
![image](https://user-images.githubusercontent.com/26175588/16…
-
Hi, Fangjun @csukuangfj , can you add the benchmark on https://github.com/1ytic/warp-rnnt ? `warp-rnnt` says it's faster than `warp-transducer` (non-optimized ver.)
And I have a question about the …
-
Hi. I am trying to train the rnn_t model using the pytorch binding. Would really appreciate if someone can shed some light on the issue I have.
When I run,
"" python3 train_rnnt.py --lr 4e-4 --b…
-
Hello.
**Describe the issue**
I ran the following command during installation.
> root@d53195fa6d98:~/espnet/tools# make TH_VERSION=1.10.1
However, the installation stopped midway and an HTTP e…
-
After using the fast_rnnt loss in my environment, the trainning loss always failed into nan or inf.
The configuration fo my ConformerTransducer enviroment is as follows:
- v100-32g-4gpu * 2
- pla…
-
**Describe the issue**
I am trying to install ESPnet using Docker on Ubuntu 20.04 with WSL2.
However, I am getting errors along the way and it is not installing correctly.
**Show the `check_inst…
-
cuda: 11.3, pytorch: 1.10.1, python: 3.8.5
I trained a conformer transducer model using aishell recipe, but got this as follows, could anyone give me a hand?
2022-01-08 19:48:09,317 (asr_train:563)…