pytorch-chatbot
pytorch-chatbot copied to clipboard
Pytorch seq2seq chatbot
Hi, after the training corrupted tar file is formed. could you please help me with this. Anyway after the training, during testing, there is an error in evaluate.py Error: encoder.load_state_dict(checkpoint['en'])...
Hi there, thank you for your open sources. I am wondering whether the dataset movie_subtitle is the Cornell Movie-Dialogs Corpus?
I don't know if it has been answered before but I was wondering what is the use of the following, ` padList = zeroPadding(indexes_batch) ` in the function, inputVar(l, voc)...
您好,我最近基于您的dev分支代码实现中文的聊天机器人。遇到一些代码问题。 1、一处代码笔误。 dataloader.py line47 drop_last = False 需要移至line50 2、open函数需要加encoding='utf-8' 例如main.py line22 3、DataLoader 的num_workers > 1的时候,vail验证使用cuda会引发错误。(cpu的没有尝试过)
I get the following error when trying to load the pretrained model from www.space.ntu.edu.tw: RuntimeError: Error(s) in loading state_dict for EncoderRNN: size mismatch for embedding.weight: copying a param with shape...
The command of interaction with the chatbot python main.py --config C:\xampp\htdocs\config\config.yaml -i in the dev code doesn't work. Can you help me?