Replies: 1 comment 1 reply
-
@treacker could you pls have a look? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I get an error when trying to train a VITS TTS model:
.../NeMo/nemo/collections/tts/torch/data.py", line 1540, in __iter__ ids_bucket = ids_bucket + ids_bucket * (rem // len_bucket) + ids_bucket[: (rem % len_bucket)] ZeroDivisionError: integer division or modulo by zero
It seems 'len_bucket' sometimes becomes zero for some reason. Is there a way to adjust config parameters to get around this issue? Maybe 'batch_size' and/or 'boundaries' in the vits config file?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions