tensorflow/tf_grpc_test_server

By tensorflow

Updated over 7 years ago

Testing server for GRPC-based distributed runtime in TensorFlow

Image
Networking
Integration & delivery
Machine learning & AI
4

50K+

tensorflow/tf_grpc_test_server repository overview

Testing server for GRPC-based distributed runtime in TensorFlow

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

docker run --rm tensorflow/tf_grpc_test_server \
    --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

For further instructions on how to test TensorFlow distributed runtime, see: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/dist_test

Tag summary

Content type

Image

Digest

Size

563.2 MB

Last updated

over 7 years ago

docker pull tensorflow/tf_grpc_test_server:1.13.0