nlintz / TensorFlow-Tutorials

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

Add files via upload #63

Closed zhaoyu611 closed 7 years ago

zhaoyu611 commented 7 years ago

In line 44: lstm = tf.nn.rnn_cell.BasicLSTMCell(lstm_size, forget_bias=1.0, state_is_tuple=True) I think the fisrt parameter: lstm_size should be time_step_size. because in BasicLSTMCell description: the first parameter should be num_units

hunkim commented 7 years ago

Now we refactored this code for TF 1.0. Could you check again and submit a new PR?

Thanks!