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

Commit 757b529

Browse files
Ankush Agarwalrsepassi
authored andcommitted
Add note about output_dir (#747)
1 parent 42a7883 commit 757b529

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/distributed_training.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ distributed training:
5151
Parameter servers only need `--master=grpc://$ADDRESS` and
5252
`--schedule=run_std_server`.
5353

54+
>> Note about `output_dir`: All the workers (masters and parameter servers) should use the same `output_dir`. If training
55+
>> on separate nodes, output_dir can be a shared filesystem like NFS or an object store like GCS.
56+
5457
## Utility to produce `TF_CONFIG` and flags
5558

5659
[`t2t-make-tf-configs`](https://github.com/tensorflow/tensor2tensor/tree/master/tensor2tensor/bin/t2t-make-tf-configs))

0 commit comments

Comments
 (0)