Skip to content

Commit cd7af07

Browse files
committed
✨ feat(config): best run
The new result seems to be the best all the time, just update its configuration here. https://wandb.ai/xiziyi/PhaseNet-TF/runs/ymsgie60?workspace=user-xiziyi
1 parent cb1f02d commit cd7af07

File tree

6 files changed

+52
-1
lines changed

6 files changed

+52
-1
lines changed

configs/experiment/production_default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defaults:
1111
# all parameters below will be merged with parameters from default configurations set above
1212
# this allows you to overwrite only specified parameters
1313

14-
tags: ["production", "2node", "wandb"]
14+
tags: ["production", "mul_nodes", "wandb"]
1515

1616
seed: 3407
1717

configs/hydra/best_run.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
defaults:
2+
- default.yaml
3+
4+
launcher:
5+
timeout_min: 239
6+
nodes: 4
7+
tasks_per_node: 4
8+
cpus_per_task: 5
9+
mem_gb: 140
10+
gres: gpu:a100:4
11+
account: cmse

configs/hydra/slurm_2n8g_a100.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
defaults:
2+
- default.yaml
3+
4+
launcher:
5+
timeout_min: 239
6+
nodes: 2
7+
tasks_per_node: 4
8+
cpus_per_task: 5
9+
mem_gb: 140
10+
gres: gpu:a100:4
11+
account: cmse
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
defaults:
2+
- default.yaml
3+
4+
launcher:
5+
timeout_min: 239
6+
nodes: 4
7+
tasks_per_node: 4
8+
cpus_per_task: 5
9+
mem_gb: 140
10+
gres: gpu:a100:4
11+
account: cmse

configs/trainer/best_run.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
defaults:
2+
- default.yaml
3+
4+
accelerator: gpu
5+
devices: 4
6+
num_nodes: 4
7+
strategy: "ddp_find_unused_parameters_false"
8+
9+
max_epochs: 140
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
defaults:
2+
- default.yaml
3+
4+
accelerator: gpu
5+
devices: 4
6+
num_nodes: 4
7+
strategy: "ddp_find_unused_parameters_false"
8+
9+
max_epochs: 140

0 commit comments

Comments
 (0)