From fe5f663a6b4386a7dcffad4e5291db6af252f581 Mon Sep 17 00:00:00 2001 From: Ashwani Jha Date: Fri, 11 Aug 2017 15:45:40 +0530 Subject: [PATCH] Added info for adding enc and dec files Changed the readme to include that we have to put the train and test encoder and decoder files in the data folder otherwise this does not run and throws an error as per the closed issue #3. Added Dropbox links to download the files. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 302cc97..1e7d9a1 100755 --- a/README.md +++ b/README.md @@ -19,6 +19,13 @@ Use [pip](https://pypi.python.org/pypi/pip) to install any missing dependencies Usage =========== +First, go to the tensorflow_chatbot directory and create a new folder called data. + + Download the following files: +1. [test.enc](https://www.dropbox.com/s/ncfa5t950gvtaeb/test.enc?dl=0) +2. [test.dec](https://www.dropbox.com/s/48ro4759jaikque/test.dec?dl=0) +3. [train.enc](https://www.dropbox.com/s/gu54ngk3xpwite4/train.enc?dl=0) +4. [train.dec](https://www.dropbox.com/s/g3z2msjziqocndl/train.dec?dl=0) To train the bot, edit the `seq2seq.ini` file so that mode is set to train like so @@ -37,6 +44,7 @@ then run the code like so ``python execute.py`` + Challenge ===========