Skip to content
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

from nmt import nmt : error #180

Open
YashrajP9 opened this issue Aug 5, 2021 · 0 comments
Open

from nmt import nmt : error #180

YashrajP9 opened this issue Aug 5, 2021 · 0 comments

Comments

@YashrajP9
Copy link

I have tried cloning both the given links seperately and tried to run the project as per the setup instructtions still i am facing errors
Traceback (most recent call last): File "C:\Users\yashr\Downloads\SAYKA-Intelligent-Personal-Assistant-main\SAYKA-Intelligent-Personal-Assistant-main\nmt-chatbot\train.py", line 8, in <module> from nmt import nmt File "C:\Users\yashr\Downloads\SAYKA-Intelligent-Personal-Assistant-main\SAYKA-Intelligent-Personal-Assistant-main\nmt-chatbot/nmt\nmt\nmt.py", line 28, in <module> from . import inference File "C:\Users\yashr\Downloads\SAYKA-Intelligent-Personal-Assistant-main\SAYKA-Intelligent-Personal-Assistant-main\nmt-chatbot/nmt\nmt\inference.py", line 25, in <module> from . import gnmt_model File "C:\Users\yashr\Downloads\SAYKA-Intelligent-Personal-Assistant-main\SAYKA-Intelligent-Personal-Assistant-main\nmt-chatbot/nmt\nmt\gnmt_model.py", line 261, in <module> class GNMTAttentionMultiCell(tf.nn.rnn_cell.MultiRNNCell): AttributeError: module 'tensorflow._api.v2.nn' has no attribute 'rnn_cell'
Also my nmt folder has another nmt folder which contains all the files,
i tried copy pasting those files from nmt-chatbot>nmt>nmt(all file) to nmt-chatbot>nmt and tried running it again still i am getting the same error.
Please help me out with the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant