Converting TFLite model to run entirely on the Edge TPU as much as possible #659
Labels
comp:compiler
Compiler related issues
comp:model
Model related isssues
Hardware:Dev Board
Coral Dev Board issues
subtype:ubuntu/linux
Ubuntu/Linux Build/installation issues
type:build/install
Build and install issues
type:performance
Performance issues
type:support
Support question or issue
Description
I have converted a TF model to TFLite and then to Edge TPU using the edgetpu_compiler. I have 3 operations that it says can run on the Edge TPU and 3 that can't. Output is below. I'm wondering if there's anyway to get the remaining 3 operations that run on CPU to run on Edge TPU? From the operations compatibility table (https://coral.ai/docs/edgetpu/models-intro/#supported-operations), it appears that FLOOR_MOD and DEQUANTIZE are not supported. Is there anything that I can change in the model to use somet different operation to substitute for FLOOR_MOD in order to run on Edge TPU? In terms of QUANTIZE and DEQUANTIZE operations, are these referring to quantization of input data for the model and then dequantization of the output data from the model? So these maybe can't be avoided not running on the Edge TPU, although the supported operations list does mention QUANTIZE as a supported operation for Runtime >=13.
Click to expand!
Issue Type
Build/Install, Performance, Support
Operating System
Ubuntu
Coral Device
Dev Board
Other Devices
No response
Programming Language
C++
Relevant Log Output
The text was updated successfully, but these errors were encountered: