User Activity

I have a saved tflite model , which I want to deploy on my STM32H747I-DISCO board. For now, I just want to run validation on target using one custom input. I have the input as a numpy array (saved as a .npy file, it's a 4D array). Can someone please ...
I want to run some C++ code on my STM32H747I-DISCO board. I am trying to initialize 4D vector with all values as 6. (just for initialization purposes). The shape of the vector is (1,23,249,4). I have two variables s1 and v1, which store the size and ...