Closed brishtiteveja closed 7 years ago
Updated rnn, rnn_cell code. tf.nn.rnn has moved to tf.contrib.rnn and tf.nn.rnn_cell has moved to tf.contrib.rnn.core_rnn_cell and some array_ops have new formats. Training and evaluation are working fine with tensorflow 1.0.1.
Hey, thank you. Hope people will enjoy working with the new tensorflow.
Updated rnn, rnn_cell code. tf.nn.rnn has moved to tf.contrib.rnn and tf.nn.rnn_cell has moved to tf.contrib.rnn.core_rnn_cell and some array_ops have new formats. Training and evaluation are working fine with tensorflow 1.0.1.