mostafaelaraby/wavegan-pytorch

Converting to Torch Script

JordanDavis-1 opened this issue · 1 comments

How would one go about converting the model to torch script?

@JordanDavis-1 i recommend checking https://djl.ai/docs/pytorch/how_to_convert_your_model_to_torchscript.htm
it will help you convert the saved model to torchscript. I will close the issue now feel free to re-open if you couldn't convert it...