-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError #25
Comments
Hi , |
Hi All. same error for me. AttributeError: module 'tensorflow.contrib.seq2seq' has no attribute 'DynamicAttentionWrapper' Is there any solution ? Thank you. |
Did you fix it? |
We get this AttributeError: module 'tensorflow.contrib.seq2seq' has no attribute 'DynamicAttentionWrapper' |
I am using tensorflow 1.11.0 . It is showing same errors as above. How to manage it. |
any solution for this? |
I have same error. i am using tensorflow 1.12 on windows cpu. removing "Dynamic" worked by am now facing: |
Meanwhile lets wait for the compability of this project with tensorflow's latest version 😄 |
Hi, Any working solution to this problem AttributeError: module 'tensorflow.contrib.seq2seq' has no attribute 'DynamicAttentionWrapper'? Note: version 1.1.0 is deprecated now and not available to downgrade the tensorflow version |
AttributeError: module 'tensorflow.contrib.seq2seq' has no attribute 'DynamicAttentionWrapper'
AttributeError: module 'tensorflow.contrib.seq2seq' has no attribute 'DynamicAttentionWrapperState'
I was getting this errors, which removed by removing the Dynamic from both DynamicAttentionWrapper and DynamicAttentionWrapperState
After that I am getting this error:
File "C:\Users\yaser.sakkaf\Downloads\TensorFlow-Summarization-master\src\bigr
u_model.py", line 90, in init
self.init_state, self.prev_att)
TypeError: new() missing 3 required positional arguments: 'time', 'alignment
s', and 'alignment_history'
Please help.
The text was updated successfully, but these errors were encountered: