-
Notifications
You must be signed in to change notification settings - Fork 135
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
where is the code for supervised audio classification? #164
Comments
Hello. They have a script for Zero-Shot evaluation in their ReadMe file for Zero-Shot evaluation with ESC50. Also, the 'supervised' part comes from having some examples known to get some of the embeddings. Adding the code for your convenience.
Essentially you download the pretrained models from the linkes available, load them following this code and then use the functions get_audio_embedding_from_data for your audio and get_text_embedding for your text and use some kind of distance between the embeddings generated. |
Hi everyone! I am sorry that I just started this project and I am new to this topic. I am wondering where the code for supervised audio classification is. I just saw zero-shot learning. Thanks!
The text was updated successfully, but these errors were encountered: