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