Skip to content

Commit

Permalink
added preprocessing step
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan committed Oct 11, 2024
1 parent b05eb73 commit 85f8490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlio_benchmark/reader/indexed_binary_mmap_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def next(self):
def read_index(self, image_idx, step):
filename, sample_index = self.global_index_map[image_idx]
self.get_sample(filename, sample_index)
self.preprocess()
return self._args.resized_image

@dlp.log
Expand Down

0 comments on commit 85f8490

Please sign in to comment.