Tensorflow lite inference model on pynq-z2

Hi Sir, I am having model.tflite (Tensorflow flow lite model). I want to run it on PYNQ-Z2 Board which is of 32 bit . I am struck at Bazel commands in implemening it. When I use command:
bazel build --config=elinux_armhf -c opt model1.tflite
I am getting error as
ERROR: Config value ‘elinux_armhf’ is not defined in any .rc file
Could you please help in this?

1 Like