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

error at step 7 #2

Closed
Kwisss opened this issue Apr 24, 2023 · 1 comment
Closed

error at step 7 #2

Kwisss opened this issue Apr 24, 2023 · 1 comment

Comments

@Kwisss
Copy link

Kwisss commented Apr 24, 2023

preprocess_zzz.py calls vits but preprocess_zzz.py itself is in a map so can't locate it.

if I copy the vits map into prepare it still throws an error at step 7:

line 252, in iter
ids_bucket = ids_bucket + ids_bucket * (rem // len_bucket) + ids_bucket[:(rem % len_bucket)]
ZeroDivisionError: integer division or modulo by zero in \vits\data_utils.py

is it because vits_pretrain.pt is missing? it does not seem to exist on the internet?

@MaxMax2016
Copy link
Collaborator

the model is still under train, and will be released some days later. the error is caused by the setting of frames [150, 300, 450], after pretrain model released, i will try to fix bugs.

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

2 participants