tf.keras.backend.ctc_decode

View source on GitHub

Decodes the output of a softmax.

tf.keras.backend.ctc_decode(
    y_pred, input_length, greedy=True, beam_width=100, top_paths=1
)

Can use either greedy search (also known as best path) or a constrained dictionary search.

Arguments:

Returns: