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

Cant train #220

Open
dillfrescott opened this issue Nov 16, 2022 · 1 comment
Open

Cant train #220

dillfrescott opened this issue Nov 16, 2022 · 1 comment

Comments

@dillfrescott
Copy link

It just keeps saying:

/usr/local/lib/python3.7/dist-packages/nnmnkwii/datasets/__init__.py:124: UserWarning: No files are collected. You might have specified wrong data source.
  warn("No files are collected. You might have specified wrong data source.")
Traceback (most recent call last):
  File "train.py", line 1070, in <module>
    data_loaders = get_data_loaders(dump_root, speaker_id, test_shuffle=True)
  File "train.py", line 995, in get_data_loaders
    Mel[0].shape))
  File "/usr/local/lib/python3.7/dist-packages/nnmnkwii/datasets/__init__.py", line 146, in __getitem__
    paths = self.collected_files[idx]
IndexError: index 0 is out of bounds for axis 0 with size 0
@lanberGB
Copy link

Please make sure there are three subfolders named "eval", "train_no_dev" and "dev" under your dataset path (dump_root)

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