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
相關文章
相關標籤/搜索