Closed ahmedmazari-dhatim closed 7 years ago
@ahmedmazari-dhatim Sorry, we did not do the relevant treatment
Hi @wulivicte , Thanks for your answer. So, from your answer l understand that there is no way to get the probabilities using the pytorch version ?
Thanks
@ahmedmazari-dhatim I'm not sure because our business has no need for this
@wulivicte thank you
Hello,
l'm wondering whether the CRNN is able to output also the probability of each sequence
from example :
--h-e--ll-oo- => 'hello' with a probability= 0.89 for instance how can l get that ?
in the code CTCLoss can't find these probabilites . However l don't find where to print the output probabilities in
CTCloss()
. In__init__.py
the CTC class is defined as follow :