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

Tensorflow 0.11 Tuple issue #55

Open hpssjellis opened 7 years ago

hpssjellis commented 7 years ago

This works fine for me with Tensorflow 0.10 but does not with Tensorflow 0.11

Some issue with Tuple. Is anyone else having this issue?

state_is_tuple=true

might be the solution but not sure where to use it in both train.py and model.py

Saevoil commented 7 years ago

The problem appeared the same when I was using 0.8, and it is all fine at 0.1. Maybe because that was the newest stable release?