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

Support AudioSet training with weighted sampler #1727

Merged
merged 4 commits into from
Aug 22, 2024

Conversation

marcoyang1998
Copy link
Collaborator

Weighted sampler is known to improve the mAP of models trained on AudioSet. This PR adds support training Zipformer audio tagging model with weighted sampler. The mAP comparison is below:

weighted sampler mAP Full Audioset iterations
No 45.1 ~30 round
Yes 46.6 ~10 round

With weighted sampler, we achieve faster and better convergence. The pre-trained model can be downloaded here: https://huggingface.co/marcoyang/icefall-audio-tagging-audioset-zipformer-M-weighted-sampler

@marcoyang1998 marcoyang1998 merged commit 3fc06cc into k2-fsa:master Aug 22, 2024
278 checks passed
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

Successfully merging this pull request may close these issues.

1 participant