[Tensorflow] Learning Note: Try to downsize graph.pb model
As the previous tutorial "Loading a tensorflow graph with the C++ API by using Mnist", I introduce how to use C++ API to load tensorflow graph. In this topic, I will introduce more details about how to downsize training model if we want to use it on device. (NOTE: Tensorflow also supports the mobile version. I have not studied...