keras-seq2seq-chatbot-with-attention
keras-seq2seq-chatbot-with-attention copied to clipboard
It is a seq2seq encoder decoder chatbot using keras and with attention
Results
1
keras-seq2seq-chatbot-with-attention issues
Sort by
recently updated
recently updated
newest added
i got this error : TypeError Traceback (most recent call last) [](https://localhost:8080/#) in ----> 1 attn_op, attn_state = attn_layer([encoder_outputs, output]) 2 decoder_concat_input = Concatenate(axis=-1)([output, attn_op]) 5 frames [/usr/local/lib/python3.7/dist-packages/keras/engine/keras_tensor.py](https://localhost:8080/#) in __array__(self,...