Closed Edward-liang closed 7 years ago
Could you copy the full terminal output please ?
@Conchylicultor Thank you very much for your reply. I find a hint in the output says:
No previous model found, starting from clean directory: /home/zl/DeepQA-master/save/model-pretrainedv2 Testing: Launch interactive mode:
which was caused by my wrong handling of the model: I just extracted the contents in the zip "model-pretrainedv2" which their parent folder. Now I move them under model-pretrainedv2 folder, and everything now goes fine.
Again, thank you for your timely reply.
What have you done? I dont understand
@paratata I mean to load the pre-trained model properly, you should extract the content in the zip file into a folder called model-pretrainedv2, and then copy the folder under the path :DeepQA-master/save/
I followed the instructions in Readme file to deploy the pretrained model and nltk corpus under certain folders. Env: Python3.6.0 Tensorflow1.0 The program goes smoothly with "python main.py --modelTag pretrainedv2 --test interactive", However I got nonsense talks as followed. Has any one met similar problems before, please?