igormq / ctc_tensorflow_example

CTC + Tensorflow Example for ASR
MIT License
312 stars 183 forks source link

when I run ctc_greedy_decoder function,how can I get the align information from all frames probability . #19

Closed mengya22 closed 6 years ago

mengya22 commented 7 years ago

As we kown,the ctc_greedy_decoder function can return a sequence that automatically eliminate the blank label and merge repeat labels. Now,I want get the message that contains complete greedy path information and probability before eliminate the blank label and merge repeat labels.How can i get this information,thanks

igormq commented 6 years ago

Hi @mengya22 , what you want is the logits, located here