Open Esmeder opened 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!
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.
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?