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
问题:extract_embedding.py报segmentation default错误。
复现:
cd [root]/examples/libritts/cosyvoice python tools/extract_embedding.py --dir data/[your_dataset]/ --onnx_path ../../../pretrained_models/CosyVoice-300M-Instruct/campplus.onnx
具体的错误: 0%| | 0/10437 [00:00<?, ?it/s]Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
set --num_thread 1
Sorry, something went wrong.
报错:egmentation fault (core dumped) tools/extract_embedding.py --dir data/$x --onnx_path $pretrained_model_dir/campplus.onnx
--num_thread 1 设置后依然报core的问题
No branches or pull requests
问题:extract_embedding.py报segmentation default错误。
复现:
具体的错误:
0%| | 0/10437 [00:00<?, ?it/s]Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: