Hi, getting this error when i run an azureml experiment with custom_docker_image (basegpu image of mcr) - can anybody help me understand this? Have tested this in local compute and it works, not sure why this does not work on a training cluster vm?
azureml._restclient.exceptions.ServiceException: ServiceException:
Code: 400
Message: (UserError) Error when parsing request; unable to deserialize request body
Details:
Headers: {
"Date": "Mon, 08 Jun 2020 11:03:52 GMT",
"Content-Type": "application/json; charset=utf-8",
"Transfer-Encoding": "chunked",
"Connection": "keep-alive",
"Request-Context": "appId=cid-v1:6a27ce65-5555-41a3-85f7-b7a1ce31fd6b",
"x-ms-response-type": "error",
"Strict-Transport-Security": "max-age=15724800; includeSubDomains; preload"
}
InnerException: {
"additional_properties": {},
"error": {
"additional_properties": {},
"code": "UserError",
"message": "Error when parsing request; unable to deserialize request body",
"details_uri": null,
"target": null,
"details": [],
"inner_error": null,
"debug_info": null,
"message_format": null,
"message_parameters": null,
"reference_code": null
},
"correlation": {
"operation": "e96d6285280f5849a4a5e3f172d65d36",
"request": "1beee8ecb7180147"
},
"environment": "westeurope",
"location": "westeurope",
"time": {}
}