This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Deploying quantized Tensorflow lite model using zynq-library on Zynq-7000

Hello,


I want to deploy a quantized Tensorflow lite model (inception v4) on Zedboard using ARM compute library, but I don't know how to do it !!

Any help please??


Thank you

Parents
  • Hi,

    I tried to use ArmNN as you said and when testing ArmNN quantized Mobilenet in the step of building the mobilenetv1_quant_tflite program I get this error

    arm-linux-gnueabihf-g++: error: -E or -x required when input is from standard input
    arm-linux-gnueabihf-g++: error: -E or -x required when input is from standard input
    Makefile:14: recipe for target 'mobilenetv1_quant_tflite' failed
    make: *** [mobilenetv1_quant_tflite] Error 1

    Any suggestions please??

Reply
  • Hi,

    I tried to use ArmNN as you said and when testing ArmNN quantized Mobilenet in the step of building the mobilenetv1_quant_tflite program I get this error

    arm-linux-gnueabihf-g++: error: -E or -x required when input is from standard input
    arm-linux-gnueabihf-g++: error: -E or -x required when input is from standard input
    Makefile:14: recipe for target 'mobilenetv1_quant_tflite' failed
    make: *** [mobilenetv1_quant_tflite] Error 1

    Any suggestions please??

Children