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

[BUG]: libritts_dataset.py of valle_v2 #260

Open
CriDora opened this issue Aug 11, 2024 · 1 comment
Open

[BUG]: libritts_dataset.py of valle_v2 #260

CriDora opened this issue Aug 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@CriDora
Copy link

CriDora commented Aug 11, 2024

When I write "dataset_list":["train-clean-360", "train-clean-100"] in valle_v2's exp_ar_libritts.json, and then execute
"python -m models.tts.valle_v2.libritts_dataset"
, the code self.trans_cache["Duration"] of train-clean-360 can be calculated correctly, but it will get stuck when calculating the self.trans_cache["Duration"] of the second dataset train-clean-100.
I put the two lines of code for setting ID in libritts_dataset.py
"self.metadata_cache.set_index("ID", inplace=True)
self.trans_cache.set_index("ID", inplace=True)"
after the calculation of duration and outside the for loop, and the above problem will not occur.
Is the above problem caused by my improper operation?

@CriDora CriDora added the bug Something isn't working label Aug 11, 2024
@jiaqili3
Copy link
Collaborator

Thanks @CriDora for your feedback. I think your solution is correct, we'll try to debug this issue. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants