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

Randomly selecting target speakers... 段错误 #1

Open
kingback2019 opened this issue Dec 15, 2023 · 1 comment
Open

Randomly selecting target speakers... 段错误 #1

kingback2019 opened this issue Dec 15, 2023 · 1 comment
Assignees

Comments

@kingback2019
Copy link

Hello,when I run this commands :

python run.py ./samples/libri_2/source/source.wav ./samples/libri_2/protected/protected.wav

but get errors like this:

Loading source speaker...
Loaded encoder "encoder.pt" trained to step 1564501
Randomly selecting target speakers...
段错误
@zh1yu4nyu
Copy link
Collaborator

zh1yu4nyu commented Jan 1, 2024

Hi, thanks for your interest in this project!

It appears that you are encountering the "segmentation error" right after the target speaker selection step (Line 435 in run.py). This error could occur for many reasons like invalid memory access. However, it could also be a symptom of deeper issues such as incorrect package versions or dependencies. To help you debug further, some additional information would be super helpful:

  • What OS/environment are you running on?
  • Your hardware specifications (CPU, GPU if applicable, RAM etc.)
  • Have you modified any parts of the code, and if yes what are these?
  • Would this error consistently occur when executing other commands?
  • Full error message and traceback if you have it.

Please feel free to attach them here or email me directly if you prefer. I'm happy to take a closer look and get this fixed up for you!

Happy new year! Hope you have a great start to 2024!

@zh1yu4nyu zh1yu4nyu self-assigned this Feb 11, 2024
@zh1yu4nyu zh1yu4nyu added question Further information is requested and removed question Further information is requested labels Feb 11, 2024
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