-
Notifications
You must be signed in to change notification settings - Fork 6
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
Google colab notebooks for the demos ? #5
Comments
Hi @timtensor, |
Thanks for pointing it out. I think there is problem with installation of
I did the installation using |
I think you missed the error message. |
Sorry for the incomplete information. The following is the error message . I am running it in google colab so i guess its ubuntu based
|
Just an update, it seems work on google colab when i have the following
I have two questions on the prediction model Sample code run on google colab
Perhaps i am doing something wrong in the code ? |
Glad to see that you could install and use the models! regarding a), it is not related to Essentia, so I'd recommend to look for help somewhere else. Alternatively, you could directly download the models in the Colab, e.g., adding about b), you are right, the embeddings are not human-readable and need to be input to a classification head to get the class probabilities.
|
Thanks for the curl tip . I totally had forgotten about it . I guess all the models are under here I didnt quite understand the human readable , explanation on track level. For example i was looking into a track level classification of pre-trained SVM Gaia models to learn about it. Is there a python code example that can help me to get classification based on SVM model or a code snippet to experiment with . |
Hi @pmahan00. To get overall track predictions, you can simply average the resulting matrix of activations across time similar to this example. Note that SVM classifiers are outdated in terms of their accuracy and generalization, and we recommend using the new models instead. |
Hi , I am currently looking into higher level feature extraction from an audio signal such as
genre, mood ,danceablity
as a colab / jupyter notebook. Is there an example of it that one can refer to and try it ?The text was updated successfully, but these errors were encountered: