You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/y/anaconda3/envs/muskit/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/home/y/anaconda3/envs/muskit/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "pyscripts/utils/evaluate_mcd.py", line 138, in calculate
assert len(corresponding_list) == 1
gen_path is exp/svs_train_raw_phn_none_zh/decode_valid.loss.best/test/wav/opencpop_2100003745.wav
gt_file_list is ['wav_dump/2044001628_bits16.wav', ... ]
gen_path is
exp/svs_train_raw_phn_none_zh/decode_valid.loss.best/test/wav/opencpop_2100003745.wavgt_file_list is
['wav_dump/2044001628_bits16.wav', ... ]Muskits/egs/TEMPLATE/svs1/pyscripts/utils/evaluate_mcd.py
Lines 133 to 135 in 3750a54
It is because
gt_file_listdoesn't contain "opencpop" thatopencpop_2100003745is not in the list.