igormq / ctc_tensorflow_example

CTC + Tensorflow Example for ASR
MIT License
312 stars 183 forks source link

multi layer LSTM gives error #21

Closed takingstock closed 6 years ago

takingstock commented 6 years ago

Hi Igor .. thanks so much for the example but the multi layer LSTM layer gives an error about input sizes mismatching during MATMUL ..its got a solution here ..https://github.com/tensorflow/tensorflow/issues/14897

..kindly update your code

igormq commented 6 years ago

Hi @takingstock , when I created this example tensorflow version was < 1.0. This error is due to change of MultiRNNCell API. Feel free to send me a PR :)