NVIDIA / DeepLearningExamples

State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure.
13.32k stars 3.19k forks source link

fastpitch+hifigan inference ran into error #1312

Open pragyachaturvedi99 opened 1 year ago

pragyachaturvedi99 commented 1 year ago

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']

itamar-dw commented 1 year ago

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