I am using Keras (with Tensorflow) to train my RNN model. Does anyone has an idea how can I use it in my C application? Does anyone tried something similar?
I found a similar question here how to use Tensorflow Keras model in C++ here Convert Keras model to C++ but i want to convert it to a C environment.