We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a model that outputs string tensors, but this seems to be currently not supported as tf lite throws this
UnsupportedError (Unsupported operation: string is not Supported.)
I think this would be added in byte_conversion_utils.dart
byte_conversion_utils.dart
The text was updated successfully, but these errors were encountered:
Ok, I hacked something together. Seems to be working but I am not sure how well. I will open a PR later so it can be checked.
Sorry, something went wrong.
Closed by #194
No branches or pull requests
I have a model that outputs string tensors, but this seems to be currently not supported as tf lite throws this
I think this would be added in
byte_conversion_utils.dart
The text was updated successfully, but these errors were encountered: