Skip to content

Index out of range for custom dataset. #153

@A-d-DASARE

Description

@A-d-DASARE

Traceback (most recent call last):
File "train.py", line 415, in
train(n_gpus, rank, **train_config)
File "train.py", line 257, in train
data_config, n_gpus, batch_size)
File "train.py", line 64, in prepare_dataloaders
**dict((k, v) for k, v in data_config.items()
File "/content/flowtron/data.py", line 75, in init
self.audiopaths_and_text)
File "/content/flowtron/data.py", line 144, in create_speaker_lookup_table
speaker_ids = np.sort(np.unique([x[2] for x in audiopaths_and_text]))
File "/content/flowtron/data.py", line 144, in
speaker_ids = np.sort(np.unique([x[2] for x in audiopaths_and_text]))
IndexError: list index out of range

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions