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

ERROR IN #91

Open
reddyprasade opened this issue Oct 24, 2018 · 2 comments
Open

ERROR IN #91

reddyprasade opened this issue Oct 24, 2018 · 2 comments

Comments

@reddyprasade
Copy link

Mode : train

Preparing data in working_dir
Tokenizing data in working_dir/data/train.enc
Tokenizing data in working_dir/data/train.dec
Tokenizing data in working_dir/data/test.enc
Tokenizing data in working_dir/data/test.enc
Creating 3 layers of 256 units.
WARNING:tensorflow:At least two cells provided to MultiRNNCell are the same object and will share weights.
Traceback (most recent call last):
File "C:/Users/user/tensorflow chatbot/execute.py", line 304, in
train()
File "C:/Users/user/tensorflow chatbot/execute.py", line 122, in train
model = create_model(sess, False)
File "C:/Users/user/tensorflow chatbot/execute.py", line 89, in create_model
model = seq2seq_model.Seq2SeqModel( gConfig['enc_vocab_size'], gConfig['dec_vocab_size'], _buckets, gConfig['layer_size'], gConfig['num_layers'], gConfig['max_gradient_norm'], gConfig['batch_size'], gConfig['learning_rate'], gConfig['learning_rate_decay_factor'], forward_only=forward_only)
File "C:\Users\user\tensorflow chatbot\seq2seq_model.py", line 121, in init
self.outputs, self.losses = tf.nn.seq2seq.model_with_buckets(
AttributeError: module 'tensorflow.nn' has no attribute 'seq2seq'

@ouiem07
Copy link

ouiem07 commented Apr 13, 2019

Did u find a solution ?

@reddyprasade
Copy link
Author

thank you

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

2 participants