voice_conversion
voice_conversion copied to clipboard
log_f0 does n't exist
Hello,
I was able to run make_dataset_vctk.py and get a h5py output. But the mcep normalize fails:
python mcep_normalize.py VCTK_h5py VCTK_h5py_norm
processing speaker_id=225
Traceback (most recent call last):
File "mcep_normalize.py", line 13, in
Apparently, you are saving mel and lin in the make_dataset*.py modules. but you are reading log_f0, mc_mean, mc_std, f0_mean, f0_std in your mcep_normalize as well as your convert.py codes.
Is your documentation missing a step that arrives at log_f0, mc_mean, mc_std, f0_mean, f0_std ?
Please clarify
Thanks, Buvana
Hi, I used log-power spectrum instead. The mc, f0 doesn't work.