2023-06-10 04:36 PM
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 highlight the steps to do so?