This repository was archived by the owner on May 23, 2024. It is now read-only.
This repository was archived by the owner on May 23, 2024. It is now read-only.
how to handle application/x-image ? #138
Open
Description
Im getting:
"2020-06-05T11:05:57.016:[sagemaker logs]: data/Third_Set_Case_12774_Bilde_18076231_17.jpg: {"error": "Unsupported Media Type: application/x-image"}"
Its documented in official documentation:
tensorflow_serving_transformer.transform(input_path, content_type='application/x-image')
How to get rid of this error ?