Nan output when deploying tflite in arduino

Hello,
I am working currently on tflite with arduino nano ble 33 with headers.
I built a neural network model that will take 2 arrays as inputs (inputs are data from IMU and EMG sensors), and each one will go to its own CNN (which will provide features).
The output of the two CNNs will go to the NN.
the model was converted to tflite model and then included in arduino ide
the problem is that the model output in the arduino was nan
The steps were the same as many examples of tinyml (like punch and flex example) of invoking interpreter and so on, I don't know maybe the problem is how to assign 2 arrays to a pointer in c language or not, because it worked when we invoked it in python
it is mainly the only difference from the examples given in GitHub (flex and punch)

can anyone help me, plz

No, I cannot see the code that failed. The only help I can give you is: read the sticky post "How to get the best out of this forum" and follow the rules in it.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.