nicolas-ivanov/tf_seq2seq_chatbot

TypeError: embedding_attention_seq2seq() got an unexpected keyword argument 'embedding_size'

anantzoid opened this issue · 1 comments

A typo in seq2seq_f where param name embedding_size is provided while calling tf.nn.seq2seq.embedding_attention_seq2seq.

As per the definition of embedding_attention_seq2seq, the first 6 arguments don't have a name.

Issue resolved on updating Tensorflow.