peace195 / tensorflow-lite-YOLOv3

YOLOv3: convert .weights to .tflite format for tensorflow lite. Convert .weights to .pb format for tensorflow serving
106 stars 24 forks source link

Op builtin_code out of range: 97. #2

Closed nscotto closed 5 years ago

nscotto commented 5 years ago

This might be a version compatibility, but any help is appreciated as I can't find the resources to solve it,

After trying to run a simple app using the tflite converted model, I get this error:

Op builtin_code out of range: 97. Are you using old TFlite binary with newer model?

Thanks in advance.

peace195 commented 5 years ago

Hi @nscotto. Could you share your environment, code for reading tflite and the full error traceback?

It will help me a lot.

nscotto commented 5 years ago

Sadly I am using a benchmark app that I didn't make, it was meant to be compatible with tensorflow 1.12 so that may be the issue. Otherwise the network seem to be good, I just don't have another code available to test it. It's probably best to close the issue since it is not really related to your repos, sorry for the annoyance.