Caches the elements in this dataset.
Caches the elements in this dataset.
dataset_cache(dataset, filename = NULL)
Arguments
dataset | A dataset |
filename | String with the name of a directory on the filesystem to use for caching tensors in this Dataset. If a filename is not provided, the dataset will be cached in memory. |
Value
A dataset
See also
Other dataset methods: dataset_batch
,
dataset_concatenate
,
dataset_decode_delim
,
dataset_filter
,
dataset_interleave
,
dataset_map
,
dataset_padded_batch
,
dataset_prefetch
,
dataset_repeat
,
dataset_shuffle
,
dataset_skip
, dataset_take