Deploy Retrained inception model on Google cloud machine learning
问题 I manage to retrain my specific classification model using the generic inception model following this tutorial. I would like now to deploy it on the google cloud machine learning following this steps. I already managed to export it as MetaGraph but I can't manage to get the proper inputs and outputs. Using it locally, my entry point to the graph is DecodeJpeg/contents:0 which is fed with a jpeg image in binary format. The output are my predictions. The code I use locally (which is working) is