Closed panfengfeng closed 5 years ago
Can you please provide a little bit more information about your setup?
Are you using make_reader
or make_batch_reader
functions to create your reader?
Can you show a code snippet that represents how do you do the scanning?
I use make_petastorm_dataset API (make_petastorm_dataset(reader)) to scan the dataset, I found that it is much worse than reader loop method (for sample in reader), do you have any ideas about the make_petastorm_dataset API