You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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']
The text was updated successfully, but these errors were encountered:
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']
The text was updated successfully, but these errors were encountered: