domerin0 / neural-chatbot

A chatbot based on seq2seq architecture done with tensorflow.
196 stars 81 forks source link

so, we cannot directly use the dataet from seq2seq-chatbot/tree/master/data/raw , right? #12

Closed SeekPoint closed 7 years ago

domerin0 commented 8 years ago

Actually, you should be able to. I never really thought about it, but it is in the same format. You may need to try different bucket sizes. To run it, place it somewhere like:

data/raw/

You can then run:

python train.py --raw_data_dir="data/raw/"

I will need to update the documentation to explain this a bit better.

domerin0 commented 7 years ago

I've commited a dataset which will work. I'm closing this issue now, but you're welcome to re-open or start a new one if there are other problems/ if you have questions.