Open eschmidbauer opened 2 years ago
Trying to prepare dataset, I get the following error:
> python prepare_dataset.py --in_dir data/VCTK/original/ --out_dir_name VCTK_16K --dataset VCTK log directory! -----> StyleVC_VCTK seen speakers! 87 unseen speakers! 20 start preprocessing Traceback (most recent call last): File "/root/StyleVC/prepare_dataset.py", line 237, in <module> main() File "/root/StyleVC/prepare_dataset.py", line 202, in main from text.text_English.cleaners import english_cleaners ModuleNotFoundError: No module named 'text'
Seems like something is not right with that import line.
Do you solve the problem? I met the same situation.
i did not find a solution to this.
Trying to prepare dataset, I get the following error:
Seems like something is not right with that import line.