Closed rzcwade closed 6 years ago
Hello,
I am trying to run your code and I discovered that you used gluon.loss.RNNTLoss() which does not exist. Could you clarify on this function? Did you mean from warprnnt_pytorch import RNNTLoss?
Thanks.
This is a mxnet version, so you need to use mxnet rnnt loss, which is in https://github.com/HawkAaron/mxnet-transducer/tree/add_network
Thanks, @HawkAaron !
Hello,
I am trying to run your code and I discovered that you used gluon.loss.RNNTLoss() which does not exist. Could you clarify on this function? Did you mean from warprnnt_pytorch import RNNTLoss?
Thanks.