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

Beginner problem #81

Open
Crazyjoedevola opened this issue Aug 12, 2020 · 1 comment
Open

Beginner problem #81

Crazyjoedevola opened this issue Aug 12, 2020 · 1 comment

Comments

@Crazyjoedevola
Copy link

Traceback (most recent call last):
File "prepo.py", line 17, in
fpaths, _, _ = load_data() # list
File "/content/dc_tts-master/data_load.py", line 65, in load_data
fname, _, text, is_inside_quotes, duration = line.strip().split("|")
ValueError: not enough values to unpack (expected 5, got 3)

@Pritzier
Copy link

The data loader checks if the folder that contains the WAVS folder and transcript contain the word "LJ". If it contains "LJ" then only 3 values are expected, which is want you want I guess. You can of course change "LJ" to something else.

You are getting this ValueError, because your folder does not contain "LJ" and it, therefore, thinks you have formatted it differently.

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

2 participants