TensorFlow serving远程访问引擎的容器部署

TensorFlow Serving是经过rpc接口远程访问tensorflow引擎的服务器。git

TensorFlow Serving能够经过容器启动,方法以下:github

docker run --name tfserver --restart always tensorflow/tf_grpc_server:0.8.0 \
    --cluster_spec="worker|localhost:2220;localhost:2221,ps|localhost:3220;localhost:3221" \
    --job_name=worker --task_id=0
相关文章
相关标签/搜索