Deploying Tensorflow 2.1 as C/C++ executable
Here is a use case that I believe some Non-Data Engineer/Data Scientist is facing.
How do I deliver a Tensorflow’s model that I trained in Python but deploy it in pure C/C++ code on the client-side without setup python environment at their side and on top of that all files have to be in binaries??