This repository was archived by the owner on Dec 8, 2023. It is now read-only.

Description
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', ... ]
|
corresponding_list = list( |
|
filter(lambda gt_path: _get_basename(gt_path) in gen_path, gt_file_list) |
|
) |
It is because gt_file_list doesn't contain "opencpop" that opencpop_2100003745 is not in the list.