Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fastpitch+hifigan inference ran into error #1312

Open
pragyachaturvedi99 opened this issue Jun 22, 2023 · 1 comment
Open

fastpitch+hifigan inference ran into error #1312

pragyachaturvedi99 opened this issue Jun 22, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@pragyachaturvedi99
Copy link

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 pragyachaturvedi99 added the bug Something isn't working label Jun 22, 2023
@itamar-dw
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants