I just uploaded my saved_model.pb to Google AI Platform and it is an image classification model. When I test the model in the command line, it works fine. But if I try to call the API, I keep getting an error: "Request payload size exceeds the limit"
I'm sure that passing a small image can't be using too much space. Any suggestions?
Thanks!