nlintz / TensorFlow-Tutorials

Simple tutorials using Google's TensorFlow Framework
6k stars 1.51k forks source link

error in 07_lstm #82

Closed lanpay-lulu closed 7 years ago

lanpay-lulu commented 7 years ago
  1. x_split = tf.split(xr, time_step_size, 0) should be x_split = tf.split(0, time_step_size, xr)

  2. tensorflow.contrib.rnn.BasicLSTMCell is out of date

lanpay-lulu commented 7 years ago

sorry, it works in 1.0