Question about batch_dataflow function
sonyapark opened this issue · 0 comments
sonyapark commented
Thanks for your effort.
I have some question about batch_dataflow function.
- There is 'x'. what is the meaning of the x?
- There are [0, 1, 2], [3, 4, 3, 4, 3, 4...]. I wonder why are you grouping [0, 1, 2] and [ 3, 4...] respectively.
- Why [3, 4, 3, 4 ... ] is repeatedly??