Skip to content

LibriSpeechSegTupleWavDataset neighbor has bug? #110

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

Open
ArtemisZGL opened this issue Sep 29, 2020 · 0 comments
Open

LibriSpeechSegTupleWavDataset neighbor has bug? #110

ArtemisZGL opened this issue Sep 29, 2020 · 0 comments

Comments

@ArtemisZGL
Copy link

neighbors = self.neighbor_prefixes[prefix]
neighbors.remove(uttname)

I found the code in getitem function in LibriSpeechSegTupleWavDataset just remove the uttname in the neighbors, and it will remove it in the self.neighbor_prefixes as well, and finally the neighbors is zero. I dont know it's a bug or you design it on purpose.

Besides, I found the code unsupervised_data_cfg_librispeech.py process the speaker is strange, if the valid or test split have the same speaker, it's not included in both "data_cfg['speakers']" and "data_cfg['valid']['speakers']", but the valid set comes from the training scp, which means they will have the same speaker, and finally the "data_cfg['valid']['speakers']" is empty.

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