DeepLearningExamples icon indicating copy to clipboard operation
DeepLearningExamples copied to clipboard

fastpitch+hifigan inference ran into error

Open pragyachaturvedi99 opened this issue 2 years ago • 1 comments

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 main() File "inference.py", line 397, in main raise ValueError(f'Invalid options {unk_args}') ValueError: Invalid options ['256', '--wn-channels']

pragyachaturvedi99 avatar Jun 22 '23 13:06 pragyachaturvedi99

The error is self-explanatory: HiFiGAN model does not have a parameter called wn-channels. Check your inference code.

itamar-dw avatar Jun 27 '23 10:06 itamar-dw