Skip to content

Commit c9c5476

Browse files
authored
Fix link: Add missing #
1 parent 573c84e commit c9c5476

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](\"https://www.tensorflow.org/guide/distributed_training\") 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](#tensorinputs) 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)