Skip to content

Commit

Permalink
Comment out dataloader patching
Browse files Browse the repository at this point in the history
  • Loading branch information
debermudez committed Feb 8, 2021
1 parent 708b169 commit b67a981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyprof/nvtx/nvmarker.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def init(*args, **kwargs):
print("Initializing NVTX monkey patches")

patch_apex()
patch_dataloader()
# patch_dataloader()
patch_torch_classes()
patch_torch_nn_forward_functions()

Expand Down

0 comments on commit b67a981

Please sign in to comment.