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

Netron doesn't show data shapes for TF models #399

Closed
yurivict opened this issue Dec 20, 2019 · 1 comment
Closed

Netron doesn't show data shapes for TF models #399

yurivict opened this issue Dec 20, 2019 · 1 comment

Comments

@yurivict
Copy link

yurivict commented Dec 20, 2019

The same model in TF format is shown without shapes (https://people.freebsd.org/~yuri/android_graph-yolo.pb):

image

and in TF Lite formatted model is shown with shapes (https://people.freebsd.org/~yuri/android_graph-yolo.tflite):

image

The .tflite file was obtained by converting the original .pb model, so they represent exactly the same model.

In a NN model all intermediate data has fixed formats, so .pb should have shapes shown too.

@lutzroeder
Copy link
Owner

Duplicate of #71

@lutzroeder lutzroeder marked this as a duplicate of #71 Dec 20, 2019
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

2 participants