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

Opencpop stage 8 error #130

@jerryuhoo

Description

@jerryuhoo
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions