DeepLearningExamples icon indicating copy to clipboard operation
DeepLearningExamples copied to clipboard

[HIFIGAN/Pytorch] Error when exporting HiFi-GAN pytorch weights to torchscript.

Open Idveer opened this issue 3 years ago • 0 comments

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

Screenshot from 2022-05-26 13-12-57

Idveer avatar May 26 '22 07:05 Idveer