Closed TeaPoly closed 4 years ago
Gpu_den is used to calculate the gradients of the denominator graph. Blank_index is 1 by default when creating the denominator graph (considering that <eps>
is 0 in WFST) . You can change the blank index when creating the denominator graph (not support now). Gpu_den only does calculation, no matter what the blank index is.
Gpu_den is used to calculate the gradients of the denominator graph. Blank_index is 1 by default when creating the denominator graph (considering that
is 0 in WFST) . You can change the blank index when creating the denominator graph (not support now). Gpu_den only does calculation, no matter what the blank index is.
Thank you for your reply.
It's not support adjust blank_index to other index. But gpu_ctc support. Is it mean blank index is not important for gpu_den?