DeepLearningExamples
DeepLearningExamples copied to clipboard
[HIFIGAN/Pytorch] Error when exporting HiFi-GAN pytorch weights to torchscript.
Related to HiFI-GAN/pytorch
Describe the bug export.py: No function named "load_pyt_model_for_infer" in module models.py and when I open models.py there is no function defined as load_pyt_model_infer. Because of this issue, I can't able to reproduce model weights into torchscript.
https://github.com/NVIDIA/DeepLearningExamples/blob/master/PyTorch/SpeechSynthesis/HiFi-GAN/export.py
