ctc_tensorflow_example icon indicating copy to clipboard operation
ctc_tensorflow_example copied to clipboard

CTC + Tensorflow Example for ASR

Results 6 ctc_tensorflow_example issues
Sort by recently updated
recently updated
newest added

Greetings, I am studying the example provided, along with tutorials, however it still isn't clear to me where the output nodes are defined. For example in the specific case of...

As given in the Alex Graves CTC paper, we sum over probabilities of all the possible alignments using dynamic programming which gives us certain transcription. In code and in tensorflow...

Other than padding, Is there any way to increase Batch Size?

Hi, Thanks a lot for this great and very useful work. Would you have any input on how to modify the multidata example to get a bidirectional LSTM, with two...

When I change the **num_layers** to some other value (tried 2, 3 and 4). It gives a Value Error. The error is as follows..... ValueError: Trying to share variable rnn/multi_rnn_cell/cell_0/lstm_cell/kernel,...

I'm trying to solve OCR tasks based on this code. So what shape input to LSTM should have, suppose we have images `[batch_size, height, width, channels]` how should they be...