作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试部署 Keras 模型,但出现错误。我的代码是
service = Webservice.deploy_from_model(workspace = ws,
name = "test-classifier",
deployment_config = aciconfig,
models = [model],
image_config = image_config)
service.wait_for_deployment(show_output = True)
错误:
{
"code": "GatewayTimeout",
"statusCode": 504,
"message": "ACI Service request failed. Reason: The gateway did not receive a response from 'Microsoft.ContainerInstance' within the specified time period.."
}
为什么我会收到此错误?
最佳答案
默认超时为1分钟。您可以增加超时或尝试通过修改score.py以删除不必要的调用来加快服务速度。如果这些操作无法解决问题,请使用此 article 中的信息调试score.py 文件。代码可能处于无响应状态或无限循环。
关于azure - Web 服务部署 Azure ML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68823240/
我是一名优秀的程序员,十分优秀!