iMX8M Plus: benchmark_model stops when NPU debugging is enabled
Hi all,
The model used in this case is a simple model where the input data is 1 x 224 x 224 x 1 and Conv2D is done 50 times followed by Add 50 times.
export CNN_PERF=1 VIV_VX_DEBUG_LEVEL=1
/usr/bin/tensorflow-lite-2.4.0/examples/benchmark_model --graph=model/conv2d_add.tflite --use_nnapi=true
[galcore]: Stop driver to keep scene.
Why is this problem happening?
I have attached the model in ZIP format.