tf.keras.backend.ctc_label_dense_to_sparse

View source on GitHub

Converts CTC labels from dense to sparse.

tf.keras.backend.ctc_label_dense_to_sparse(
    labels, label_lengths
)

Arguments:

Returns:

A sparse tensor representation of the labels.