tviangte

Results 3 issues of tviangte

I upgraded to Python 3 but errors still ... Any parameters need to change in udc_test.py in order to evaluate the model? Traceback (most recent call last): File "udc_test.py", line...

1. "word2vec.bin" 2. "conversation.json" os.chdir("D:\semicolon\Deep Learning\chatbot"); model = gensim.models.Word2Vec.load('word2vec.bin'); path2="corpus"; file=open(path2+'/conversation.json');

1. word2vec.bin 2. conversations.json os.chdir("D:\semicolon\Deep Learning\chatbot"); model = gensim.models.Word2Vec.load('word2vec.bin'); path2="corpus"; file=open(path2+'/conversation.json'); data = json.load(file) cor=data["conversations"];