-
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
Why my train loss after introducing sync loss? #140
Comments
Hey, can you share what you do from dataset preparation to running the script train_syncnet_sam.py? Because I've been trying and the output result is just stuck like this without any progress: (w2l_cek) vian:~/wav2lip_288x288$ python3 train_syncnet_sam.py |
Maybe your CPU loads data too slowly. You can monitor your CPU utilization and GPU memory. |
Hello, I have encountered the same problem as you. Have you resolved it @Marskly |
Okay, I have solved it, thank you, and now when training, the results are as follows: Step 259 | L1: 0.08976 | Vgg: 0.3718 | SW: 0.03 | Sync: 0.0 | DW: 0.0 | Percep: 0.0 | Fake: 0.0, Real: 0.0 | Load: 0.01096, Train: 1.225 where Percep, Fake, and Real are always 0.0. |
the same problem |
After introducin at Step 250000, the L1 Loss, Vgg Loss, Percep are all increasing.
It is because taht the loss of sync is too big? And it influences the weights of model?
The text was updated successfully, but these errors were encountered: