Hello,
I am trying to transfer a trained CNN using TensorFlow from python to C or C++
I have found that TensorFlow has a C Library and I am trying to use it.
I could transform the model into tflite and then to a c++ source code in the form of an array that contains hexadecimal characters.
However, I can’t install the required library to read that array and get the model back in a C++ code. I found few tutorials but they lack some steps where I face issues and failures.
That is the example I am trying to mimic and I have the file that is similar to model.cc
Anybody can help?