tf_tutorial_plus icon indicating copy to clipboard operation
tf_tutorial_plus copied to clipboard

core_rnn_cell_impl not in ops.core_rnn_cell_impl in TF1.2

Open A-Atef-NLP opened this issue 8 years ago • 1 comments

Thanks A Lot for your tutorial.

To support TF 1.2 I think you need to update below line "from tensorflow.contrib.rnn.python.ops.core_rnn_cell_impl import * " To "from tensorflow.contrib.rnn import *"

Also to use "embedding_attention_seq2seq" set include path or use: tf.contrib.legacy_seq2seq.embedding_attention_seq2seq

Thanks Again for your tutorial.

A-Atef-NLP avatar Jun 25 '17 12:06 A-Atef-NLP

My pleasure! Right, as you said some codes are incompatible with TF 1.2, and I plan to update them (+ with new features, when I feel not so lazy :P )

j-min avatar Jun 25 '17 12:06 j-min