Export Model from Tensorflow

One of the features that TF has is the ability to define and train your model using Python API and port the learned model in C++. - Exporting trained TensorFlow models to C++ the RIGHT way!

  • [How to train a Deep Neural Network using only TensorFlow C++][https://matrices.io/training-a-deep-neural-network-using-only-tensorflow-c/)
  • [Deploying Tensorflow 2.1 as C/C++ executable][https://medium.com/analytics-vidhya/deploying-tensorflow-2-1-as-c-c-executable-1d090845055c)
  • Running trained tensorflow model in C++
    • CppFlow - Run TensorFlow models in c++ without Bazel, without TensorFlow installation and without compiling Tensorflow.
  • readNetFromTensorflow fails on retrained NN
Written on September 12, 2020, Last update on September 13, 2020
tensorflow c++