srvk / eesen

The official repository of the Eesen project
http://arxiv.org/abs/1507.08240
Apache License 2.0
824 stars 342 forks source link

Calculating Logliklihoods #127

Closed razor1179 closed 7 years ago

razor1179 commented 7 years ago

To calculate prior to divide the final outputs of the RNN, does EESEN assume the blank label to be the first value or the last value of the 1D output vector of size 46? Please let me know.

Regards, Deepak

fmetze commented 7 years ago

Blank is the first value of the vector

razor1179 commented 7 years ago

Thank you