carpedm20 / lstm-char-cnn-tensorflow

in progress
MIT License
761 stars 243 forks source link

pass Stacked LSTMs to run function #7

Closed JonathanRaiman closed 8 years ago

JonathanRaiman commented 8 years ago

Fix an issue where Stacked LSTM was being defined/constructed, but not actually passed to the rnn.rnn iterator function.

carpedm20 commented 8 years ago

Thanks! I missed it!