devsisters / pointer-network-tensorflow

TensorFlow implementation of "Pointer Networks"
MIT License
471 stars 138 forks source link

has no attribute dynamic_rnn_decoder #11

Open reborn2016 opened 7 years ago

reborn2016 commented 7 years ago

File "xxx/project/PycharmProjects/seq2sql/pointer-network/pointer-network-tensorflow/layers.py", line 22, in dynamic_rnn_decoder = tf.contrib.seq2seq.dynamic_rnn_decoder AttributeError: 'module' object has no attribute 'dynamic_rnn_decoder'

print tensorflow.version 1.0.0

ye-ye commented 6 years ago

Have you solved it? I have the same problem.

namenotexist commented 5 years ago

Have you solved it? I have the same problem.