tensorflow-cpp icon indicating copy to clipboard operation
tensorflow-cpp copied to clipboard

total source code

Open zhyj3038 opened this issue 8 years ago • 1 comments

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!!

zhyj3038 avatar May 23 '17 08:05 zhyj3038

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.

jhjin avatar Jun 10 '17 23:06 jhjin