nmt icon indicating copy to clipboard operation
nmt copied to clipboard

from nmt import nmt

Open ppowdderr opened this issue 5 years ago • 2 comments

Traceback (most recent call last): File "F:/AI/RedditChatBot/nmt-chatbot-master/train.py", line 8, in from nmt import nmt File "F:\AI\RedditChatBot\nmt-chatbot-master\nmt\nmt.py", line 28, in from . import inference File "F:\AI\RedditChatBot\nmt-chatbot-master\nmt\inference.py", line 25, in from . import gnmt_model File "F:\AI\RedditChatBot\nmt-chatbot-master\nmt\gnmt_model.py", line 261, in class GNMTAttentionMultiCell(tf.nn.rnn_cell.MultiRNNCell): AttributeError: module 'tensorflow_core._api.v2.nn' has no attribute 'rnn_cell'

i have python 3.5.0 i have downloaded the new nmt file and replaced it with old one and still have this problem. Please help

ppowdderr avatar Sep 23 '19 17:09 ppowdderr

Please try installing other version of tensorflow, this framework is not written for tensorflow v2.0.

maharajbrahma avatar Oct 04 '19 17:10 maharajbrahma

Is there any plan to update this framework for the latest version of tensorflow?

If not what is the preferred framework?

nashid avatar Apr 03 '20 08:04 nashid