Hey i want to use wav2lip in iOS
We have wav2lip model into .pth which is pytorch as instructed we have to convert pytorch -> torchscript -> mlmodel
I am also able to convert into torchscript but when i convert into mlmodel with torchscript its giving me error with missing forward function
Anyone know about this ?
I tried coremltools to convert models
https://github.com/Rudrabha/Wav2Lip