yangjianxin1 / GPT2-chitchat

GPT2 for Chinese chitchat/用于中文闲聊的GPT2模型(实现了DialoGPT的MMI思想)
2.99k stars 680 forks source link

新手求帮助啊,友友们 #130

Open dianfengxiaobo opened 6 months ago

dianfengxiaobo commented 6 months ago

在终端输入python interact.py --no_cuda --model_path model_epoch40_50w会出现python: can't open file 'interact.py': [Errno 2] No such file or directory这个错误 怎么换路径都没用咋办哪,急死了快

WThirteen commented 5 months ago

先确保你的终端在这个文件夹。

cd your path
python interact.py --no_cuda --model_path ./model/model_epoch40_50w
WThirteen commented 5 months ago

先确保你的终端在这个文件夹。

cd your path
python interact.py --no_cuda --model_path ./model/model_epoch40_50w

检查你的模型文件的位置,在model路径下即可使用此操作,若model与interact.py位于同一目录下,可以使用你的方法。
确保路径如下

-- model
----model_epoch40_50w
--interact.py