在请求tensorflow Serving服务时,会遇到以下错误:
"input size does not match signature"
遇见"input size does not match signature"错误一般是因为input size和signature不匹配。
一般input是shape格式的,可以debug下input的shape,然后判断是否和实际模型要求的输入shape是否一致。
在请求tensorflow Serving服务时,会遇到以下错误:
"input size does not match signature"
遇见"input size does not match signature"错误一般是因为input size和signature不匹配。
一般input是shape格式的,可以debug下input的shape,然后判断是否和实际模型要求的输入shape是否一致。