keras-io icon indicating copy to clipboard operation
keras-io copied to clipboard

How to predict results in Tranformers ASR example

Open BernardoOlisan opened this issue 2 years ago • 0 comments

So I follow this tutorial https://github.com/keras-team/keras-io/blob/master/examples/audio/transformer_asr.py My question is how can I load the model and then predict it, like model.predict(x) where x is an audio file

BernardoOlisan avatar Mar 10 '22 16:03 BernardoOlisan