Skip to content

Commit

Permalink
Removed previous profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
xeon27 committed Mar 22, 2024
1 parent bce44f6 commit 9a019cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kronfluence/computer/computer.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def __init__(
self.model.to(self.state.device)

# Create and configure profiler.
# self.profiler = Profiler(state=self.state) if profile else PassThroughProfiler(state=self.state)
self.profiler = TorchProfiler(state=self.state) if profile else PassThroughProfiler(state=self.state)

# Create and configure output directory.
Expand Down

0 comments on commit 9a019cd

Please sign in to comment.