p-j-r-1-2-3 commited on
Commit
289a526
·
verified ·
1 Parent(s): 32e961d

add run sparsity_sweep_fine

Browse files
applied/opt05_bitpack_popcount/FAILED_sparsity_sweep_fine.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e781024a247096808106a54f367ac0e44101303a4222176b534706b20e03176e
3
+ size 10445909
applied/opt05_bitpack_popcount/sparsity_sweep_fine.summary.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "key": "opt05_bitpack_popcount/sparsity_sweep_fine",
3
+ "tag": "sparsity_sweep_fine",
4
+ "script": "opt05_bitpack_popcount.py",
5
+ "script_sha256_16": "5a6aac669f67a678",
6
+ "hf_folder": "applied/opt05_bitpack_popcount",
7
+ "priority": 2,
8
+ "note": "resolves the packed-vs-scatter crossover density in bitpack_bench.json",
9
+ "phase": 8,
10
+ "n_phases": 10,
11
+ "method": "harmonic_matched",
12
+ "command": [
13
+ "/usr/bin/python3",
14
+ "-m",
15
+ "torch.distributed.run",
16
+ "--standalone",
17
+ "--nproc_per_node=2",
18
+ "/kaggle/working/scripts/opt05_bitpack_popcount.py",
19
+ "--method",
20
+ "harmonic_matched",
21
+ "--data-root",
22
+ "/kaggle/working/data",
23
+ "--epochs",
24
+ "60",
25
+ "--seed",
26
+ "1234",
27
+ "--batch-size",
28
+ "64",
29
+ "--event-eval",
30
+ "--no-resume",
31
+ "--decision-margin",
32
+ "2.0",
33
+ "--hub-dir",
34
+ "/kaggle/working/hub/opt05_bitpack_popcount/sparsity_sweep_fine",
35
+ "--keep-epoch-weights",
36
+ "1",
37
+ "--resplit",
38
+ "block",
39
+ "--drop-rest",
40
+ "--bench",
41
+ "--sparsity-sweep",
42
+ "0.005,0.01,0.02,0.05,0.1,0.2,0.35,0.5,0.75"
43
+ ],
44
+ "flags": [
45
+ "--sparsity-sweep",
46
+ "0.005,0.01,0.02,0.05,0.1,0.2,0.35,0.5,0.75"
47
+ ],
48
+ "epochs_requested": 60,
49
+ "gpus": 2,
50
+ "relative_epoch_cost": 1.0,
51
+ "exit_code": 1,
52
+ "status": "failed",
53
+ "duration_s": 192.2,
54
+ "started_utc": "2026-08-23T06:28:42.749893+00:00",
55
+ "finished_utc": "2026-08-23T06:31:54.960868+00:00",
56
+ "optimization_summary": null,
57
+ "final_summary": null,
58
+ "event_driven_summary": null,
59
+ "extra_sweep_file_present": false,
60
+ "selftest": {
61
+ "mode": "gate",
62
+ "passed": true
63
+ },
64
+ "driver_version": 1,
65
+ "zip": {
66
+ "name": "FAILED_sparsity_sweep_fine.zip",
67
+ "files": 76,
68
+ "bytes": 10445909,
69
+ "MB": 10.4,
70
+ "sha256": "e781024a247096808106a54f367ac0e44101303a4222176b534706b20e03176e"
71
+ }
72
+ }