Ivan Sorokin

Results 30 comments of Ivan Sorokin

Hey, @YangHao97 Maybe the issue with the variable `transducer_loss`. Do not store it directly in `ret`. Try to reuse it and return a numpy array, or something like this.

I'm still think that issue with the variable `transducer_loss`. You have to free it, instead of store it somewhere else. Anyway, if you have found the workaround, I'm happy for...

Take a look at this example https://github.com/1ytic/open_stt_e2e/blob/master/train_rnnt.py

Try to properly specify LD_LIBRARY_PATH.

Something is wrong with compiled kernels. Basically, this means the wrong computation of the loss.

Thanks for debugging this package. I use this in another project [open_stt_e2e](https://github.com/1ytic/open_stt_e2e). For example, you can see usage of AverageCER, AverageWER in [train_ctc.py](https://github.com/1ytic/open_stt_e2e/blob/master/train_ctc.py). Hope this helps you.

Nope. AverageCER/WER accumulates error statistics (deletions, insertions, substitutions) for the entire dataset. I recommend you look at the test [test.py](https://github.com/1ytic/pytorch-edit-distance/blob/master/torch_edit_distance/test.py). Maybe it helps you to understand the usage of the...

It should handle the selected device. Could you provide the source code for testing?

Sorry for late reply. Try to reinstall the new version `pip install warp_rnnt==0.6.0`.

Sorry for late reply. I don't know, maybe some rare CUDA hardware? or library mismatch. Try to reinstall packages in the separated environment. And please use a new version `pip...