You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I would like to ask two questions
One is what python version are you running your model on, I'm running it with version 3.9 but there are many global declarations in compute_metrics_norm.py that report an error about not being defined.
Another question, the dataset VCTK-DEMAND is this one https://datashare.ed.ac.uk/handle/10283/2791, it's all 48Khz audio, I use sound.set_frame_rate(16000) to reduce it to 16Khz, but the code is still reporting an error Error: Unsupported sampling rate. how to regulate lower sampling rate?
The text was updated successfully, but these errors were encountered:
Hello, I would like to ask two questions
One is what python version are you running your model on, I'm running it with version 3.9 but there are many global declarations in compute_metrics_norm.py that report an error about not being defined.
Another question, the dataset VCTK-DEMAND is this one https://datashare.ed.ac.uk/handle/10283/2791, it's all 48Khz audio, I use sound.set_frame_rate(16000) to reduce it to 16Khz, but the code is still reporting an error Error: Unsupported sampling rate. how to regulate lower sampling rate?
The text was updated successfully, but these errors were encountered: