VIM3 NPU SDK TensorFlow 2.0.0 not found

Which Khadas SBC do you use?

VIM3

Which system do you use? Android, Ubuntu, OOWOW or others?

vim3-ubuntu-20.04-gnome-linux-4.9-fenix-1.5-230425-emmc

Which version of system do you use? Khadas official images, self built images, or others?

Official

Please describe your issue below:

NPU SDK TensorFlow 2.0.0 not found.

Post a console log of your issue below:

Try install dependency through pip and it does not find TensorFlow 2.0.0. I think it is because of Python 3.8.

Delete this line and post your log here.

@viren_d_patel tensorflow 2.0.0 is quite old (September 30th 2019). btw default tensorflow isn’t supported on the NPU, however you can have tensorflow lite delegate to support faster inference with the npu.

https://docs.khadas.com/products/sbc/vim3/npu/vx-tflite

Regards

Any other way to test above SDK?

@viren_d_patel you can try latest tensorflow version >=2.10 have pip wheels packaged for ARM builds.