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

IOError: [Errno 2] No such file or directory: #65

Open
Waguitar opened this issue Jan 22, 2020 · 3 comments
Open

IOError: [Errno 2] No such file or directory: #65

Waguitar opened this issue Jan 22, 2020 · 3 comments

Comments

@Waguitar
Copy link

I have tried to save the csv to UTF8 but it still cannot be seen though I have verified it is in that directory.I get these error
IOError: [Errno 2] No such file or directory: '/data/private/voice/LJSpeech-1.0/transcript.csv'

@NicholasMcCann
Copy link

Im having this problem too

@kheniparth
Copy link

kheniparth commented May 6, 2020

Because LJSpeech-1.0 dataset comes with file

metadata.csv

, you would have to rename the file to

transcript.csv

@semipro33
Copy link

Change data in hyperparams.py
from
data = "/data/private/voice/LJSpeech-1.1"
to
data = "data/private/voice/LJSpeech-1.1"

This changes the absolute path in the original code to a relative path, so that the os.path.join command in data_load.py will work as intended.

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

4 participants