-
Notifications
You must be signed in to change notification settings - Fork 15
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
not combining utt2uniq as it does not exist #14
Comments
This is not a bug/warning, but only an info message. |
Thank you! I got this error. Are there any files missing from the directory? |
Could you please attach the file ( If you did not change the speaker pool in the original recipe, the path is |
1006 f |
Thank you @980202006. The bug happens because speaker 392 is missing in the file. |
I have the following problem, activate does not accept more than one argument. the in_dir is data/libri_dev_trials_f the in_dir is data/vctk_dev_trials_f the in_dir is data/vctk_dev_trials_m the in_dir is data/vctk_dev_trials_f_all the in_dir is data/libri_test_trials_f the in_dir is data/vctk_test_trials_f the in_dir is data/vctk_test_trials_m the in_dir is data/vctk_test_trials_f_all Stage 9: Anonymizing evaluation datasets... Anonymizing using x-vectors and neural wavform models... param=libri_dev_enrolls Stage a.0: Extracting xvectors for libri_dev_enrolls. |
Thank you for reply. |
@minhduc0711 proposed a solution to fix this issue: 5a8c9f9 So, you can similarly modify the first line in your |
The missing files in
should be created here:
Did you successfully complete all the previous stages? (I think your code is a little different from the current git version). |
Is there any problem with this
![image](https://user-images.githubusercontent.com/24452502/165219710-b4f224b8-a1f9-4182-bc32-2f6dae113bf7.png)
The text was updated successfully, but these errors were encountered: