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

training data #17

Open
mystlee opened this issue Jul 25, 2021 · 0 comments
Open

training data #17

mystlee opened this issue Jul 25, 2021 · 0 comments

Comments

@mystlee
Copy link

mystlee commented Jul 25, 2021

Hi,

I'm tying to train the speaker verification with voxceleb1&2 using 'pytorch_run.sh'
However, index error occurred in train_xent.py(stage 6)
I think the default script need 80 archives(numArchives), however I can get only 75 archives.

I can take only 1483600743 frames in stage 5, so only 75 archives were generated in sid/nnet3/xvector/get_egs.sh(stage 6)
"num_train_archives=$[($num_train_frames*$num_repeats)/$frames_per_iter + 1]" in sid/nnet3/xvector/get_egs.sh line 129

I wonder if it is correct to simply modify numArchives 80 to 75 is correct for reproducing.

thank you

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

1 participant