You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: