beam-search

Tensorflow: Can't understand ctc_beam_search_decoder() output sequence

Tensorflow: Can't understand ctc_beam_search_decoder() output sequence Question: I am using Tensorflow’s tf.nn.ctc_beam_search_decoder() to decode the output of a RNN doing some many-to-many mapping (i.e., multiple softmax outputs for each network cell). A simplified version of the network’s output and the Beam search decoder is: import numpy as np import tensorflow as tf batch_size = 4 …

Total answers: 1