gcloud jobs submit prediction 'can't decode json' with --data-format=TF_RECORD
问题 I pushed up some test data to gcloud for prediction as a binary tfrecord-file. Running my script I got the error ('No JSON object could be decoded', 162) . What do you think I am doing wrong? To push a prediction job to gcloud, i use this script: REGION=us-east1 MODEL_NAME=mymodel VERSION=v_hopt_22 INPUT_PATH=gs://mydb/test-data.tfr OUTPUT_PATH=gs://mydb/prediction.tfr JOB_NAME=pred_${MODEL_NAME}_${VERSION}_b args=" --model "$MODEL_NAME args+=" --version "$VERSION args+=" --data-format=TF