-
Notifications
You must be signed in to change notification settings - Fork 7
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
Problem with LJSpeechDataset #3
Comments
Hi! Nevertheless, if you don't want to downgrade torchaudio, the problem is in deprecated internal item "_walker" in torchaudio.datasets.LJSPEECH. Now it's called "_flist" in newer versions, as can be seen on screenshot below. You can try to simply replace "_walker" to "_flist". Link to the source code of torchaudio: https://pytorch.org/audio/stable/_modules/torchaudio/datasets/ljspeech.html#LJSPEECH Thank you for reporting this! |
Hi I have a problem ( could be related to ljspeech as well any suggestion on how to fix the problem File "C:\Users\nntin\anaconda3\lib\site-packages\torchaudio\datasets\ljspeech.py", line 72, in _parse_filesystem |
Hi @nguyennhuttin , which version of torchaudio are you using? |
I am using
|
Hi, thank you but I think I manage to solve the issue by adding encoding='utf-8' to every with open csv file |
Hi @oleges1 ,
I have an error message when I launch 'train.py' with the LJSpeechDataset as config:
'LJSpeechDataset' object has no attribute '_walker'. Would you have any idea of the problem, please?
Thanks a lot.
The text was updated successfully, but these errors were encountered: