We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在运行 python user_generate.py --pretrained_model ./checkpoint/checkpoint-iter199999.pth --style_path ./style_samples 这串代码后,就出现了 FileNotFoundError: [Errno 2] No such file or directory: 'data/CASIA_CHINESE/Chinese_content.pkl' 这样的报错。本人是小白,看了别人的解决方法但还是不懂。而且是我历经千辛万苦才搞到这一步(这么说有点夸张了哈),还是希望有大佬能帮我解决一下的呢。谢谢各位啦!
The text was updated successfully, but these errors were encountered:
检查下你的project,是否存在data/CASIA_CHINESE/这个目录,以及data/CASIA_CHINESE/这个目录下是否存在Chinese_content.pkl这个文件
Sorry, something went wrong.
有的,但是还是不行
除了这个可能的原因之外,还有什么别的可能的原因呢,谢谢啦
检查下你的project,是否存在data/CASIA_CHINESE/这个目录,以及data/CASIA_CHINESE/这个目录下是否存在Chinese_content.pkl这个文件 有的,但是还是不行 请把你的'date'文件夹重命名为'data'
有的,但是还是不行 请把你的'date'文件夹重命名为'data'
No branches or pull requests
在运行 python user_generate.py --pretrained_model ./checkpoint/checkpoint-iter199999.pth --style_path ./style_samples 这串代码后,就出现了 FileNotFoundError: [Errno 2] No such file or directory: 'data/CASIA_CHINESE/Chinese_content.pkl' 这样的报错。本人是小白,看了别人的解决方法但还是不懂。而且是我历经千辛万苦才搞到这一步(这么说有点夸张了哈),还是希望有大佬能帮我解决一下的呢。谢谢各位啦!
The text was updated successfully, but these errors were encountered: