-
Notifications
You must be signed in to change notification settings - Fork 57
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
Why can't this run_example.sh script program run? #70
Comments
Hi, |
Hello, I am not using the code from the master branch; I am using the code from the branch shown in the image below. What should I do next?
|
The run_example script will only work with the master branch which is the latest version. If you want to use the voxconverse branch, you are welcome to do so but the run_example script will not work. You should be able to run on the voxconverse data with that branch |
Hi @wcqy-ye |
Hello, thank you for your reply. I tried the models shared in the repository and ran the |
From what I see in your print screens, both of them say GPU. But I trust you ran one of those with the CPU option. |
Thank you for your response. However, I encountered a serious issue during my usage. The results I obtained using the ONNX model voxceleb_resnet34_LM.onnx were very poor, which suggests there might be a critical problem. After troubleshooting step by step, I found that it might be caused by the fact that the PLDA model file (represented by plda-file), the x-vector transformation matrix file (represented by xvec-tran), and the mean vector file (represented by xvec-mean) are all supposed to correspond to the embedding model used in the previous step. This mismatch likely caused the issue. I would like to ask for your advice on how to handle this situation. Specifically: How can I generate these corresponding files for the embedding model? |
The text was updated successfully, but these errors were encountered: