joonson / syncnet_python

Out of time: automated lip sync in the wild
MIT License
681 stars 149 forks source link

loss function details #7

Closed aliabavi closed 5 years ago

aliabavi commented 6 years ago

Hi,

Where did you define the loss? What is an appropriate value for margin?

Thanks

joonson commented 6 years ago

The training script is not included in this repository, but contrastive loss was used to train the model. We used a margin of 20, but using a different value should not affect the performance.