2022-09-22 07:46 PM
Hello, everyone.
I had a problem with version 7.2.0 of X-CUBE-AI.
I load a keras 1D-CNN model and generate the code. I want transmit my inputdata to ai_input ,but the do-while() enter a endless loop.
my code:
ai_input = ai_network_inputs_get(network, (ai_u16 *) &voltage);
Has anyone else encountered the same problem? How can it be solved?
Thank you,
LIU.