Skip to content

Commit

Permalink
feat: add resource monitoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Mar 4, 2024
1 parent da2bfe4 commit 7cbb24b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/conf/scenario2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ handlers:
sub_id: 5
bbox: [0.225,-0.07, 0.06, -0.055, null, null]
brainweb_folder: ${cache_dir}/brainweb
res: [1.0, 1.0, 0.943]
res: [3.0, 3.0, 3.0]
activation-block:
event_name: block_on
block_on: 20
Expand Down Expand Up @@ -88,3 +88,8 @@ hydra:
_target_: hydra_callbacks.RegisterRunCallback
run_base_dir: ${result_dir}/outputs/scenario2
multirun_base_dir: ${result_dir}/multirun/scenario2

resource_monitor:
_target_: hydra_callbacks.ResourceMonitor
enabled: true
sample_interval: 1
5 changes: 5 additions & 0 deletions src/conf/scenario3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,8 @@ hydra:
_target_: hydra_callbacks.RegisterRunCallback
run_base_dir: ${result_dir}/outputs/scenario2
multirun_base_dir: ${result_dir}/multirun/scenario2

resource_monitor:
_target_: hydra_callbacks.ResourceMonitor
enabled: true
sample_interval: 1

0 comments on commit 7cbb24b

Please sign in to comment.