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
Try "aa" and "demo", see the following warning message before the output:
2025-02-07 13:23:11.374956894 [W:onnxruntime:, execution_frame.cc:812 VerifyOutputSizes] Expected shape from model of {1,BatchSize,64} does not match actual shape of {481,1,64} for output softmax
Maybe it's a false alarm, 481 is the length of the input demo sequence, the current output shape seems correct?
Thanks!
The text was updated successfully, but these errors were encountered:
Try "aa" and "demo", see the following warning message before the output:
2025-02-07 13:23:11.374956894 [W:onnxruntime:, execution_frame.cc:812 VerifyOutputSizes] Expected shape from model of {1,BatchSize,64} does not match actual shape of {481,1,64} for output softmax
Maybe it's a false alarm, 481 is the length of the input demo sequence, the current output shape seems correct?
Thanks!
The text was updated successfully, but these errors were encountered: