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
But the error is ERROR: Failed to create instance: model 'text_recognition', tensor '307': for the model to support batching the shape should have at least 1 dimension and the first dimension must be -1; but shape expected by the model is [1,26,37].
How to solve error?
The text was updated successfully, but these errors were encountered:
I am testing 'text_recognition' model with output shape [1,26,37].
My config file is set as
But the error is
ERROR: Failed to create instance: model 'text_recognition', tensor '307': for the model to support batching the shape should have at least 1 dimension and the first dimension must be -1; but shape expected by the model is [1,26,37]
.How to solve error?
The text was updated successfully, but these errors were encountered: