Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dianfengxiaobo opened this issue May 6, 2024 · 2 comments
Open

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

dianfengxiaobo opened this issue May 6, 2024 · 2 comments

Comments

@dianfengxiaobo
Copy link

在终端输入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
Copy link

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

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

@WThirteen
Copy link

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

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

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants