Gerardo Figueroa

Results 2 comments of Gerardo Figueroa

Being checked also at https://github.com/kensho-technologies/pyctcdecode/issues/41.

Partially, yes. It works with ``` transcription = processor.decode(logits.numpy()[0]).text ``` but not with the original line in the blog using `batch_decode` ``` transcription = processor.batch_decode(logits.numpy()).text ```