I am trying to compile a MobileNet model (TensorFlow Lite Integer Quantized) using below command
C:\nxp\Glow\bin\model-compiler.exe -model=vww_96_int8.tflite -emit-bundle=vww_model -backend=CPU -target=arm -mcpu=cortex-m7 -float-abi=hard -use-cmsis
However I am getting error which reads as:
Error.cpp:123] exitOnError(Error) got an unexpected ErrorValue:
Error message: TensorFlowLite: Operator 'MEAN' modifies the output type registered in the model!
How can I get around this?