tf.nn.ctc_greedy_decoder

tf.nn.ctc_greedy_decoder

tf.nn.ctc_greedy_decoder

ctc_greedy_decoder(
    inputs,
    sequence_length,
    merge_repeated=True
)

Defined in tensorflow/python/ops/ctc_ops.py.

See the guide: Neural Network > Connectionist Temporal Classification (CTC)

Performs greedy decoding on the logits given in input (best path).

登录查看完整内容