-
Notifications
You must be signed in to change notification settings - Fork 135
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
run Voxceleb Recipe [Speaker Recognition] #46
Comments
Sorry, it's a bug we didn't fixed. In the new version of ASV-Subtools, if using multi_gpu_training, it don't need the parameter "args.port" anymore, so you can delete the " args.port" and we will fixed this bug soon. |
Sorry to bother you again. I recently would like to running Voxceleb Recipe [Speaker Recognition]. After delete the " args.port", I ran
|
The "_nosil" dir is generated in stage 0 by using feats.scp and vad.scp. You can check the stage 0 and make sure the content of feats.scp in data/mfcc_23_pitch/voxceleb1_train_aug are correct, expecially the absolute path of ark file. |
When running Voxceleb Recipe [Speaker Recognition], I met the error as shown below. I am not sure where the codes in "runSnowdarXvector-extended-spec-am.py" wrong to make this type error. Thank you for your help!
(xmuspeech) tcao7@c06:~/kaldi/egs/xmuspeech/voxceleb1$ subtools/runPytorchLauncher.sh runSnowdarXvector-extended-spec-am.py --stage=0
Traceback (most recent call last):
File "runSnowdarXvector-extended-spec-am.py", line 282, in
utils.init_multi_gpu_training(args.gpu_id, args.multi_gpu_solution, args.port)
TypeError: init_multi_gpu_training() takes from 0 to 2 positional arguments but 3 were given
The text was updated successfully, but these errors were encountered: