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