From 1d6c174a420ebd53b6a34d79a0c1a0d25e11a26a Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 4 Nov 2021 18:40:53 +0000 Subject: [PATCH] Update docs/source/use_dataset.rst Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> --- docs/source/use_dataset.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/use_dataset.rst b/docs/source/use_dataset.rst index 82945919a67..41a0422336f 100644 --- a/docs/source/use_dataset.rst +++ b/docs/source/use_dataset.rst @@ -132,6 +132,6 @@ means they can be passed directly to methods like `model.fit()`. `to_tf_dataset( .. tip:: - ``to_tf_dataset`` is the easiest way to create a TensorFlow compatible dataset. If, however, you don't want a `tf.data.Dataset`, but you would like the dataset to emit `tf.Tensor` objects, take a look at the :ref:`format` section instead! + ``to_tf_dataset`` is the easiest way to create a TensorFlow compatible dataset. If you don't want a `tf.data.Dataset` and would rather the dataset emit `tf.Tensor` objects, take a look at the :ref:`format` section instead! Your dataset is now ready for use in a training loop! \ No newline at end of file