How to save model using torch.jit to run generate on cpu without external code?
Hi, for torchscript it is necessary to do some changes to the model. I will investigate this if i have some spare time.
Any news on this?
Hi, the current state is that I implemented a jit-compatible model here: https://github.com/as-ideas/ForwardTacotron/blob/experiments/enable_jit/models/forward_tacotron.py
It is taking a bit experimenting though until I decide to merge it to master, feel free to use the branch if you like!
Hi, good news, the jit export is implemented now: https://github.com/as-ideas/ForwardTacotron#export-model-with-torchscript