E2E-ASR
E2E-ASR copied to clipboard
implement the ASR to TensorFlow warp binding
@HawkAaron Hi, I am working on RNN-t training with this E2E-ASR repo, with pytorch binding. and I found you have another repo that warp MXnet and TensorFlow. I suppose that warp provides universal usage for 3 different bindings. While I do not find a plug-in place in the training code. Do I need to change pytorch method manually? What is the right way to implement ASR training with TensorFlow warp binding? Thanks in advance.
You mean use tensorflow binding in this pytorch training code?
I would rewrite the training process in tensorflow, and use the tensorflow binding. I am working on this actually. Just curious, is it possible to do that (use tensorflow binding in this pytorch training code)? @HawkAaron
Of course you can. Just convert pytorch tensor into tensorflow tensor, and call tensorflow rnnt loss.
@zhoudoufu Have a look at this issue. I think you can help.