[go: up one dir, main page]

tensorflow/tf_grpc_server

By tensorflow

Updated over 9 years ago

Server for TensorFlow GRPC Distributed Runtime

Image
Networking
Security
Machine learning & AI
8

4.7K

tensorflow/tf_grpc_server repository overview

Server for GRPC-based distributed runtime in TensorFlow

To launch a container as a TensorFlow GRPC server, do as the following example:

docker run 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

For more details on the distributed runtime in TensorFlow, see: https://www.tensorflow.org/versions/r0.8/how_tos/distributed/index.html#distributed-tensorflow

Tag summary

Content type

Image

Digest

Size

166 MB

Last updated

over 9 years ago

Requires Docker Desktop 4.37.1 or later.