Running activity recognition on Arduino Uno

I have trained a CNN based Human Activity Recognition model using python3 and Tensorflow on my PC. How can I upload this model to an Arduino Uno board for its testing phase?

What form is the data in ?

... and how often do you want to poste thinhttps://forum.arduino.cc/index.php?topic=662381.0 ?

@ekiwaka

Other post/duplicate DELETED
Please do NOT cross post / duplicate as it wastes peoples time and efforts to have more than one post for a single topic.
Continued cross posting could result in a time out from the forum.

Could you take a few moments to Learn How To Use The Forum.
It will help you get the best out of the forum in the future.
Other general help and troubleshooting advice can be found here.

UKHeliBob:
What form is the data in ?

The data I trained my CNN with was in a .csv file. After training, my CNN model is in the hdf5 format. I would like to deploy this hdf5 model on an Arduino Uno and pass the test-set, which is again in a .csv file, and perform the inference.

Currently, I haven't figured out how to deploy my model onto the Arduino Uno.

And what does your manual say on the matter?

zwieblum:
And what does your manual say on the matter?

If you cannot help, at least stop with the sass!

Well, then I take it for granted that you did not even look, did you? For a start you could give some information about what you tried, where you looked, how and why you think this should work.

The Arduino is programmed in C/C++.

For informed help, please read and follow the directions in How to use this forum.