-
Notifications
You must be signed in to change notification settings - Fork 38
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
Could you please provide the details of the pre-trained models? #1
Comments
or you just turn the released tensorflow trained model into keras ? |
Yes, I just simply turn the released TF trained model into Keras, without any training on the AudioSet. |
@DTaoo Is the repo for train the Vggish model ? Or is it to use the pretrained VGGish model? |
I'm late for the party... but will answer it anyway, hope it's useful for someone else. @xav12358 It is for both... you can initialize the model with random weights and retrain them from scratch, or just use the given weights, or even retrain from the given weights (aka fine tuning). This repo provides a Keras version of the VGGish model, and let you load it with the given weigths, then you can do whatever you want with it. The code for train/fine tune the model is not given but is not that difficult. I'll try to upload one example later @DTaoo shouldn't this issue be clossed? |
It might be nice if the README.md had a link to where to find |
Did you train the models on the AudioSet for AED? How did you get the raw audio dataset?
Could you explain how to train the model without the fc layers?
Thanks!
The text was updated successfully, but these errors were encountered: