domerin0 / rnn-speech

Character level speech recognizer using ctc loss with deep rnns in TensorFlow.
MIT License
77 stars 31 forks source link

Zero op for hidden state is not working #35

Closed AMairesse closed 7 years ago

AMairesse commented 7 years ago

The rnn_state_zero_op operation in AcousticModel.py does not set the hidden_state to zeros like it should.

How to reproduce :

AMairesse commented 7 years ago

Found some interesting way to deal with variables to keep the state of the RNN : https://stackoverflow.com/questions/38441589/rnn-initial-state/41239965#41239965