Simple way to get at raw probabilities/logits via python bindings?

I’m able to run the default python interface and get the top-scoring character sequences no problem. I was just wondering what’s the best/most-direct way of getting at say the top-N results per-character?

Currently, it’s not exposed, but there’s a bug already open to expose more informations, I’d suggest you chime in there :slight_smile:

1 Like

Can I use pre-trained model with DeepSpeech.py? see if this helps

1 Like

Yes I believe that’s what I’m looking for thank you.