Closed mjk321 closed 1 year ago
Hi You should make filelists like this file path|script|emotion|speaker ID
you should update the read me to reflect that pls. also, what is speaker ID?
I update the read me. speaker Id is speaker name. But it type is int not str so you should change.
Close due to inactivity.
Hi, I'm trying to use a Japanese dataset. I made the filelist look like this:
dataset/ang/wav/angry-0.wav|Kimurasan wa watashi ni shashin wo misete kuremashita.
dataset/ang/wav/angry-1.wav|Tero ga arukara yameroto, sanzan, iwareta.
and so on. but I keep getting this errorit seems the error coming from common/utils.py 's
load_filepaths_and_text
where
parts
is only split by "|". can you help?