tdavchev / DESIRE

DESIRE: Distant Future Prediction in Dynamic Scenes with Interacting Agents
78 stars 26 forks source link

AttributeError: 'module' object has no attribute 'rnn_decoder' #3

Open zt-BIT opened 5 years ago

zt-BIT commented 5 years ago

Hello: I'm using TF1.3.0 and python2.7 the same as you.But when I run the code,the error occurred as this form:AttributeError: 'module' object has no attribute 'rnn_decoder'.That is, the model import tensorflow.contrib.seq2seq as seq2seq doesn't have the function 'rnn_decoder'.Could you tell me how I can fix this problem?? Thank you!