docs icon indicating copy to clipboard operation
docs copied to clipboard

Add a complete code example for loading a model

Open rangsimanketkaew opened this issue 3 years ago • 1 comments

I added a complete code example that can be used to confirm if the TensorFlow C++ API (built from source code with bazel) works.

rangsimanketkaew avatar Dec 30 '21 23:12 rangsimanketkaew

@MarkDaoust I have my own repo for simply coding TF: https://github.com/rangsimanketkaew/tensorflow_cpp_api/blob/main/load_model_tensorflow_cpp.md. I can also help write a notebook for in-depth working with TF Ops, Graph, ClientSession, and etc. via C++ API.

There you can also find instructions for both saving and loading a model. This might be helpful for the users to get started as the documentation on the official TF website lacks a gentle introduction to and tutorial of the C++ API.

Let me know if you need anything else.

rangsimanketkaew avatar Jan 06 '22 13:01 rangsimanketkaew