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

TFLite: Support custom attributes #591

Closed
lgeiger opened this issue Sep 7, 2020 · 2 comments
Closed

TFLite: Support custom attributes #591

lgeiger opened this issue Sep 7, 2020 · 2 comments
Labels

Comments

@lgeiger
Copy link

lgeiger commented Sep 7, 2020

Netron is awesome for viewing TFLite models, however the custom ops don't correctly render custom options, but show the raw uint8 flexbuffer array which is not easily human readable:
Screenshot 2020-09-07 at 17 47 39

It would be great if Netron would correctly render custom felxbuffer options. Recently there was an official JS Flexbuffer implementation added that could be used to convert the raw data into human readable key value pairs.

I attached an example network with custom ops that could be used for testing.

@lgeiger lgeiger added the feature label Sep 7, 2020
@lutzroeder
Copy link
Owner

Duplicate of #499

@lutzroeder lutzroeder marked this as a duplicate of #499 Sep 7, 2020
@lgeiger
Copy link
Author

lgeiger commented Sep 7, 2020

Sorry I missed #499.

I briefly looked into fixing this issue. For reference: it looks like there is currently a bug in JS flexbuffer support google/flatbuffers#5949 (comment) that prevents this from working correctly with the example network I posted.

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

No branches or pull requests

2 participants