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

Commit 56bac6d

Browse files
authored
Merge pull request #704 from stefan-it/distributed-training-doc-fix
readme: fix link to distributed training documentation
2 parents 32396a9 + 75c2648 commit 56bac6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.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

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)