Edge TPU Compiler: ERROR: quantized_dimension must be in range [0, 1). Was 3

前端 未结 4 2013
野性不改
野性不改 2021-02-02 02:57

I\'m trying to get a Mobilenetv2 model (retrained last layers to my data) to run on the Google edge TPU Coral.

I\'ve followed this tuturial https://www.tensorflow.org/li

4条回答
  •  梦毁少年i
    2021-02-02 03:53

    I had similar errors, doing the post training full integer quantization with tf-nightly build 1.15 and the use that .tflite file, compile with edge TPU compiler it should work. my error was solved with this approach.

    Same issue was raised in github, you can see it - here

提交回复
热议问题