Open
Description
What I need help with / What I was wondering
I'm generating video clips for a dataset and I want to maintain the order in which they were generated. However, when I read in the data source using 'array_record'
file format, the order in which the examples were generated is not maintained.
Is there any way to ensure this? I set disable_shuffling=True
in my def _info(self)
method already.
Thanks in advance!
Activity