martin-gorner / tensorflow-rnn-shakespeare

Code from the "Tensorflow and deep learning - without a PhD, Part 2" session on Recurrent Neural Networks.
Apache License 2.0
534 stars 249 forks source link

Incorrect use of MultiRNNCell #27

Closed martin-gorner closed 6 years ago

martin-gorner commented 6 years ago

Must use MultiRNNCell on multiple instances of base cells, not multiple copies of the same cell

martin-gorner commented 6 years ago

fixed