We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f672dd commit 96e49baCopy full SHA for 96e49ba
doc/frameworks/tensorflow/using_tf.rst
@@ -246,7 +246,7 @@ Training with parameter servers
246
247
If you specify parameter_server as the value of the distribution parameter, the container launches a parameter server
248
thread on each instance in the training cluster, and then executes your training code. You can find more information on
249
-TensorFlow distributed training at `TensorFlow docs <https://www.tensorflow.org/deploy/distributed>`__.
+TensorFlow distributed training at `TensorFlow docs <https://www.tensorflow.org/guide/distributed_training>`__.
250
To enable parameter server training:
251
252
.. code:: python
0 commit comments