-
Notifications
You must be signed in to change notification settings - Fork 6
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
Low-resource finetune #6
Comments
ERROR MESSAGE: |
@yiwei0730 pflow-encodec/pflow_encodec/data/sampler.py Lines 62 to 75 in 6dd5339
by the way, Was chinese, english mixed training did well? |
The result of zero-shot is not very good and the similarity is not good. |
I'm sorry to bother you
I want to change this model from zero-shot to finetune with less data
When I use 4 data (repeated about 10 times) = 40 data for training. But He will keep popping up errors. I don’t know how to solve this.
"""
text_tokens, durations, latents = map(list, zip(*batch))
ValueError: not enough values to unpack (expected 3, got 0)
"""
The text was updated successfully, but these errors were encountered: