DeepLearningExamples icon indicating copy to clipboard operation
DeepLearningExamples copied to clipboard

fastpitch+hifigan inference throws error

Open pragyachaturvedi99 opened this issue 2 years ago • 0 comments

I tried inferencing on waveglow and it worked fine but on hifigan with the nvidia provided checkpoints it has been throwing 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