dataset_collect: Collects a dataset

View source: R/dataset_methods.R

dataset_collectR Documentation

Collects a dataset

Description

Iterates throught the dataset collecting every element into a list. It's useful for looking at the full result of the dataset. Note: You may run out of memory if your dataset is too big.

Usage

dataset_collect(dataset, iter_max = Inf)

Arguments

dataset

A dataset

iter_max

Maximum number of iterations. Inf until the end of the dataset

See Also

Other dataset methods: dataset_batch(), dataset_cache(), dataset_concatenate(), dataset_decode_delim(), dataset_filter(), dataset_interleave(), dataset_map_and_batch(), dataset_map(), dataset_padded_batch(), dataset_prefetch_to_device(), dataset_prefetch(), dataset_reduce(), dataset_repeat(), dataset_shuffle_and_repeat(), dataset_shuffle(), dataset_skip(), dataset_take_while(), dataset_take(), dataset_window()


tfdatasets documentation built on June 30, 2022, 1:04 a.m.