sherjilozair / char-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
MIT License
2.64k stars 960 forks source link

Minor fixes #66

Open lns opened 7 years ago

lns commented 7 years ago

Add support for cell other than lstm, which uses state_is_tuple=True. Remove of unused state 'c' and 'h' in feed.

hugovk commented 7 years ago

@lns This PR has merge conflicts.