1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
{
"architecture": "resnet20",
"command": [
"/home/yurenh2/miniconda3/bin/python",
"experiments/conv_run.py",
"--mode",
"kp_traffic",
"--traffic_rule",
"raw",
"--out",
"/scratch/yurenh2/sdil-raw-kp-a6000-r1/results/kp_raw_traffic_scaling/r1/raw-kp-traffic4-r1-d20.json",
"--device",
"cuda",
"--depth",
"20",
"--width",
"16",
"--seed",
"0",
"--loader_seed",
"0",
"--split_seed",
"2027",
"--batch_size",
"128",
"--epochs",
"200",
"--train_limit",
"0",
"--val_examples",
"5000",
"--eval_split",
"validation",
"--eval_every",
"1",
"--augment_train",
"1",
"--lr",
"0.1",
"--output_lr",
"0.1",
"--lr_schedule",
"step",
"--lr_milestones",
"100,150",
"--lr_gamma",
"0.1",
"--momentum",
"0.9",
"--weight_decay",
"1e-4",
"--normalization",
"batchnorm",
"--a_scale",
"1",
"--alignment_probe",
"32",
"--learn_P",
"1",
"--eta_P",
"0.1",
"--predictor_mode",
"closed_form",
"--predictor_warmup_steps",
"1",
"--predictor_every",
"0",
"--neutral_projection",
"1",
"--traffic_seed",
"5000",
"--traffic_ratio",
"4",
"--traffic_calibration_examples",
"64"
],
"completed_unix_time": 1787861146.5672562,
"cuda_visible_devices": "3",
"depth": 20,
"driver_wall_seconds": 3077.9117119312286,
"experiment_name": "raw-kp-traffic4-r1-d20",
"hardware_lock": {
"cuda_visible_devices": "3",
"hardware_profile": "a6000",
"physical_gpu_index": 3,
"physical_gpu_name": "NVIDIA RTX A6000",
"physical_gpu_uuid": "GPU-ba276422-a0b1-e371-8327-f744be942f15",
"total_memory_mib": 49140
},
"method": "raw_kp_traffic4",
"output": "/scratch/yurenh2/sdil-raw-kp-a6000-r1/results/kp_raw_traffic_scaling/r1/raw-kp-traffic4-r1-d20.json",
"output_exists": true,
"output_sha256": "d65f8c5c83d2deddfc30a183702e01f60eb587452742a06fc9bb18c82b5ba2b1",
"return_code": 0,
"source": {
"git_commit": "2b9caf80d9a1054ec585a03718fc37106f8c7aae",
"tracked_files": {
"KP_RAW_TRAFFIC_SCALING.md": "437a8a2ba8a0e8ec3fc8ed5a0384415fe373e9fba75fba05ca57fcdcf149e5b8",
"experiments/analyze_kp_raw_traffic_scaling.py": "a6b10d1affb0c18f123f35f258521cce70a9868201fdff3aae54453c44841472",
"experiments/conv_run.py": "9fa2daea597d63981a78248fafb154da39775ccfae57aac9889e78d83dc4eb44",
"experiments/crossover_hardware.py": "f7fd5ab940d6790d1f60c1bf0ec2115db8db7163a4ee034b536908ef72ac025f",
"experiments/kp_raw_traffic_scaling.py": "ebf67b6f286d5b16928bf42ca0f538b7be22118baf02733366995daa01b5fd11",
"experiments/kp_raw_traffic_scaling_smoke.py": "c79068b548f63cb23d4f177e8e6b8328bf88f5f4d11c38a1c81e4ea02e9e02d6",
"sdil/conv.py": "0650615cf1b4a535a5cc2fc3d82e91e139e6b4db68291582827d7cb1227cc604",
"sdil/data.py": "0e8496c3bbcaa090c280afc3dbdd8b4c9490eeaca3306afff8aea081dccde254"
}
},
"stage": "raw_kp_traffic_scaling_r1",
"status": "completed",
"timeout_seconds": 172800
}
|