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

[BUG] mobilenet_v1_1.0_224.tflite model parse failure #65

Closed
huangteng opened this issue Dec 7, 2020 · 1 comment · Fixed by #71
Closed

[BUG] mobilenet_v1_1.0_224.tflite model parse failure #65

huangteng opened this issue Dec 7, 2020 · 1 comment · Fixed by #71

Comments

@huangteng
Copy link

huangteng commented Dec 7, 2020

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
build/bin/halo -disable-broadcasting -fuse-conv-bias -exec-mode=interpret -emit-value-id-as-int -emit-data-as-c -target cxx ./mobilenet_v1_1.0_224.tflite -o ./mobilenet_v1_1.cc

Expected behavior
could not parse mobilenet_v1_1.0_224.tflite (file is in attachment, rename to .tflite to run)

Screenshots
WARNING: Logging before InitGoogleLogging() is written to STDERR
E1207 03:39:29.349206 34502 tflite_parser.cc:273] Convert function not found, Please check if it is supported: Op: [43], Index: [-1]
root# /build/bin/halo -fuse-conv-bias -exec-mode=interpret -emit-value-id-as-int -emit-data-as-c -target cxx ./mobilenet_v1_1.0_224.tflite -o ./mobilenet_v1_1.cc
WARNING: Logging before InitGoogleLogging() is written to STDERR
E1207 03:40:06.268330 34503 tflite_parser.cc:273] Convert function not found, Please check if it is supported: Op: [43], Index: [-1]

mobilenet_v1_1.0_224.tflite.txt

@youbeny
Copy link
Collaborator

youbeny commented Dec 8, 2020

the root cause is tflite squeeze op is not supportted yet, now fixed,see #71

@weimingzha0 weimingzha0 linked a pull request Dec 8, 2020 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants