haoheliu / AudioLDM-training-finetuning

AudioLDM training, finetuning, evaluation and inference.
https://audioldm.github.io/audioldm2/
MIT License
196 stars 38 forks source link

Training on our own dataset. #2

Open Praniyendeev opened 10 months ago

Praniyendeev commented 10 months ago

Thank you @haoheliu for the amazing work! I was looking forward to this for awhile!. I am a beginner to Machine Learning and was wondering how trivial it is to modify the network architecture to suit our own dataset. Any input from you, would be greatly appreciated

haoheliu commented 10 months ago

It's super easy to use your own dataset. I'll update the readme with more tutorials later.

Praniyendeev commented 10 months ago

Thank you for the update!

Praniyendeev commented 10 months ago

I also wanted to make sure that the training code as of now is for AudioLDM and not AudioLDM2 right? But the checkpoints and modules have been merged so seemed more like the AudioLDM2 repo to me.

haoheliu commented 10 months ago

Currently the code is mainly for AudioLDM 1.0. Will update the code with AudioLDM 2.0 config later

alexandre-xn commented 8 months ago

Currently the code is mainly for AudioLDM 1.0. Will update the code with AudioLDM 2.0 config later

Any update ? @haoheliu

BingliangLi commented 5 months ago

May I ask are the code for AudioLDM 2.0 ready to be released?