DeepLearningExamples
DeepLearningExamples copied to clipboard
fastpitch+hifigan inference ran into error
I tried inferencing using waveglow and it worked just fine but soon as I changed to hifigan it threw the following error
Traceback (most recent call last):
File "inference.py", line 571, in
The error is self-explanatory: HiFiGAN model does not have a parameter called wn-channels.
Check your inference code.