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

Commit 75c2648

Browse files
committed
doc: fix link to distributed training documentation
1 parent 14197f0 commit 75c2648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ inference. Users can easily switch between problems, models, and hyperparameter
328328
sets by using the `--model`, `--problems`, and `--hparams_set` flags. Specific
329329
hyperparameters can be overridden with the `--hparams` flag. `--schedule` and
330330
related flags control local and distributed training/evaluation
331-
([distributed training documentation](https://github.com/tensorflow/tensor2tensor/tree/master/tensor2tensor/g3doc/distributed_training.md)).
331+
([distributed training documentation](https://github.com/tensorflow/tensor2tensor/tree/master/docs/distributed_training.md)).
332332

333333
## Adding your own components
334334

0 commit comments

Comments
 (0)