Skip to content

Commit

Permalink
Add more options to profilers (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumurillo authored Dec 12, 2022
1 parent 5eed680 commit 6184ca7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions mart/configs/debug/profiler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ defaults:

trainer:
max_epochs: 1
profiler: "simple"
# profiler: "advanced"
# profiler: "pytorch"
profiler:
_target_: pytorch_lightning.profiler.SimpleProfiler
# _target_: pytorch_lightning.profiler.AdvancedProfiler
# _target_: pytorch_lightning.profiler.PyTorchProfiler
dirpath: ${paths.output_dir}
filename: profiler_log

0 comments on commit 6184ca7

Please sign in to comment.