chavinlo / musicgen_trainer

simple trainer for musicgen/audiocraft
GNU Affero General Public License v3.0
1 stars 0 forks source link

what if my audio is shorter than 30s #7

Closed jidanhuang closed 1 year ago

jidanhuang commented 1 year ago

hello, I try to finetune the model on a dataset in which most of the samples are shorter than 30s, will padding the wav to 30s works? Or can I just use the original wav?

chavinlo commented 1 year ago

Yes the padding will work. But remember that the trainer currently is broken. Meta should release their trainer around early-mid july

jidanhuang commented 1 year ago

Thank you for you response. But I just wonder why the trainer does not work since it can overfit. Early-mid july seems a little late for me.