SenseCAP A1101-Convert TensorFlow Lite to a UF2 file

Hi everyone,

Indeed, the latest version of Tensorflow won’t work, you need to downgrade it to 2.9.0. Your error looks like codelab environment no longer distributes version 2.9.0.

In my case, i’m using a homemade ubuntu server with a small GPU, i created an environment with Python 3.8 and CUDA 11.2, then ran pip with the correct version

If you using like me GPU :

pip install tensorflow-gpu==2.9.0

If you want only CPU :

pip install tensorflow==2.9.0

I don’t know if codelab allow that.