p-j-r-1-2-3 commited on
Commit
fd0b17e
·
verified ·
1 Parent(s): 65786de

add run default

Browse files
applied/opt05_bitpack_popcount/FAILED_default.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a05cd25014d037d0284290f3d579a1d933984716eb304384946909de3e297d93
3
+ size 10446958
applied/opt05_bitpack_popcount/default.summary.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "key": "opt05_bitpack_popcount/default",
3
+ "tag": "default",
4
+ "script": "opt05_bitpack_popcount.py",
5
+ "script_sha256_16": "5a6aac669f67a678",
6
+ "hf_folder": "applied/opt05_bitpack_popcount",
7
+ "priority": 0,
8
+ "note": "default: bit-packed input, popcount readout, no sparsity pressure",
9
+ "phase": 1,
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/default",
35
+ "--keep-epoch-weights",
36
+ "1",
37
+ "--resplit",
38
+ "block",
39
+ "--drop-rest",
40
+ "--bench"
41
+ ],
42
+ "flags": [],
43
+ "epochs_requested": 60,
44
+ "gpus": 2,
45
+ "relative_epoch_cost": 1.0,
46
+ "exit_code": 1,
47
+ "status": "failed",
48
+ "duration_s": 280.1,
49
+ "started_utc": "2026-08-23T03:56:44.696177+00:00",
50
+ "finished_utc": "2026-08-23T04:01:24.798322+00:00",
51
+ "optimization_summary": null,
52
+ "final_summary": null,
53
+ "event_driven_summary": null,
54
+ "extra_sweep_file_present": false,
55
+ "selftest": {
56
+ "mode": "gate",
57
+ "passed": true
58
+ },
59
+ "driver_version": 1,
60
+ "zip": {
61
+ "name": "FAILED_default.zip",
62
+ "files": 76,
63
+ "bytes": 10446958,
64
+ "MB": 10.4,
65
+ "sha256": "a05cd25014d037d0284290f3d579a1d933984716eb304384946909de3e297d93"
66
+ }
67
+ }