Skip to content

Commit

Permalink
fix incorrect names after copying code
Browse files Browse the repository at this point in the history
  • Loading branch information
quinor authored and Borda committed Aug 6, 2020
1 parent 015bcc8 commit 19ca6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/profiler/profilers.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def __del__(self):
self.output_file.close()


class AutogradProfiler(profiler.BaseProfiler):
class AutogradProfiler(BaseProfiler):
"""
This profiler uses Pytorch's torch.autograd.profiler.profile as a backend. It allows to
profile backend calls and optimize model forward/backward performance.
Expand Down

0 comments on commit 19ca6ef

Please sign in to comment.