File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ def load(
582
582
guide](https://www.tensorflow.org/datasets/splits). If `None`, will return
583
583
all splits in a `Dict[Split, tf.data.Dataset]`
584
584
data_dir: directory to read/write data. Defaults to the value of the
585
- environment variable TFDS_DATA_DIR, if set, otherwise falls back to
585
+ environment variable TFDS_DATA_DIR, if set, otherwise falls back to where
586
586
datasets are stored.
587
587
batch_size: `int`, if set, add a batch dimension to examples. Note that
588
588
variable length features will be 0-padded. If `batch_size=-1`, will return
@@ -751,7 +751,7 @@ def data_source(
751
751
guide](https://www.tensorflow.org/datasets/splits). If `None`, will return
752
752
all splits in a `Dict[Split, Sequence]`
753
753
data_dir: directory to read/write data. Defaults to the value of the
754
- environment variable TFDS_DATA_DIR, if set, otherwise falls back to
754
+ environment variable TFDS_DATA_DIR, if set, otherwise falls back to where
755
755
datasets are stored.
756
756
download: `bool` (optional), whether to call
757
757
`tfds.core.DatasetBuilder.download_and_prepare` before calling
You can’t perform that action at this time.
0 commit comments