You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: