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

code error #223

Open
duduke37 opened this issue Nov 30, 2024 · 0 comments
Open

code error #223

duduke37 opened this issue Nov 30, 2024 · 0 comments

Comments

@duduke37
Copy link

路径:/wetts/examples/aishell-3/vits/inference.py、inference_onnx.py
当在run.sh中运行stage和stop_stage为2或者3的时候会分别调用这两个推理文件处理test.txt,在运行到这的时候都会报错,提示:
for line in open(args.test_file):
audio_path, speaker, text = line.strip().split("|")
报错截图:
image
修改建议:
for line in open(args.test_file):
audio_path, speaker, text,_ = line.strip().split("|")
希望得到您的回复!

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

1 participant