I am a newbie working on the LPRNet provided by openvino toolkit: https://github.com/openvinotoolkit/training_extensions
I want to get the probability of the predicted result but it seems that tf.nn.ctc_greedy_decoder
only returns neg_sum_logits
and I'm not sure how to convert it into prabability.
Does anyone know how can I get that? Any suggestion will be appreciated! Thanks.