BenAAndrew / Voice-Cloning-App

A Python/Pytorch app for easily synthesising human voices
BSD 3-Clause "New" or "Revised" License
1.4k stars 233 forks source link

Error: too many values to unpack (expected 2) #141

Closed Roland22 closed 2 years ago

Roland22 commented 2 years ago

On train I get this error: too many values to unpack (expected 2). My dataset is a zipped metadata.csv and a wavs folder. metadata.csv is UTF in this format: 00000|text to speak 00001|text .... wavs folder contains: 00000.wav 00001.wav .... Comes the error from my dataset or from anything else ? (win10, Voice-Cloning-App-1.1.1.exe with GPU)

Roland22 commented 2 years ago

metadata.csv 0000.wav|text... works. was missing .wav