seq2seq-chatbot
seq2seq-chatbot copied to clipboard
Chatbot in 200 lines of code using TensorLayer
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. 
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