Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Opencpop stage 8 error #130

Open
jerryuhoo opened this issue Sep 18, 2022 · 1 comment
Open

Opencpop stage 8 error #130

jerryuhoo opened this issue Sep 18, 2022 · 1 comment

Comments

@jerryuhoo
Copy link
Contributor

jerryuhoo commented Sep 18, 2022

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.

@ftshijt
Copy link
Member

ftshijt commented Sep 18, 2022

@PeterGuoRuc can you check the evaluate_mcd scripts over this issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants