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
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
Is is possible to suppress warnings, especially in interactive mode?
$ larynx -v en
Reading text from stdin...
The quick brown fox jumps over the lazy dog.
2022-04-25 22:00:50.775786255 [W:onnxruntime:, execution_frame.cc:806 VerifyOutputSizes] Expected shape from model of {1,80,262} does not match actual shape of {1,80,248} for output 3453
2022-04-25 22:00:50.804094718 [W:onnxruntime:, execution_frame.cc:806 VerifyOutputSizes] Expected shape from model of {batch_size,time,262} does not match actual shape of {1,80,248} for output output
2022-04-25 22:00:51.602979373 [W:onnxruntime:, execution_frame.cc:806 VerifyOutputSizes] Expected shape from model of {batch_size,1,12800} does not match actual shape of {1,1,63488} for output audio
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is is possible to suppress warnings, especially in interactive mode?
The text was updated successfully, but these errors were encountered: