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 train "teacher"? #8

Open
caiyongqi opened this issue Aug 24, 2021 · 3 comments
Open

How to train "teacher"? #8

caiyongqi opened this issue Aug 24, 2021 · 3 comments

Comments

@caiyongqi
Copy link

How to train "teacher"?

@RicherMans
Copy link
Owner

Simply train a model on Audioset.
Problem is just getting the data for the most part.

Nothing special really.

@Ko-vey
Copy link

Ko-vey commented May 19, 2022

Simply train a model on Audioset. Problem is just getting the data for the most part.

Nothing special really.

The "Training from scratch" part in project showed process of training a student1 model, but how to train a teacher model exactly?
I had the audioset balanced subset, should I just modify prepare_labels.py and output clip-level labels?

@RicherMans
Copy link
Owner

Hey,
So I guess any publicly available training script is sufficient.
I might recommend you using my latest work PSL, which offers scripts for training models from scratch or via another pretrained teacher model.
Just replace the model in that repo with your CDur or other CRNN based model and that should work well.

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

3 participants