Conchylicultor / DeepQA

My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
Apache License 2.0
2.93k stars 1.17k forks source link

Error loading OpenSub #156

Open Esmeder opened 7 years ago

Esmeder commented 7 years ago

I have downloaded and unpacked the OpenSubs corpus in the opensubs directory but when I train the model it doesn't load the corpus:

Loaded opensubs: 4 words, 0 QA

I followed all the instructions but I still can not use the corpus... ¿Any ideas?

nichcuta commented 7 years ago

Make sure you download the Samples and place them under "DeepQA\data\samples" and download the Model and place them in "DeepQA\save".

If you download the opensubs model named opensubs-tf1.3 you should use the following command to test, "python3.5 main.py --modelTag opensubs-tf1.3 --keepAll --test interactive".

Hope this helps!

andrewt3000 commented 6 years ago

I had the same issue because I ran python3 main.py --corpus opensubs before I downloaded the data as instructed.

https://github.com/Conchylicultor/DeepQA/blob/master/data/opensubs/README.md

I just deleted the whole project and started over, downloaded the data first and it worked.