nehal96 / Seq2Seq-Language-Translation

Using a sequence to sequence RNN model to translate sentences from English to French.
MIT License
7 stars 6 forks source link

dynamic_rnn_decoder #1

Open bheemaupadhyaya opened 6 years ago

bheemaupadhyaya commented 6 years ago

Hi Nehal,

Thanks for your repo. I am trying to run this model, but getting following error. Can you kindly suggest alternative. I am using latest tensorflow. Version 1.4.0. AttributeError: module 'tensorflow.contrib.seq2seq' has no attribute 'dynamic_rnn_decoder'

Thanks in advance

nehal96 commented 6 years ago

Hi,

Thanks for pointing this out. This project was done with TensorFlow v1.0 I believe, so I'd try using that version when running it (I should've documented the library versions , I now understand the importance). It's likely that Tensorflow either updated/renamed the dynamic_rnn_decoder function in version 1.4

bheemaupadhyaya commented 6 years ago

Thanks Nihal. Looking forward to hear from you .

On Tue, 9/1/18, Nehal Udyavar notifications@github.com wrote:

Subject: Re: [nehal96/Seq2Seq-Language-Translation] dynamic_rnn_decoder (#1) To: "nehal96/Seq2Seq-Language-Translation" Seq2Seq-Language-Translation@noreply.github.com Cc: "Bheema Upadhyaya" bheema.upadhyaya@yahoo.com, "Author" author@noreply.github.com Date: Tuesday, 9 January, 2018, 8:57 PM

Hi, Thanks for pointing this out. This project was done with TensorFlow v1.0 I believe, so I'd try using that version when running it (I should've documented the library versions , I now understand the importance). It's likely that Tensorflow either updated/renamed the dynamic_rnn_decoder function in version 1.4

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.