edgetpu: Internal compiler error. Aborting!
I’m trying to compile a deeplab model (mobilenetv2), but I always get this error
Edge TPU Compiler version 2.0.291256449
Internal compiler error. Aborting!
Code for the conversion to tflite. This tflite model works fine.
tflite_convert \
--graph_def_file=$INPUT \
--output_file=$OUTPUT \
--output_format=TFLITE \
--input_shape=1,420,513,3 \
--input_arrays="MobilenetV2/MobilenetV2/input" \
--inference_type=QUANTIZED_UINT8 \
--std_dev_values=128 \
--mean_values=128 \
--change_concat_input_ranges=true \
--output_arrays="ArgMax"
I’m using TF 1.15.
Thanks for your help!
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 17
Using Edge TPU Compiler version 2.1.302470888
I think this error may have something to do with activation range estimation. Consider: