-
Notifications
You must be signed in to change notification settings - Fork 151
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
Use Chinese dataset to train expert lip-sync discriminator #81
Comments
did you filter your data? |
What do we mean by filtering? So far I have processed the data to fps 25 audio with a sampling rate of 16khz |
The current data is in Chinese, including 50 different people and 7700 videos; The English data contains 40 people and 5,500 videos. Is it due to the small amount of data or other reasons. Our data has not been processed by syncnet_python. We found that the model syncnet_v2. model is not available. Can you provide it? That's the problem right now |
syncnet_v2 模型是英文模型,中文不适用,你需要训练一个中文的 |
how's about your config? lr, bs? |
All Settings are set by default, such as lr=1e-3 when training expert lip-sync discriminator |
1e-3 is too large, you can choose 1e-4 or 1e-5 |
|
Thank you very much for your advice. After the lr is adjusted to 1e-5, the loss begins to decrease. What is the appropriate learning rate for wav2lip training? 1e-4? |
1e-4 is good |
Thank you! |
Hi @Amber-Believe. |
@Amber-Believe |
Hi @primepake But I still did not figure out my question. And I would like to ask when do you think the syncnet training would be converged... Will it still be stuck on 0.69 for a long time? (110k steps for me currently..) Look for your reply. Thanks. |
again, how's about your lr? bs? num of gpus? |
LR is 1e-4, and BS is 64, 1 RTX A6000 GPU. |
@primepake Greetings! And may I ask how could you pre-process the video data? Are you using the preprocess code from the official wav2lip code? |
how much is the average length per video of the videos of the datasets ? |
I use Chinese data set to train expert lip-sync discriminator, and the train loss remains at 0.69. Do you have such a situation?How should this situation be resolved
The text was updated successfully, but these errors were encountered: