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

Output object shape mismatch, interpreter returned output of shape: [1, 1] #222

Open
fahriamura opened this issue May 28, 2024 · 0 comments

Comments

@fahriamura
Copy link

I had error when do text classification it say
E/flutter (19178): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Invalid argument(s): Output object shape mismatch, interpreter returned output of shape: [1, 1] while shape of output provided as argument in run is: [1, 2]

my output shape is
I/flutter (19178): Output shape: [1, 1], type: float32
my input shape is
I/flutter (19178): Input shape: [1, 100], type: float32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant