We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
VCTk dataset version maybe wrong
refer this: https://datashare.ed.ac.uk/handle/10283/3443
Sorry, something went wrong.
@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
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: