-
Notifications
You must be signed in to change notification settings - Fork 13
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
Retrain and finetune AudioNet #8
Comments
@zhangzjn @YongLiuZJU Any information on how to train the Audio net will be greatly appreciated |
We recommend fine-tuning the weight on the custom dataset, even if the weight has some generalization capability. |
Thanks, but in the code I can't see any method to optimize the audio net (netA) here. |
You need to modify the code a little bit about the audionet if you want to train on the custom dataset. This link may help. |
I see. There seems to be some differences between the 2 codes - addition of a latent vector and some changes in the net architecture as well. Is it possible for you to push the code for training the audionet if posssible? It would be a huge help. Thanks. |
Sorry, this code will be considered for update at a later date. |
While training the network (l2face_trainer), are we fine tuning the audio net? Or is the pretrained weights good enough to be used on any video?
The text was updated successfully, but these errors were encountered: