Huahuan Zheng

Results 35 comments of Huahuan Zheng

> 可能copy paste时候不小心漏了一个0... ~~其实你只是多打了一个回车~~,像上面说的可以先试试能不能用 你的quiet设置为false按理说有连接的话能看到类似stream open/close之类的信息

~~Kuai Control Protocol~~

This is kind of weird. I test several open-source Conformer implementation (I also implement it myself), but none of them can strictly match the reported number of parameters. Do you...

If this is error related to the input data, it should repeat every epoch in training, but at the beginning, no warning is thrown. And as you can see, all...

benchmark results: (tested on RTX 3090) * forward only: https://github.com/maxwellzh/warp-rnnt/blob/master/pytorch_binding/BenchMarkForwardResults.txt * forward+backward: https://github.com/maxwellzh/warp-rnnt/blob/master/pytorch_binding/BenchMarkResults.txt

Maybe this one? https://arxiv.org/abs/1909.12415

Yes, that's it. We can add it in the README later.

The function `compactTensor` is just for testing. If we convert the tensor by that function every time invoking `rnnt_loss()`, the overall performance might be poor. Normally, in Joint Network, we...

It's something outside the rnnt-loss, so I'd like to create a new repo including these functions implementation. It will take some time for me to prepare the codes. I'll let...

I have released the implementation of these functions. https://github.com/maxwellzh/torch-gather