Open zhanglq95 opened 5 years ago
The model is exportable using torch.jit.script. You will need to make some changes to comply with the requirements of torch.jit. Let us know if you hit any blocks in the process of converting the model to torch.jit.script.
I want to use this TTS model in cpp, but after I reading the example of pytorch documention, i'm confused of turning the decoder module to torch.jit.script. Is there some suggestion about how to deploy the pytorch model in cpp? thanks very much!