tensorflow-seq2seq-chatbot
tensorflow-seq2seq-chatbot copied to clipboard
In this demo code, we implement Tensorflows Sequence to Sequence model to train a chatbot on the Cornell Movie Dialogue dataset.The dataset has been in the project. After training for a few hours, the...
Hi kenhenry, thanks for sharing code. i have tried with ubuntu chat log. but i'm facing some common issues like generic responses issues and inconsistent reply. is this model (...
During training the seq2seq chatbot ,why it take long time to train even if I give small amount of data .what is the purpose of test.enc and test.dec
what is exactly happening during testing after the user input get tokenized (i.e)what we get at encoder_input,decoder_input) and how the data get fetch based on given input.I am in need...
Here is the detial error message : File "execute.py", line 218, in decode enc_vocab, _ = data_utils.initialize_vocabulary(enc_vocab_path) File "E:\tensorflow-seq2seq-chatbot-master\tensorflow-seq2seq-chatbot-master\data_utils.py", line 89, in initialize_vocabulary rev_vocab.extend(f.readlines()) File "C:\Program Files\Python35\lib\site-packages\tensorflow\python\lib\io\file_io.py", line 131, in...
While running execute.py with mode=train, program gets stuck at reading data 18135. Anyone encountered the same issue? I have come across this issue on multiple codes of seq2seq models
I will like run in GPU mode
Firstly thank you for the updated execute.py, I couldn't for the life of me get Suriya's script working but given Im very very new ubuntu, python and TF I though...
Hi guys. I am new to tensorflow and just trying out couples of examples. I am using Tensorflow 1.0.1 and python 2.7 w anaconda. I think it's because of the...