Skip to content

Commit

Permalink
Update custom_npz_reader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghh04 committed Jul 9, 2024
1 parent 1b1bac6 commit 37e3e77
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from dlio_benchmark.common.constants import MODULE_DATA_READER
from dlio_benchmark.reader.reader_handler import FormatReader

from dftracer.logger import fn_interceptor as Profile
from dlio_benchmark.utils.utility import Profile

dlp = Profile(MODULE_DATA_READER)

Expand Down Expand Up @@ -58,4 +58,4 @@ def read_index(self, image_idx, step):

@dlp.log
def finalize(self):
return super().finalize()
return super().finalize()

0 comments on commit 37e3e77

Please sign in to comment.