Open 15755841658 opened 1 year ago
VCTk dataset version maybe wrong
refer this: https://datashare.ed.ac.uk/handle/10283/3443
@15755841658 Have you solved the problem? My VCTK dataset also doesn't have '_mic2.flac'. How should I solve it?
If your data is already .wav and do downsample to 16khz, it's enough. Otherwise, you need to do downsample
if os.path.exists(wav_path) and '_mic2.flac' in wav_path is error? "and" change to "or"?
And there is a problem with my data set?