【发布时间】:2019-03-11 06:53:32
【问题描述】:
Tensorflow Serving 服务器(使用 docker 运行)响应我的 GET(和 POST)请求:
{ "error": "Malformed request: POST /v1/models/saved_model/" }
同样的问题已经报告但从未解决(据说这是 StackOverflow 类型的问题,而不是 GitHub 问题):
https://github.com/tensorflow/serving/issues/1085
https://github.com/tensorflow/serving/issues/1095
有什么想法吗?非常感谢。
【问题讨论】:
标签: rest tensorflow machine-learning tensorflow-serving