tensorflow-cpp
tensorflow-cpp copied to clipboard
total source code
I completed a classify project using resnet, with python to train and cpp to predict. but the predict result have always been a wrong class. Then I load the *.pb file and predict with python, it now works, but cpp always wrong, I find your code only cover the predict part,.
thanks very much if you can push the train and freezen code!!
Hi, this is a handy example to show how to build / use TF C++ interface. I do not have a counter part training / freezing code.