NVIDIA / OpenSeq2Seq

Toolkit for efficient experimentation with Speech Recognition, Text2Speech and NLP
https://nvidia.github.io/OpenSeq2Seq
Apache License 2.0
1.54k stars 369 forks source link

Character probabilities #492

Open GeorgiosHajivassiliou opened 5 years ago

GeorgiosHajivassiliou commented 5 years ago

Hello NVIDIA, I am trying to access the probability associated with each character at each time step of the spectrogram, where can I get this from the code?

borisgin commented 5 years ago

Do you mean logits duirng inference? There is a flag infer_logits_to_pickle’: True in the decoder_params . Take a look at text aligner tool