未验证 提交 032ba319 编写于 作者: J Jiawei Wang 提交者: GitHub

Fix nonkeyword after keyword bug (#912)

上级 6557ffe6
......@@ -53,9 +53,9 @@ def save_serving_model(FLAGS, exe, feed_vars, test_fetches, infer_prog):
serving_io.save_model(
client_config_folder=serving_client,
server_model_folder=serving_server,
feed_dict,
fetch_dict,
infer_prog)
feed_var_dict=feed_dict,
fetch_var_dict=fetch_dict,
main_program=infer_prog)
def main():
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册