Export a basic Tensorflow model to Google Cloud ML
问题 I am trying to export my local tensorflow model to use it on Google Cloud ML and run predictions on it. I am following the tensorflow serving example with mnist data. There is quite a bit of difference in the way they have processed and used their input/output vectors and it is not what you find in typical examples online. I am unsure how to set the parameters of my signatures : model_exporter.init( sess.graph.as_graph_def(), init_op = init_op, default_graph_signature = exporter