Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 033b667

Browse files
committed
distributed: reference to tf.contrib.learn is deprecated. Link to tf.estimator.RunConfig is used instead. Introduced with tensorflow/tensorflow@c7caa2d
1 parent 7b27918 commit 033b667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/distributed_training.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ training.
55

66
T2T uses TensorFlow Estimators and so distributed training is configured with
77
the `TF_CONFIG` environment variable that is read by the
8-
[RunConfig](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/learn/python/learn/estimators/run_config.py)
8+
[RunConfig](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/estimator/run_config.py)
99
along with a set of flags.
1010

1111
## `TF_CONFIG`

0 commit comments

Comments
 (0)