-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
An errors with running the preprocess.py #13
Comments
Faced the same problem. What type of duration modeling do you use? Supervised or unsupervised?
It seems that preprocess pipeline contains actions for both.So - it missed some supervised (MFA outputs) artifacts. |
Unsupervised + liu2021 Yeah, I forgot to mention compute_f0_stats method, which produce an error when len(f0s) == 0. It's a bit weird. God damnit, so I must use MFA anyway. Will try, thank you! |
I'm trying to preprocess the VCTK dataset, and stuck on the 'Computing statistic quantities' step. When I copy from repo preprocessed_data files instead, the training run successful.
Firstly, there is a runtime error:
preprocessor.py
After applying a simple crutch to fix a value of logf0s_std_org, next error appear:
win 10
conda python 3.6.15
all packages from the requirements.txt is installed
The text was updated successfully, but these errors were encountered: