vits icon indicating copy to clipboard operation
vits copied to clipboard

ValueError: too many values to unpack (expected 2)

Open wrl1224 opened this issue 1 year ago • 3 comments

-- 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 avatar May 09 '23 09:05 wrl1224

Why is that?

wrl1224 avatar May 09 '23 09:05 wrl1224

same problem, have you solved it?

JunhaoHuang0615 avatar Jun 30 '23 10:06 JunhaoHuang0615

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

dvsonic avatar Jul 11 '23 03:07 dvsonic