descript-audio-codec icon indicating copy to clipboard operation
descript-audio-codec copied to clipboard

Fine-tuning from 44.1Khz

Open moiseshorta opened this issue 2 years ago • 1 comments

Hello,

Thanks for this work! I noticed that the pre-trained 44.1Khz weights isn't doing the best job at reconstruction some music outside of the dataset scope.

I'm wondering if you're planning to release a fine-tuning script, so as to resume from the pre-trained weights that you provided, also reducing compute time.

Thanks and looking forward!

Best, M

moiseshorta avatar Sep 24 '23 22:09 moiseshorta

add this in your .yml conf file and put ckpts in save_path/tag will be fine resume: true tag: best load_weights: true

Approximetal avatar Dec 06 '24 08:12 Approximetal