HawkAaron / RNN-Transducer

MXNet implementation of RNN Transducer (Graves 2012): Sequence Transduction with Recurrent Neural Networks
136 stars 31 forks source link

Model 2012 reproduce #25

Open BuaaAlban opened 4 years ago

BuaaAlban commented 4 years ago

Hi, thanks for your work.
The training code is for CTC model ,did you get the rnn-t result (greedy | 20.74) by jsut swiching imported Transducer model with all other hyparameters the same???

BuaaAlban commented 4 years ago

Ps, the features in 2012 is not the same as 2013CTC

HawkAaron commented 4 years ago

Yeah, the hyparameters should be the same.