I trained a Pet dataset onto Google cloud, downloaded the trained model to local PC, using gcloud. Task: To classify test set, locally with the trained model
A) If I use gcloud like
$ gcloud ml-engine local predict --model-dir=saved_model/ --json-instances=inputs.json
Error: prediction_lib.PredictionError: (4, "Exception during running the graph: invalid literal for long() with base 10: '\xff\xd8\xff\xe0'")