inception version 4 model, saving and loading the model after retaining

北慕城南 提交于 2019-12-11 15:48:46

问题


I am kind of new to deep learning and trying to do something related to image classification. I have managed to retrain inception_v4 model by modifying the retrain.py code that was provided for the inception_v3 model. Getting a prediction in the testing stage of the same file works, but when I am trying to get a prediction from it after loading the model from a saved graph def, there are some errors in input image. Can some help show me how to save and load the inception v4 model after retraining... all the from saving the graph def upto getting prediction from it?

来源:https://stackoverflow.com/questions/54282604/inception-version-4-model-saving-and-loading-the-model-after-retaining

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!