Skip to content

Commit 5e125e4

Browse files
authored
Update input.ipynb
Updated the broken link in section using "https://www.tensorflow.org/guide/distributed_training"
1 parent 265d6ce commit 5e125e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/distribute/input.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"id": "lNy9GxjSlMKQ"
9494
},
9595
"source": [
96-
"To use `tf.distribute` APIs to scale, it is recommended that users use `tf.data.Dataset` to represent their input. `tf.distribute` has been made to work efficiently with `tf.data.Dataset` (for example, automatic prefetch of data onto each accelerator device) with performance optimizations being regularly incorporated into the implementation. If you have a use case for using something other than `tf.data.Dataset`, please refer a later [section](\"tensorinputs\") in this guide.\n",
96+
"To use `tf.distribute` APIs to scale, it is recommended that users use `tf.data.Dataset` to represent their input. `tf.distribute` has been made to work efficiently with `tf.data.Dataset` (for example, automatic prefetch of data onto each accelerator device) with performance optimizations being regularly incorporated into the implementation. If you have a use case for using something other than `tf.data.Dataset`, please refer a later [section](\"https://www.tensorflow.org/guide/distributed_training\") in this guide.\n",
9797
"In a non distributed training loop, users first create a `tf.data.Dataset` instance and then iterate over the elements. For example:\n"
9898
]
9999
},

0 commit comments

Comments
 (0)