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

[Feature] support string tensors as output #193

Closed
CaptainDario opened this issue Feb 11, 2024 · 2 comments
Closed

[Feature] support string tensors as output #193

CaptainDario opened this issue Feb 11, 2024 · 2 comments

Comments

@CaptainDario
Copy link
Contributor

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

@CaptainDario
Copy link
Contributor Author

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.

@CaptainDario CaptainDario changed the title [Feature] support string tensors [Feature] support string tensors as output Feb 11, 2024
@CaptainDario
Copy link
Contributor Author

CaptainDario commented Feb 14, 2024

Closed by #194

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