tf_grpc_test_server
Testing server for GRPC-based distributed runtime in TensorFlow
50K+
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
Content type
Image
Digest
Size
563.2 MB
Last updated
over 7 years ago
docker pull tensorflow/tf_grpc_test_server:1.13.0