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

Retrain and finetune AudioNet #8

Open
niladridutt opened this issue Jan 29, 2021 · 6 comments
Open

Retrain and finetune AudioNet #8

niladridutt opened this issue Jan 29, 2021 · 6 comments

Comments

@niladridutt
Copy link

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?

@niladridutt
Copy link
Author

@zhangzjn @YongLiuZJU Any information on how to train the Audio net will be greatly appreciated

@zhangzjn
Copy link
Owner

zhangzjn commented Feb 2, 2021

We recommend fine-tuning the weight on the custom dataset, even if the weight has some generalization capability.

@niladridutt
Copy link
Author

niladridutt commented Feb 2, 2021

Thanks, but in the code I can't see any method to optimize the audio net (netA) here.
I can only see the face re-enactor generator and discriminator weights getting updated

@zhangzjn
Copy link
Owner

zhangzjn commented Feb 3, 2021

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.

@niladridutt
Copy link
Author

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.

@niladridutt niladridutt reopened this Feb 3, 2021
@zhangzjn
Copy link
Owner

zhangzjn commented Feb 3, 2021

Sorry, this code will be considered for update at a later date.

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

2 participants