seq2seq-chatbot icon indicating copy to clipboard operation
seq2seq-chatbot copied to clipboard

Chatbot in 200 lines of code using TensorLayer

Results 28 seq2seq-chatbot issues
Sort by recently updated
recently updated
newest added

Just added this, because so that other who want to communicate with the bot are able to.

How any I chane the dataset . Can I take the dataset of mine rather then twitter data & corpus movie data if yes then how?

Is there any code to use data of cornell_corpus?

After training, I manage to get some answers, but most often instead of words I get a strange "unk" in the answer. ![default](https://user-images.githubusercontent.com/11388816/49799640-7e226c00-fd56-11e8-9ae5-265e9c92b9b6.png)

hi is there a pretrained model download? i tried to train a model but it was to slow with my cpu . @tensorlayer-gardener

validx and validy are not used and there are no calculcations for validation accuracy in the model ?

I am trying to write code for Chat Box, but encountering the error "ModuleNotFoundError: No module named 'data.twitter'; 'data' is not a package" when trying to execute "from data.twitter import...

In Practicle seq2seq, it provides a checkpoint file, but in tensorlayer 2.x.x, there was no load_ckpt anymore, so how to convert it into .npz file