Skip to content
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

How to fune-tune the pre-trained model on my custom dataset #7

Closed
jmren168 opened this issue Feb 16, 2024 · 1 comment
Closed

How to fune-tune the pre-trained model on my custom dataset #7

jmren168 opened this issue Feb 16, 2024 · 1 comment

Comments

@jmren168
Copy link

Thanks for the awesome work!

Is it possible to fine-tune the pre-trained model on my custom dataset? Thanks.

@SaoYear
Copy link
Member

SaoYear commented Feb 18, 2024

Hi, thanks for your interest.

Of course you can apply fine-tuning by your own dataset. Since the released codes of this work follows the DCASE task 4 baseline, you need to:

  1. Re-organize your dataset to the DCASE task 4 (DESED) dataset structure, which includes: your audio waveforms + the meta file (.tsv file) following the meta file format of the DESED dataset.
  2. Replace the waveform path and meta file path in the config files.
  3. Following the 2-stage fine-tuning process in this work.

Hope it helps : )

@SaoYear SaoYear closed this as completed May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants