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

[Deprecation Warning] Using a concatenated state is slower and will soon be deprecated. #48

Closed cameronus closed 7 years ago

cameronus commented 8 years ago

I am receiving a deprecation warning when I run train.py or sample.py: Using a concatenated state is slower and will soon be deprecated. Use state_is_tuple=True. Is there a workaround for this?

Thanks, CJ

sherjilozair commented 7 years ago

This should be fixed. Re-open if not. Thanks.

cameronus commented 7 years ago

Thanks