Skip to content

Commit

Permalink
Fused Adam is now monkey patched inside pyprof.init().
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaiitb authored and debermudez committed Jun 16, 2020
1 parent 6a8f571 commit 9f04421
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyprof/examples/imagenet/imagenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ def main():
args = parseArgs()

pyprof.init()
# pyprof.nvtx.wrap(fused_adam_cuda, 'adam')

N = args.b
C = 3
Expand Down

0 comments on commit 9f04421

Please sign in to comment.