jaywalnut310 / vits

VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech
https://jaywalnut310.github.io/vits-demo/index.html
MIT License
6.84k stars 1.26k forks source link

ValueError: too many values to unpack (expected 2) #146

Open wrl1224 opened 1 year ago

wrl1224 commented 1 year ago

-- Process 0 terminated with the following error: Traceback (most recent call last): File "D:\Anaconda3\envs\vits\lib\site-packages\torch\multiprocessing\spawn.py", line 69, in _wrap fn(i, *args) File "D:\AiPoject\vits-main\train.py", line 71, in run train_dataset = TextAudioLoader(hps.data.training_files, hps.data) File "D:\AiPoject\vits-main\data_utils.py", line 38, in init self._filter() File "D:\AiPoject\vits-main\data_utils.py", line 51, in _filter for audiopath, text in self.audiopaths_and_text: ValueError: too many values to unpack (expected 2)

wrl1224 commented 1 year ago

Why is that?

JunhaoHuang0615 commented 1 year ago

same problem, have you solved it?

dvsonic commented 1 year ago

check your filelist ,you may find some extra "|" which should be remove