-
Running `pip install .` after cloning the repository gives me:
```
ERROR: Could not find a version that satisfies the requirement ctc-decoders (from tiramisu-asr==0.0.1) (from versions: none)
ERR…
-
**ERROR: tensorboardx 2.0 has requirement protobuf>=3.8.0, but you'll have protobuf 3.7.1 which is incompatible.
ERROR: languageflow 1.1.13a1 has requirement joblib==0.13.2, but you'll have joblib 0.…
-
I am trying to understand how the streaming-decode works. There's a few things which I am not sure whether I completely understand them so I hope it's okay if I'm asking here.
The first part concer…
-
Thank you for your code, but I encountered an error running "run_common_voice. py".
That is:
(tf21) tclxa@GPU245:/data0/tclxa/workspace/tangyanhuan/rnnt-speech-recognition-master$ python run_commo…
-
After install tensorflow-gpu 2.2.0 and requirements
pip install tensorflow-gpu==2.2.0
pip install -r requirements.txt
run ./scripts/build_rnnt.sh
```
mkdir: cannot create directory ‘build’: Fil…
-
Thank you for your code!
It's really helpful.
I have a question about the loss function.
I know the loss of the rnnt is this.
> loss = -ln P( y* | x)
>
>
At the utils.loss.get_loss_fn()
…
-
```
python run_rnnt.py --mode train --data_dir data_p --batch_size 4 --steps_per_checkpoint 100 --eval_size 100
```
Output
```
/home/carson/Documents/code/other/rnnt-speech-recognition/.env/lib…
-
Hi, HawkAaron
I have a problem when running final step installing warp-transducer,
Here's ERROR LOG when running python setup.py install :
`
$ CUDA_HOME=/home/share/cuda10 python setup.py install
…
ybNo1 updated
4 years ago
-
Hi :
I am using the GPU version of tensorflow binding warprnnt_tensorflow.rnnt_loss(), but the loss has \ shape and negative loss is also encountered.
Shapes of target and logits is as follows:
tar…
-