Skip to content
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

When extracting acoustic features, process goes into sleep indefinitely #72

Open
VincentThiemann opened this issue Oct 6, 2020 · 0 comments

Comments

@VincentThiemann
Copy link

VincentThiemann commented Oct 6, 2020

Hello All!

I have been trying to get Become Yukarin working for the past few weeks, and I've been running into a consistent problem.

Whenever I try to run extract_acoustic_feature.py, the process runs indefinitely. It seems to run normally for a few minutes (ps aux outputs R on extract_acoustic_feature, the processes are consuming resources), but after a while, all the processes go to sleep (s+ or Sl+) and quit consuming resources. I've let it sit for a day and a half, but nothing ever happens, so I just end it early.

This is what I run:
python3 scripts/extract_acoustic_feature.py
-i1 './input_wav/'
-i2 './target_wav/'
-o1 './input_feature/'
-o2 './target_feature/'

Inside of input_wav is a 1 hour 50 minute wav file, and in target_wav is a 2 hour and 54 minute wav file.

The only exception to the issue I have above is when I run extract_acoustic_feature using the 'dio' estimation method, and with very short audio files (<10 minutes). In that case, it does output the feature, mean, and var files, but they do not work in training, and are always the exact same size no matter what wav I use: 9.9 mb for feature, and 615 kb for mean and var.

Does anyone have any idea what may be the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant