Getting batch predictions for TFrecords via CloudML
问题 I followed this great tutorial and successfully trained a model (on CloudML). My code also makes predictions offline, but now I am trying to use Cloud ML to make predictions and have some problems. To deploy my model I followed this tutorial. Now I have a code that generates TFRecords via apache_beam.io.WriteToTFRecord and I want to make predictions for those TFRecords . To do so I am following this article, my command looks like this: gcloud ml-engine jobs submit prediction $JOB_ID --model