tf.keras.backend.ctc_label_dense_to_sparse

TensorFlow 1 version View source on GitHub

Converts CTC labels from dense to sparse.

labels dense CTC labels.
label_lengths length of the labels.

A sparse tensor representation of the labels.