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

Unable to quantize the data #4

Closed
SkyYap opened this issue Jan 15, 2023 · 5 comments
Closed

Unable to quantize the data #4

SkyYap opened this issue Jan 15, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@SkyYap
Copy link

SkyYap commented Jan 15, 2023

After I run python -m vall_e.emb.qnt data/your_data, the error shown is Error while finding module specification for 'vall_e.emb.qnt' (ModuleNotFoundError: No module named 'vall_e.emb')

I followed the instruction by putting my data into data/sky, making the data files having 2 files (test and sky files). Audio files in data/sky is named with 1.wav and text files is named with 1.normalized.txt. I am not sure which part I am missing.

@enhuiz
Copy link
Owner

enhuiz commented Jan 15, 2023

Should be fixed in b7d3c89, try to pull and run again.

@enhuiz enhuiz added the bug Something isn't working label Jan 15, 2023
@SkyYap
Copy link
Author

SkyYap commented Jan 15, 2023

Should be fixed in b7d3c89, try to pull and run again.

Just check. You added an empty file. Is there any mistake there?

@enhuiz
Copy link
Owner

enhuiz commented Jan 15, 2023

Take a look here: https://stackoverflow.com/questions/448271/what-is-init-py-for.

BTW, which Python version are you using?

@SkyYap
Copy link
Author

SkyYap commented Jan 15, 2023

I am using this tutorial to switch between Python 3.8 and Python 3.10. I am currently using Python 3.10.7.

python3 --version
Python 3.10.7

@SkyYap
Copy link
Author

SkyYap commented Jan 15, 2023

Worked perfectly after the update.

@SkyYap SkyYap closed this as completed Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants