An int representing the number of records to combine in a
single batch.
drop_final_batch
If True, and the batch size does not evenly divide the
input dataset size, the final smaller batch will be dropped. Defaults to
False.
num_epochs
Integer specifying the number of times to read through the
dataset. If None, cycles through the dataset forever. Defaults to
None.
shuffle
A boolean, indicates whether the input should be shuffled.
Defaults to True.
shuffle_buffer_size
Buffer size of the items to shuffle. The size is the
number of items (i.e. records for a record based TFXIO) to hold. Only
data read into the buffer will be shuffled (there is no shuffling across
buffers). A large capacity ensures better shuffling but would increase
memory usage and startup time.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-03 UTC."],[],[]]