quinnlue commited on
Commit
b33fcf7
·
verified ·
1 Parent(s): a87c7bd

Upload folder using huggingface_hub

Browse files
Files changed (37) hide show
  1. .gitattributes +1 -0
  2. p5-mae-15m-d240/config.yaml +112 -0
  3. p5-mae-15m-d240/events.jsonl +0 -0
  4. p5-mae-15m-d240/exports/step_00005000/config.yaml +112 -0
  5. p5-mae-15m-d240/exports/step_00005000/probe.json +576 -0
  6. p5-mae-15m-d240/exports/step_00010000/config.yaml +112 -0
  7. p5-mae-15m-d240/exports/step_00010000/model.safetensors +3 -0
  8. p5-mae-15m-d240/exports/step_00010000/probe.json +576 -0
  9. p5-mae-15m-d240/exports/step_00015000/config.yaml +112 -0
  10. p5-mae-15m-d240/exports/step_00015000/probe.json +576 -0
  11. p5-mae-15m-d240/exports/step_00020000/config.yaml +112 -0
  12. p5-mae-15m-d240/exports/step_00020000/model.safetensors +3 -0
  13. p5-mae-15m-d240/exports/step_00020000/probe.json +576 -0
  14. p5-mae-15m-d240/exports/step_00025000/config.yaml +112 -0
  15. p5-mae-15m-d240/exports/step_00025000/probe.json +576 -0
  16. p5-mae-15m-d240/exports/step_00030000/config.yaml +112 -0
  17. p5-mae-15m-d240/exports/step_00030000/probe.json +576 -0
  18. p5-mae-15m-d240/exports/step_00035000/config.yaml +112 -0
  19. p5-mae-15m-d240/exports/step_00035000/probe.json +576 -0
  20. p5-mae-15m-d240/exports/step_00040000/config.yaml +112 -0
  21. p5-mae-15m-d240/exports/step_00040000/model.safetensors +3 -0
  22. p5-mae-15m-d240/exports/step_00040000/probe.json +576 -0
  23. p5-mae-15m-d240/mixture_plan.npy +3 -0
  24. p5-mae-15m-d240/run.json +94 -0
  25. p5-mae-15m-d240/status.json +13 -0
  26. p5-mae-15m-d240/wandb/debug-internal.log +112 -0
  27. p5-mae-15m-d240/wandb/debug.log +24 -0
  28. p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/files/config.yaml +243 -0
  29. p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/files/output.log +0 -0
  30. p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/files/requirements.txt +115 -0
  31. p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/files/wandb-metadata.json +112 -0
  32. p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/files/wandb-summary.json +1 -0
  33. p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/logs/debug-core.log +39 -0
  34. p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/logs/debug-internal.log +112 -0
  35. p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/logs/debug.log +24 -0
  36. p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/run-phase5-p5-mae-15m-d240.wandb +3 -0
  37. p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/run-phase5-p5-mae-15m-d240.wandb.syncstate +1 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/run-phase5-p5-mae-15m-d240.wandb filter=lfs diff=lfs merge=lfs -text
p5-mae-15m-d240/config.yaml ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ embed_dim: 384
3
+ depth: 8
4
+ num_heads: 6
5
+ mlp_ratio: 4
6
+ target_frames: 1024
7
+ mel_bins: 64
8
+ patch_time: 16
9
+ patch_freq: 16
10
+ decoder_layers: 6
11
+ decoder_groups: 16
12
+ decoder_kernel: 3
13
+ objective:
14
+ kind: mae
15
+ mae_norm_pix: true
16
+ num_classes: 527
17
+ clone_batch: 1
18
+ mask_prob: 0.8
19
+ mask_length: 5
20
+ mask_prob_adjust: 0.07
21
+ average_top_k_layers: 0
22
+ utterance_weight: 1.0
23
+ normalize_utterance_target: false
24
+ ema_decay: 0.9998
25
+ ema_end_decay: 0.99999
26
+ ema_anneal_steps: null
27
+ data:
28
+ data_dir: /workspace/data/asmel_flat
29
+ train_split: train
30
+ val_split: balanced_train
31
+ revision: ''
32
+ batch_size: 48
33
+ num_workers: 12
34
+ prefetch_factor: 4
35
+ pin_memory: true
36
+ persistent_workers: true
37
+ drop_last: true
38
+ seed: 0
39
+ max_shards: 0
40
+ mixture:
41
+ cluster_index: /workspace/data/asmel_flat/train_cluster_index.npy
42
+ distributions: null
43
+ dist_id: null
44
+ weights:
45
+ - 0.0
46
+ - 0.0
47
+ - 0.0
48
+ - 0.031453125
49
+ - 0.136734375
50
+ - 0.0
51
+ - 0.003091796875
52
+ - 0.17794921875
53
+ - 0.0
54
+ - 0.07468359375
55
+ - 0.232013671875
56
+ - 0.0
57
+ - 0.0042109375
58
+ - 0.218064453125
59
+ - 0.00039453125
60
+ - 0.041060546875
61
+ - 0.0
62
+ - 0.0
63
+ - 0.0250703125
64
+ - 0.0552734375
65
+ repetition_cap: 1000.0
66
+ distinct_fraction: null
67
+ optim:
68
+ lr: 0.0003
69
+ betas:
70
+ - 0.9
71
+ - 0.95
72
+ eps: 1.0e-08
73
+ weight_decay: 0.05
74
+ clip_norm: 4.0
75
+ warmup_frac: 0.1
76
+ min_lr_scale: 0.002
77
+ loop:
78
+ budget_clips: 1920000
79
+ schedule_clips: null
80
+ gradient_accumulation_steps: 1
81
+ precision: bfloat16
82
+ compile: true
83
+ compile_mode: default
84
+ log_every_n_steps: 20
85
+ heartbeat_every_n_steps: 50
86
+ max_steps: null
87
+ eval:
88
+ enabled: true
89
+ every_n_steps: 1000
90
+ num_clips: 2048
91
+ mask_seed: 12345
92
+ batch_size: 48
93
+ checkpoint:
94
+ save_every_n_steps: 5000
95
+ export_every_n_steps: 5000
96
+ keep_last_n_exports: 0
97
+ tracking:
98
+ campaign_id: phase5
99
+ trial_id: p5-mae-15m-d240
100
+ wandb_project: mixture-transfer
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_run_id: null
104
+ hub_repo_id: null
105
+ hub_private: false
106
+ hub_upload: false
107
+ runtime:
108
+ seed: 0
109
+ data_loader_seed: null
110
+ objective_seed: null
111
+ deterministic: false
112
+ allow_tf32: true
p5-mae-15m-d240/events.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
p5-mae-15m-d240/exports/step_00005000/config.yaml ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ embed_dim: 384
3
+ depth: 8
4
+ num_heads: 6
5
+ mlp_ratio: 4
6
+ target_frames: 1024
7
+ mel_bins: 64
8
+ patch_time: 16
9
+ patch_freq: 16
10
+ decoder_layers: 6
11
+ decoder_groups: 16
12
+ decoder_kernel: 3
13
+ objective:
14
+ kind: mae
15
+ mae_norm_pix: true
16
+ num_classes: 527
17
+ clone_batch: 1
18
+ mask_prob: 0.8
19
+ mask_length: 5
20
+ mask_prob_adjust: 0.07
21
+ average_top_k_layers: 0
22
+ utterance_weight: 1.0
23
+ normalize_utterance_target: false
24
+ ema_decay: 0.9998
25
+ ema_end_decay: 0.99999
26
+ ema_anneal_steps: null
27
+ data:
28
+ data_dir: /workspace/data/asmel_flat
29
+ train_split: train
30
+ val_split: balanced_train
31
+ revision: ''
32
+ batch_size: 48
33
+ num_workers: 12
34
+ prefetch_factor: 4
35
+ pin_memory: true
36
+ persistent_workers: true
37
+ drop_last: true
38
+ seed: 0
39
+ max_shards: 0
40
+ mixture:
41
+ cluster_index: /workspace/data/asmel_flat/train_cluster_index.npy
42
+ distributions: null
43
+ dist_id: null
44
+ weights:
45
+ - 0.0
46
+ - 0.0
47
+ - 0.0
48
+ - 0.031453125
49
+ - 0.136734375
50
+ - 0.0
51
+ - 0.003091796875
52
+ - 0.17794921875
53
+ - 0.0
54
+ - 0.07468359375
55
+ - 0.232013671875
56
+ - 0.0
57
+ - 0.0042109375
58
+ - 0.218064453125
59
+ - 0.00039453125
60
+ - 0.041060546875
61
+ - 0.0
62
+ - 0.0
63
+ - 0.0250703125
64
+ - 0.0552734375
65
+ repetition_cap: 1000.0
66
+ distinct_fraction: null
67
+ optim:
68
+ lr: 0.0003
69
+ betas:
70
+ - 0.9
71
+ - 0.95
72
+ eps: 1.0e-08
73
+ weight_decay: 0.05
74
+ clip_norm: 4.0
75
+ warmup_frac: 0.1
76
+ min_lr_scale: 0.002
77
+ loop:
78
+ budget_clips: 1920000
79
+ schedule_clips: null
80
+ gradient_accumulation_steps: 1
81
+ precision: bfloat16
82
+ compile: true
83
+ compile_mode: default
84
+ log_every_n_steps: 20
85
+ heartbeat_every_n_steps: 50
86
+ max_steps: null
87
+ eval:
88
+ enabled: true
89
+ every_n_steps: 1000
90
+ num_clips: 2048
91
+ mask_seed: 12345
92
+ batch_size: 48
93
+ checkpoint:
94
+ save_every_n_steps: 5000
95
+ export_every_n_steps: 5000
96
+ keep_last_n_exports: 0
97
+ tracking:
98
+ campaign_id: phase5
99
+ trial_id: p5-mae-15m-d240
100
+ wandb_project: mixture-transfer
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_run_id: null
104
+ hub_repo_id: null
105
+ hub_private: false
106
+ hub_upload: false
107
+ runtime:
108
+ seed: 0
109
+ data_loader_seed: null
110
+ objective_seed: null
111
+ deterministic: false
112
+ allow_tf32: true
p5-mae-15m-d240/exports/step_00005000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d240/exports/step_00005000",
3
+ "fingerprint": "501ad93d52e71f0e",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d240",
6
+ "probe/map": 0.10666865076024998,
7
+ "probe/map_train": 0.468882503415647,
8
+ "probe/alpha": 10.0,
9
+ "probe/holdout_map": 0.13190900674045608,
10
+ "probe/pooling": "concat",
11
+ "probe/feature_dim": 768,
12
+ "probe/fit_clips": 20550,
13
+ "probe/score_clips": 18886,
14
+ "probe/classes_scored": 527,
15
+ "probe/extract_s": 6.722989280009642,
16
+ "probe/total_s": 8.476162209990434,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.1292181465451374
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.129575684755878
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.13165627897096766
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.13190900674045608
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.12322097155132969
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.10467888887324839
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.08209991847974314
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.6012858748435974,
49
+ 0.008853617124259472,
50
+ 0.0660523995757103,
51
+ 0.18764014542102814,
52
+ 0.08035052567720413,
53
+ 0.2810649871826172,
54
+ 0.2056199610233307,
55
+ 0.30444517731666565,
56
+ 0.023352667689323425,
57
+ 0.02885419875383377,
58
+ 0.014833405613899231,
59
+ 0.07949996739625931,
60
+ 0.35109949111938477,
61
+ 0.16853730380535126,
62
+ 0.04669692739844322,
63
+ 0.394413024187088,
64
+ 0.2264469414949417,
65
+ 0.3177693486213684,
66
+ 0.049528393894433975,
67
+ 0.060546256601810455,
68
+ 0.1883249431848526,
69
+ 0.0692267194390297,
70
+ 0.12795501947402954,
71
+ 0.10350822657346725,
72
+ 0.03144899010658264,
73
+ 0.018178746104240417,
74
+ 0.04633389785885811,
75
+ 0.1658400297164917,
76
+ 0.21475248038768768,
77
+ 0.02928924188017845,
78
+ 0.19707654416561127,
79
+ 0.09819357097148895,
80
+ 0.013989485800266266,
81
+ 0.0506109781563282,
82
+ 0.1754905879497528,
83
+ 0.028541358187794685,
84
+ 0.25005069375038147,
85
+ 0.0335681214928627,
86
+ 0.06408166885375977,
87
+ 0.07825595885515213,
88
+ 0.11349596083164215,
89
+ 0.011982208117842674,
90
+ 0.05313810706138611,
91
+ 0.26515838503837585,
92
+ 0.008281365036964417,
93
+ 0.05435028299689293,
94
+ 0.007454794365912676,
95
+ 0.05476970598101616,
96
+ 0.049862783402204514,
97
+ 0.0470464788377285,
98
+ 0.11805565655231476,
99
+ 0.011194711551070213,
100
+ 0.021551156416535378,
101
+ 0.03892819955945015,
102
+ 0.1457994133234024,
103
+ 0.10276897996664047,
104
+ 0.1261531114578247,
105
+ 0.24258558452129364,
106
+ 0.094877228140831,
107
+ 0.050619937479496,
108
+ 0.13969185948371887,
109
+ 0.15694178640842438,
110
+ 0.02853275276720524,
111
+ 0.10487047582864761,
112
+ 0.4560457766056061,
113
+ 0.19273044168949127,
114
+ 0.18654517829418182,
115
+ 0.2220139503479004,
116
+ 0.37503182888031006,
117
+ 0.30227944254875183,
118
+ 0.08916159719228745,
119
+ 0.07538305222988129,
120
+ 0.14507481455802917,
121
+ 0.11952725797891617,
122
+ 0.1216580793261528,
123
+ 0.16033858060836792,
124
+ 0.0464482307434082,
125
+ 0.13797904551029205,
126
+ 0.12995076179504395,
127
+ 0.06931136548519135,
128
+ 0.023521188646554947,
129
+ 0.05047890916466713,
130
+ 0.1290515661239624,
131
+ 0.04450981318950653,
132
+ 0.06272850185632706,
133
+ 0.02402365952730179,
134
+ 0.037678103893995285,
135
+ 0.034433551132678986,
136
+ 0.01924813911318779,
137
+ 0.05681884288787842,
138
+ 0.02638603374361992,
139
+ 0.025940068066120148,
140
+ 0.14779061079025269,
141
+ 0.012306693941354752,
142
+ 0.0313652865588665,
143
+ 0.017835361883044243,
144
+ 0.02008209377527237,
145
+ 0.03003382682800293,
146
+ 0.10395431518554688,
147
+ 0.16237099468708038,
148
+ 0.11075906455516815,
149
+ 0.21324017643928528,
150
+ 0.02772699110209942,
151
+ 0.027942797169089317,
152
+ 0.013200615532696247,
153
+ 0.04591294378042221,
154
+ 0.04212556034326553,
155
+ 0.04295061528682709,
156
+ 0.04825805127620697,
157
+ 0.10968951880931854,
158
+ 0.1103692576289177,
159
+ 0.0846918523311615,
160
+ 0.06354190409183502,
161
+ 0.06591842323541641,
162
+ 0.04452776536345482,
163
+ 0.12668505311012268,
164
+ 0.12005706131458282,
165
+ 0.06088142842054367,
166
+ 0.07476566731929779,
167
+ 0.09231040626764297,
168
+ 0.09446649253368378,
169
+ 0.09058456122875214,
170
+ 0.06348885595798492,
171
+ 0.04852377250790596,
172
+ 0.020932462066411972,
173
+ 0.01905140094459057,
174
+ 0.08603279292583466,
175
+ 0.14923050999641418,
176
+ 0.09423559159040451,
177
+ 0.09275154024362564,
178
+ 0.004863309673964977,
179
+ 0.08715549111366272,
180
+ 0.09252921491861343,
181
+ 0.10315684974193573,
182
+ 0.0268096961081028,
183
+ 0.010089787654578686,
184
+ 0.03464827314019203,
185
+ 0.6883494257926941,
186
+ 0.20359906554222107,
187
+ 0.2645814120769501,
188
+ 0.35967886447906494,
189
+ 0.24794848263263702,
190
+ 0.08042293041944504,
191
+ 0.11372855305671692,
192
+ 0.06981415301561356,
193
+ 0.09408815205097198,
194
+ 0.05681225657463074,
195
+ 0.1233762726187706,
196
+ 0.08346477895975113,
197
+ 0.1492847204208374,
198
+ 0.08906377851963043,
199
+ 0.13956700265407562,
200
+ 0.15279380977153778,
201
+ 0.06580475717782974,
202
+ 0.054264817386865616,
203
+ 0.14932826161384583,
204
+ 0.08631499856710434,
205
+ 0.05756331607699394,
206
+ 0.022837702184915543,
207
+ 0.0683898851275444,
208
+ 0.3960713744163513,
209
+ 0.23065169155597687,
210
+ 0.2936462461948395,
211
+ 0.12958131730556488,
212
+ 0.20713035762310028,
213
+ 0.24751344323158264,
214
+ 0.2621447741985321,
215
+ 0.16019493341445923,
216
+ 0.26421478390693665,
217
+ 0.24693815410137177,
218
+ 0.15877673029899597,
219
+ 0.2523549497127533,
220
+ 0.2508591115474701,
221
+ 0.20052595436573029,
222
+ 0.05970847234129906,
223
+ 0.09650643914937973,
224
+ 0.09022565186023712,
225
+ 0.30400407314300537,
226
+ 0.043164778500795364,
227
+ 0.09611080586910248,
228
+ 0.11298879235982895,
229
+ 0.0979391485452652,
230
+ 0.09383003413677216,
231
+ 0.1630227416753769,
232
+ 0.03471430018544197,
233
+ 0.30281874537467957,
234
+ 0.294782817363739,
235
+ 0.11676303297281265,
236
+ 0.24013003706932068,
237
+ 0.12560740113258362,
238
+ 0.13706369698047638,
239
+ 0.08220451325178146,
240
+ 0.21219758689403534,
241
+ 0.1984855830669403,
242
+ 0.16736294329166412,
243
+ 0.33748212456703186,
244
+ 0.06982837617397308,
245
+ 0.0454242117702961,
246
+ 0.10220804065465927,
247
+ 0.11349762976169586,
248
+ 0.05279043689370155,
249
+ 0.15261080861091614,
250
+ 0.07073032110929489,
251
+ 0.14854083955287933,
252
+ 0.17765510082244873,
253
+ 0.10124288499355316,
254
+ 0.10284826904535294,
255
+ 0.3399747610092163,
256
+ 0.13346503674983978,
257
+ 0.16333337128162384,
258
+ 0.6720065474510193,
259
+ 0.3377717137336731,
260
+ 0.4240780770778656,
261
+ 0.030844157561659813,
262
+ 0.2630975842475891,
263
+ 0.09464865177869797,
264
+ 0.038218360394239426,
265
+ 0.168504998087883,
266
+ 0.12389271706342697,
267
+ 0.09055190533399582,
268
+ 0.14616155624389648,
269
+ 0.10015233606100082,
270
+ 0.1805592179298401,
271
+ 0.17405635118484497,
272
+ 0.05099170655012131,
273
+ 0.052119553089141846,
274
+ 0.08586683869361877,
275
+ 0.03222598880529404,
276
+ 0.1151651069521904,
277
+ 0.03373126685619354,
278
+ 0.0742766261100769,
279
+ 0.049443475902080536,
280
+ 0.05748659372329712,
281
+ 0.05454385280609131,
282
+ 0.030705202370882034,
283
+ 0.01225197035819292,
284
+ 0.11283088475465775,
285
+ 0.020795293152332306,
286
+ 0.21413636207580566,
287
+ 0.026792017742991447,
288
+ 0.10017169266939163,
289
+ 0.19177111983299255,
290
+ 0.25092652440071106,
291
+ 0.15900135040283203,
292
+ 0.1455163061618805,
293
+ 0.2105458676815033,
294
+ 0.04652366414666176,
295
+ 0.14362971484661102,
296
+ 0.02493421547114849,
297
+ 0.15675406157970428,
298
+ 0.09620793163776398,
299
+ 0.05186878517270088,
300
+ 0.03921503201127052,
301
+ 0.056993268430233,
302
+ 0.0880485251545906,
303
+ 0.1606934815645218,
304
+ 0.237661674618721,
305
+ 0.21331506967544556,
306
+ 0.09002047032117844,
307
+ 0.06322626769542694,
308
+ 0.062171392142772675,
309
+ 0.053060706704854965,
310
+ 0.14333254098892212,
311
+ 0.0886867418885231,
312
+ 0.016886726021766663,
313
+ 0.07590218633413315,
314
+ 0.0742010623216629,
315
+ 0.09971248358488083,
316
+ 0.13154320418834686,
317
+ 0.025998247787356377,
318
+ 0.024260139092803,
319
+ 0.13389354944229126,
320
+ 0.04062170162796974,
321
+ 0.021951433271169662,
322
+ 0.17155948281288147,
323
+ 0.03526712954044342,
324
+ 0.09449976682662964,
325
+ 0.029005540534853935,
326
+ 0.04952271282672882,
327
+ 0.0334700308740139,
328
+ 0.024680674076080322,
329
+ 0.23551252484321594,
330
+ 0.12353137135505676,
331
+ 0.16225534677505493,
332
+ 0.0583343580365181,
333
+ 0.16766397655010223,
334
+ 0.2258249670267105,
335
+ 0.229231595993042,
336
+ 0.14964056015014648,
337
+ 0.13431598246097565,
338
+ 0.12117520719766617,
339
+ 0.10095494240522385,
340
+ 0.10678482800722122,
341
+ 0.23284925520420074,
342
+ 0.10708120465278625,
343
+ 0.1023317351937294,
344
+ 0.0872509777545929,
345
+ 0.006120679900050163,
346
+ 0.012421341612935066,
347
+ 0.00721280463039875,
348
+ 0.2643797993659973,
349
+ 0.1369834989309311,
350
+ 0.09270591288805008,
351
+ 0.06518317013978958,
352
+ 0.039336081594228745,
353
+ 0.0754517987370491,
354
+ 0.02204406075179577,
355
+ 0.13187123835086823,
356
+ 0.025363916531205177,
357
+ 0.03741362318396568,
358
+ 0.11147892475128174,
359
+ 0.047284793108701706,
360
+ 0.05648209899663925,
361
+ 0.0449671670794487,
362
+ 0.047564491629600525,
363
+ 0.06016011908650398,
364
+ 0.04977318271994591,
365
+ 0.03488389775156975,
366
+ 0.03745552897453308,
367
+ 0.06218799948692322,
368
+ 0.09446119517087936,
369
+ 0.05844486132264137,
370
+ 0.37059715390205383,
371
+ 0.25265079736709595,
372
+ 0.23209291696548462,
373
+ 0.17330166697502136,
374
+ 0.02127467468380928,
375
+ 0.058734260499477386,
376
+ 0.18002593517303467,
377
+ 0.17042934894561768,
378
+ 0.09943831712007523,
379
+ 0.13714314997196198,
380
+ 0.18092100322246552,
381
+ 0.27123188972473145,
382
+ 0.1421688050031662,
383
+ 0.11894084513187408,
384
+ 0.07033025473356247,
385
+ 0.2263769656419754,
386
+ 0.05155007168650627,
387
+ 0.01952100358903408,
388
+ 0.061214376240968704,
389
+ 0.0054777818731963634,
390
+ 0.03470257669687271,
391
+ 0.10623659938573837,
392
+ 0.10628756135702133,
393
+ 0.05507056042551994,
394
+ 0.0958295464515686,
395
+ 0.19829298555850983,
396
+ 0.018305808305740356,
397
+ 0.03432620316743851,
398
+ 0.028665073215961456,
399
+ 0.03401513397693634,
400
+ 0.0521940253674984,
401
+ 0.07588633894920349,
402
+ 0.02926534041762352,
403
+ 0.037321727722883224,
404
+ 0.06167728081345558,
405
+ 0.009846173226833344,
406
+ 0.03962090611457825,
407
+ 0.06835227459669113,
408
+ 0.008571592159569263,
409
+ 0.048847343772649765,
410
+ 0.11328679323196411,
411
+ 0.07947351783514023,
412
+ 0.018651220947504044,
413
+ 0.024079663679003716,
414
+ 0.3256002962589264,
415
+ 0.13946722447872162,
416
+ 0.020022766664624214,
417
+ 0.11071280390024185,
418
+ 0.09126129001379013,
419
+ 0.09932874888181686,
420
+ 0.07407064735889435,
421
+ 0.22553317248821259,
422
+ 0.07930107414722443,
423
+ 0.026007777079939842,
424
+ 0.0599614679813385,
425
+ 0.0417875200510025,
426
+ 0.00963214784860611,
427
+ 0.013789675198495388,
428
+ 0.023352093994617462,
429
+ 0.09236878156661987,
430
+ 0.03972689434885979,
431
+ 0.0517006553709507,
432
+ 0.08924388885498047,
433
+ 0.1502935141324997,
434
+ 0.1326274275779724,
435
+ 0.03659975901246071,
436
+ 0.038764357566833496,
437
+ 0.08840979635715485,
438
+ 0.14452984929084778,
439
+ 0.04050353169441223,
440
+ 0.02606717310845852,
441
+ 0.3228583335876465,
442
+ 0.17586378753185272,
443
+ 0.035664670169353485,
444
+ 0.3796790540218353,
445
+ 0.4878809154033661,
446
+ 0.02260591834783554,
447
+ 0.33939963579177856,
448
+ 0.3535073399543762,
449
+ 0.043378327041864395,
450
+ 0.08481896668672562,
451
+ 0.1941714584827423,
452
+ 0.014906547032296658,
453
+ 0.01169606950134039,
454
+ 0.012891273014247417,
455
+ 0.017613856121897697,
456
+ 0.03635317087173462,
457
+ 0.009985117241740227,
458
+ 0.00778132164850831,
459
+ 0.15648208558559418,
460
+ 0.018695907667279243,
461
+ 0.02448406256735325,
462
+ 0.26898279786109924,
463
+ 0.1806807965040207,
464
+ 0.029162129387259483,
465
+ 0.012804110534489155,
466
+ 0.1003907322883606,
467
+ 0.10131252557039261,
468
+ 0.1518741101026535,
469
+ 0.03708730638027191,
470
+ 0.07431607693433762,
471
+ 0.2048981636762619,
472
+ 0.09617576748132706,
473
+ 0.10543648898601532,
474
+ 0.03286247327923775,
475
+ 0.11546871811151505,
476
+ 0.15086722373962402,
477
+ 0.1393793821334839,
478
+ 0.050545912235975266,
479
+ 0.10005111247301102,
480
+ 0.06987863034009933,
481
+ 0.0737493634223938,
482
+ 0.0072478787042200565,
483
+ 0.08991628885269165,
484
+ 0.2104910910129547,
485
+ 0.05933171510696411,
486
+ 0.08082236349582672,
487
+ 0.01433596946299076,
488
+ 0.01690196432173252,
489
+ 0.013093088753521442,
490
+ 0.00693347305059433,
491
+ 0.06007426232099533,
492
+ 0.006666040048003197,
493
+ 0.10701354593038559,
494
+ 0.013643051497638226,
495
+ 0.007991967722773552,
496
+ 0.010015489533543587,
497
+ 0.0372047945857048,
498
+ 0.012518377974629402,
499
+ 0.027720093727111816,
500
+ 0.010327674448490143,
501
+ 0.03413546085357666,
502
+ 0.03386123850941658,
503
+ 0.12957675755023956,
504
+ 0.02905847877264023,
505
+ 0.07778143137693405,
506
+ 0.02320053242146969,
507
+ 0.06536728143692017,
508
+ 0.05121425911784172,
509
+ 0.02178514190018177,
510
+ 0.17982368171215057,
511
+ 0.44035840034484863,
512
+ 0.19691038131713867,
513
+ 0.10081660747528076,
514
+ 0.03881201148033142,
515
+ 0.049309149384498596,
516
+ 0.0323052853345871,
517
+ 0.07806011289358139,
518
+ 0.07841702550649643,
519
+ 0.05259200185537338,
520
+ 0.0624672994017601,
521
+ 0.008578076027333736,
522
+ 0.07849789410829544,
523
+ 0.004284908063709736,
524
+ 0.2148320972919464,
525
+ 0.04356509819626808,
526
+ 0.04795810580253601,
527
+ 0.22356688976287842,
528
+ 0.1110515221953392,
529
+ 0.0826263278722763,
530
+ 0.008072777651250362,
531
+ 0.042805060744285583,
532
+ 0.04083429276943207,
533
+ 0.009936335496604443,
534
+ 0.007391159888356924,
535
+ 0.0428314283490181,
536
+ 0.04461834579706192,
537
+ 0.06690356135368347,
538
+ 0.1533312350511551,
539
+ 0.23982857167720795,
540
+ 0.06565986573696136,
541
+ 0.13168175518512726,
542
+ 0.247080460190773,
543
+ 0.04136735573410988,
544
+ 0.04348813742399216,
545
+ 0.1708824187517166,
546
+ 0.05098985508084297,
547
+ 0.07480712234973907,
548
+ 0.10663918405771255,
549
+ 0.20820479094982147,
550
+ 0.008367233909666538,
551
+ 0.08648241311311722,
552
+ 0.02702425979077816,
553
+ 0.017193898558616638,
554
+ 0.093503437936306,
555
+ 0.018485885113477707,
556
+ 0.015208899974822998,
557
+ 0.03110557608306408,
558
+ 0.019385013729333878,
559
+ 0.1328900158405304,
560
+ 0.05397668853402138,
561
+ 0.008535531349480152,
562
+ 0.08987218886613846,
563
+ 0.2562710642814636,
564
+ 0.02949664555490017,
565
+ 0.3436741828918457,
566
+ 0.0408330038189888,
567
+ 0.04103633388876915,
568
+ 0.030147699639201164,
569
+ 0.21325257420539856,
570
+ 0.13140223920345306,
571
+ 0.020715290680527687,
572
+ 0.006851602345705032,
573
+ 0.12166035175323486,
574
+ 0.09872021526098251
575
+ ]
576
+ }
p5-mae-15m-d240/exports/step_00010000/config.yaml ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ embed_dim: 384
3
+ depth: 8
4
+ num_heads: 6
5
+ mlp_ratio: 4
6
+ target_frames: 1024
7
+ mel_bins: 64
8
+ patch_time: 16
9
+ patch_freq: 16
10
+ decoder_layers: 6
11
+ decoder_groups: 16
12
+ decoder_kernel: 3
13
+ objective:
14
+ kind: mae
15
+ mae_norm_pix: true
16
+ num_classes: 527
17
+ clone_batch: 1
18
+ mask_prob: 0.8
19
+ mask_length: 5
20
+ mask_prob_adjust: 0.07
21
+ average_top_k_layers: 0
22
+ utterance_weight: 1.0
23
+ normalize_utterance_target: false
24
+ ema_decay: 0.9998
25
+ ema_end_decay: 0.99999
26
+ ema_anneal_steps: null
27
+ data:
28
+ data_dir: /workspace/data/asmel_flat
29
+ train_split: train
30
+ val_split: balanced_train
31
+ revision: ''
32
+ batch_size: 48
33
+ num_workers: 12
34
+ prefetch_factor: 4
35
+ pin_memory: true
36
+ persistent_workers: true
37
+ drop_last: true
38
+ seed: 0
39
+ max_shards: 0
40
+ mixture:
41
+ cluster_index: /workspace/data/asmel_flat/train_cluster_index.npy
42
+ distributions: null
43
+ dist_id: null
44
+ weights:
45
+ - 0.0
46
+ - 0.0
47
+ - 0.0
48
+ - 0.031453125
49
+ - 0.136734375
50
+ - 0.0
51
+ - 0.003091796875
52
+ - 0.17794921875
53
+ - 0.0
54
+ - 0.07468359375
55
+ - 0.232013671875
56
+ - 0.0
57
+ - 0.0042109375
58
+ - 0.218064453125
59
+ - 0.00039453125
60
+ - 0.041060546875
61
+ - 0.0
62
+ - 0.0
63
+ - 0.0250703125
64
+ - 0.0552734375
65
+ repetition_cap: 1000.0
66
+ distinct_fraction: null
67
+ optim:
68
+ lr: 0.0003
69
+ betas:
70
+ - 0.9
71
+ - 0.95
72
+ eps: 1.0e-08
73
+ weight_decay: 0.05
74
+ clip_norm: 4.0
75
+ warmup_frac: 0.1
76
+ min_lr_scale: 0.002
77
+ loop:
78
+ budget_clips: 1920000
79
+ schedule_clips: null
80
+ gradient_accumulation_steps: 1
81
+ precision: bfloat16
82
+ compile: true
83
+ compile_mode: default
84
+ log_every_n_steps: 20
85
+ heartbeat_every_n_steps: 50
86
+ max_steps: null
87
+ eval:
88
+ enabled: true
89
+ every_n_steps: 1000
90
+ num_clips: 2048
91
+ mask_seed: 12345
92
+ batch_size: 48
93
+ checkpoint:
94
+ save_every_n_steps: 5000
95
+ export_every_n_steps: 5000
96
+ keep_last_n_exports: 0
97
+ tracking:
98
+ campaign_id: phase5
99
+ trial_id: p5-mae-15m-d240
100
+ wandb_project: mixture-transfer
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_run_id: null
104
+ hub_repo_id: null
105
+ hub_private: false
106
+ hub_upload: false
107
+ runtime:
108
+ seed: 0
109
+ data_loader_seed: null
110
+ objective_seed: null
111
+ deterministic: false
112
+ allow_tf32: true
p5-mae-15m-d240/exports/step_00010000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf769f4619ad96061b634171925e19062eac13e6d9c11f22f826445353d679fb
3
+ size 60174680
p5-mae-15m-d240/exports/step_00010000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d240/exports/step_00010000",
3
+ "fingerprint": "501ad93d52e71f0e",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d240",
6
+ "probe/map": 0.1294365143509444,
7
+ "probe/map_train": 0.5420919257504212,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.15812905901597646,
10
+ "probe/pooling": "concat",
11
+ "probe/feature_dim": 768,
12
+ "probe/fit_clips": 20550,
13
+ "probe/score_clips": 18886,
14
+ "probe/classes_scored": 527,
15
+ "probe/extract_s": 6.815953495912254,
16
+ "probe/total_s": 8.306480241939425,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.15703315796167988
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.15699645495828615
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.15812905901597646
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.1575500419260881
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.14691380311362093
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.12517104731462683
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.10263413326828909
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.620877206325531,
49
+ 0.02429874613881111,
50
+ 0.06287002563476562,
51
+ 0.2070906162261963,
52
+ 0.06545720994472504,
53
+ 0.2525327801704407,
54
+ 0.2006404548883438,
55
+ 0.3560454845428467,
56
+ 0.03705345839262009,
57
+ 0.036393389105796814,
58
+ 0.016854263842105865,
59
+ 0.06822807341814041,
60
+ 0.4348986744880676,
61
+ 0.25146567821502686,
62
+ 0.03452228009700775,
63
+ 0.4945785403251648,
64
+ 0.27233749628067017,
65
+ 0.3453410267829895,
66
+ 0.04208838567137718,
67
+ 0.07333364337682724,
68
+ 0.25677603483200073,
69
+ 0.07722453773021698,
70
+ 0.15983255207538605,
71
+ 0.12782961130142212,
72
+ 0.05715293064713478,
73
+ 0.022220902144908905,
74
+ 0.08553314208984375,
75
+ 0.16206666827201843,
76
+ 0.20238734781742096,
77
+ 0.06933631002902985,
78
+ 0.22686128318309784,
79
+ 0.18117906153202057,
80
+ 0.023195723071694374,
81
+ 0.09672902524471283,
82
+ 0.2279398888349533,
83
+ 0.03210977464914322,
84
+ 0.32101354002952576,
85
+ 0.04692774638533592,
86
+ 0.06743031740188599,
87
+ 0.11344677954912186,
88
+ 0.12184537947177887,
89
+ 0.018885502591729164,
90
+ 0.06941701471805573,
91
+ 0.36580872535705566,
92
+ 0.015348805114626884,
93
+ 0.0752754658460617,
94
+ 0.009433597326278687,
95
+ 0.12968096137046814,
96
+ 0.042809128761291504,
97
+ 0.06928499042987823,
98
+ 0.1408357173204422,
99
+ 0.0118076978251338,
100
+ 0.02134413830935955,
101
+ 0.07108384370803833,
102
+ 0.2180778682231903,
103
+ 0.10995093733072281,
104
+ 0.18725746870040894,
105
+ 0.3551408350467682,
106
+ 0.1396184116601944,
107
+ 0.07220613211393356,
108
+ 0.20191022753715515,
109
+ 0.17421993613243103,
110
+ 0.03780040144920349,
111
+ 0.13012348115444183,
112
+ 0.49922260642051697,
113
+ 0.19229798018932343,
114
+ 0.23514889180660248,
115
+ 0.26751434803009033,
116
+ 0.3826693594455719,
117
+ 0.3842903971672058,
118
+ 0.12616099417209625,
119
+ 0.12154871225357056,
120
+ 0.1679282784461975,
121
+ 0.1509912610054016,
122
+ 0.16004623472690582,
123
+ 0.20440737903118134,
124
+ 0.060781680047512054,
125
+ 0.23445390164852142,
126
+ 0.1543276458978653,
127
+ 0.09733865410089493,
128
+ 0.01916559971868992,
129
+ 0.06853696703910828,
130
+ 0.20452597737312317,
131
+ 0.0951586589217186,
132
+ 0.09003476798534393,
133
+ 0.029946260154247284,
134
+ 0.05953487381339073,
135
+ 0.016923630610108376,
136
+ 0.024481767788529396,
137
+ 0.02848750352859497,
138
+ 0.07888778299093246,
139
+ 0.082453154027462,
140
+ 0.13398243486881256,
141
+ 0.019855618476867676,
142
+ 0.0456373393535614,
143
+ 0.04007524996995926,
144
+ 0.009351353161036968,
145
+ 0.01628168672323227,
146
+ 0.11789306998252869,
147
+ 0.1530451625585556,
148
+ 0.11435417085886002,
149
+ 0.19835782051086426,
150
+ 0.03776388242840767,
151
+ 0.0363258495926857,
152
+ 0.017065715044736862,
153
+ 0.04405323415994644,
154
+ 0.07603684067726135,
155
+ 0.08587197959423065,
156
+ 0.05044678971171379,
157
+ 0.15964937210083008,
158
+ 0.1566764861345291,
159
+ 0.13084827363491058,
160
+ 0.10964035242795944,
161
+ 0.09339772164821625,
162
+ 0.08464252203702927,
163
+ 0.18154890835285187,
164
+ 0.18588374555110931,
165
+ 0.09890732914209366,
166
+ 0.11564325541257858,
167
+ 0.253903865814209,
168
+ 0.2497939020395279,
169
+ 0.16930732131004333,
170
+ 0.06354467570781708,
171
+ 0.07234477251768112,
172
+ 0.018512535840272903,
173
+ 0.023369930684566498,
174
+ 0.11700163781642914,
175
+ 0.16038835048675537,
176
+ 0.1561867743730545,
177
+ 0.11295945942401886,
178
+ 0.0043931747786700726,
179
+ 0.07972382009029388,
180
+ 0.10128608345985413,
181
+ 0.10963265597820282,
182
+ 0.05325113981962204,
183
+ 0.009834627620875835,
184
+ 0.0720580518245697,
185
+ 0.7089264392852783,
186
+ 0.23062510788440704,
187
+ 0.285524845123291,
188
+ 0.4024076461791992,
189
+ 0.3052748739719391,
190
+ 0.08794372528791428,
191
+ 0.12036841362714767,
192
+ 0.10797234624624252,
193
+ 0.09815209358930588,
194
+ 0.09590302407741547,
195
+ 0.2547484338283539,
196
+ 0.09815190732479095,
197
+ 0.17949225008487701,
198
+ 0.1201702356338501,
199
+ 0.16982051730155945,
200
+ 0.25485825538635254,
201
+ 0.13765323162078857,
202
+ 0.10659706592559814,
203
+ 0.20935086905956268,
204
+ 0.11170327663421631,
205
+ 0.09642109274864197,
206
+ 0.029977889731526375,
207
+ 0.07435115426778793,
208
+ 0.45194211602211,
209
+ 0.2640022933483124,
210
+ 0.2848558723926544,
211
+ 0.13452079892158508,
212
+ 0.23508195579051971,
213
+ 0.24645337462425232,
214
+ 0.26184067130088806,
215
+ 0.16337129473686218,
216
+ 0.26516929268836975,
217
+ 0.3288731873035431,
218
+ 0.22280436754226685,
219
+ 0.28096452355384827,
220
+ 0.3119683861732483,
221
+ 0.2390439659357071,
222
+ 0.12589283287525177,
223
+ 0.0907629132270813,
224
+ 0.08196835964918137,
225
+ 0.33815956115722656,
226
+ 0.06700610369443893,
227
+ 0.10914041101932526,
228
+ 0.14248624444007874,
229
+ 0.1181732788681984,
230
+ 0.11598861217498779,
231
+ 0.20602084696292877,
232
+ 0.05016633868217468,
233
+ 0.3614867627620697,
234
+ 0.2896120846271515,
235
+ 0.15610016882419586,
236
+ 0.2591763436794281,
237
+ 0.10275457799434662,
238
+ 0.15374398231506348,
239
+ 0.0662413090467453,
240
+ 0.32091468572616577,
241
+ 0.19832324981689453,
242
+ 0.19774974882602692,
243
+ 0.35899269580841064,
244
+ 0.0676695704460144,
245
+ 0.06456281244754791,
246
+ 0.1644251048564911,
247
+ 0.2509441673755646,
248
+ 0.04322356358170509,
249
+ 0.19080424308776855,
250
+ 0.06650702655315399,
251
+ 0.1850094050168991,
252
+ 0.19856244325637817,
253
+ 0.12262722849845886,
254
+ 0.14923356473445892,
255
+ 0.4399617612361908,
256
+ 0.2184968888759613,
257
+ 0.25275474786758423,
258
+ 0.738445520401001,
259
+ 0.4121425151824951,
260
+ 0.48834556341171265,
261
+ 0.030022457242012024,
262
+ 0.35729867219924927,
263
+ 0.16156521439552307,
264
+ 0.037254612892866135,
265
+ 0.19137457013130188,
266
+ 0.15035764873027802,
267
+ 0.09830951690673828,
268
+ 0.13923072814941406,
269
+ 0.1001242995262146,
270
+ 0.22368711233139038,
271
+ 0.20419061183929443,
272
+ 0.06873118132352829,
273
+ 0.07806755602359772,
274
+ 0.07382018864154816,
275
+ 0.03901849314570427,
276
+ 0.1569400131702423,
277
+ 0.04471577703952789,
278
+ 0.061254799365997314,
279
+ 0.09157862514257431,
280
+ 0.07303204387426376,
281
+ 0.05750201642513275,
282
+ 0.04297713190317154,
283
+ 0.019161764532327652,
284
+ 0.11684002727270126,
285
+ 0.01557798683643341,
286
+ 0.2606638967990875,
287
+ 0.031520284712314606,
288
+ 0.13126465678215027,
289
+ 0.18053582310676575,
290
+ 0.30433356761932373,
291
+ 0.1774379312992096,
292
+ 0.17516975104808807,
293
+ 0.23103877902030945,
294
+ 0.0462806411087513,
295
+ 0.12154585868120193,
296
+ 0.040309224277734756,
297
+ 0.16904401779174805,
298
+ 0.09966419637203217,
299
+ 0.029590880498290062,
300
+ 0.053955335170030594,
301
+ 0.09823872894048691,
302
+ 0.05434165894985199,
303
+ 0.17354781925678253,
304
+ 0.22476118803024292,
305
+ 0.2600662410259247,
306
+ 0.12462791800498962,
307
+ 0.07097719609737396,
308
+ 0.06038064882159233,
309
+ 0.08412861078977585,
310
+ 0.21698710322380066,
311
+ 0.08741234242916107,
312
+ 0.020348787307739258,
313
+ 0.05280207097530365,
314
+ 0.06309560686349869,
315
+ 0.09494633972644806,
316
+ 0.11528327316045761,
317
+ 0.02984154038131237,
318
+ 0.01967024803161621,
319
+ 0.2156754583120346,
320
+ 0.09596578776836395,
321
+ 0.03385905176401138,
322
+ 0.15063339471817017,
323
+ 0.041082561016082764,
324
+ 0.08947969973087311,
325
+ 0.04362881928682327,
326
+ 0.0724555030465126,
327
+ 0.061858680099248886,
328
+ 0.022254599258303642,
329
+ 0.2909906506538391,
330
+ 0.1265168935060501,
331
+ 0.21979618072509766,
332
+ 0.06933066993951797,
333
+ 0.2339799404144287,
334
+ 0.3074074387550354,
335
+ 0.31270450353622437,
336
+ 0.22382669150829315,
337
+ 0.19956126809120178,
338
+ 0.16994725167751312,
339
+ 0.18806903064250946,
340
+ 0.11465003341436386,
341
+ 0.23898008465766907,
342
+ 0.15666106343269348,
343
+ 0.14153456687927246,
344
+ 0.12991052865982056,
345
+ 0.005248588044196367,
346
+ 0.010378099977970123,
347
+ 0.009898405522108078,
348
+ 0.2657848000526428,
349
+ 0.17334572970867157,
350
+ 0.174423947930336,
351
+ 0.06562850624322891,
352
+ 0.037483662366867065,
353
+ 0.0829218178987503,
354
+ 0.023053983226418495,
355
+ 0.16550396382808685,
356
+ 0.06929457932710648,
357
+ 0.06283010542392731,
358
+ 0.17676101624965668,
359
+ 0.05224469304084778,
360
+ 0.08202100545167923,
361
+ 0.05813669413328171,
362
+ 0.11204622685909271,
363
+ 0.07938110083341599,
364
+ 0.05160613730549812,
365
+ 0.03378932923078537,
366
+ 0.13873344659805298,
367
+ 0.0721559002995491,
368
+ 0.21572552621364594,
369
+ 0.039452847093343735,
370
+ 0.41341790556907654,
371
+ 0.31922250986099243,
372
+ 0.24527607858181,
373
+ 0.24431326985359192,
374
+ 0.05217394977807999,
375
+ 0.05687309801578522,
376
+ 0.22345326840877533,
377
+ 0.21731631457805634,
378
+ 0.11834956705570221,
379
+ 0.1715644747018814,
380
+ 0.22138150036334991,
381
+ 0.29579055309295654,
382
+ 0.18780304491519928,
383
+ 0.10659705102443695,
384
+ 0.07873713225126266,
385
+ 0.1469167172908783,
386
+ 0.035131726413965225,
387
+ 0.03245042636990547,
388
+ 0.06884056329727173,
389
+ 0.0071419356390833855,
390
+ 0.0492551214993,
391
+ 0.12214401364326477,
392
+ 0.13194960355758667,
393
+ 0.08402332663536072,
394
+ 0.08938980102539062,
395
+ 0.24689960479736328,
396
+ 0.026774272322654724,
397
+ 0.02191135846078396,
398
+ 0.07598288357257843,
399
+ 0.017276765778660774,
400
+ 0.060723885893821716,
401
+ 0.08663537353277206,
402
+ 0.03336212411522865,
403
+ 0.06311635673046112,
404
+ 0.03897148743271828,
405
+ 0.010680567473173141,
406
+ 0.03893265873193741,
407
+ 0.12510865926742554,
408
+ 0.009260737337172031,
409
+ 0.07075262814760208,
410
+ 0.15474848449230194,
411
+ 0.1089196503162384,
412
+ 0.024936743080615997,
413
+ 0.02929898165166378,
414
+ 0.41593149304389954,
415
+ 0.18961535394191742,
416
+ 0.01488894410431385,
417
+ 0.12031372636556625,
418
+ 0.08988397568464279,
419
+ 0.09095949679613113,
420
+ 0.10252527892589569,
421
+ 0.28130123019218445,
422
+ 0.15107819437980652,
423
+ 0.038430746644735336,
424
+ 0.06352534145116806,
425
+ 0.09755265712738037,
426
+ 0.011069956235587597,
427
+ 0.011916426941752434,
428
+ 0.01827916130423546,
429
+ 0.09257207810878754,
430
+ 0.10204940289258957,
431
+ 0.06353575736284256,
432
+ 0.1255493015050888,
433
+ 0.16883590817451477,
434
+ 0.14292529225349426,
435
+ 0.08064401894807816,
436
+ 0.04208803176879883,
437
+ 0.048068247735500336,
438
+ 0.19885732233524323,
439
+ 0.07933381199836731,
440
+ 0.023278608918190002,
441
+ 0.3785751163959503,
442
+ 0.18008950352668762,
443
+ 0.048318855464458466,
444
+ 0.4428153336048126,
445
+ 0.49913743138313293,
446
+ 0.020199591293931007,
447
+ 0.33149462938308716,
448
+ 0.3952663540840149,
449
+ 0.04390064999461174,
450
+ 0.08169278502464294,
451
+ 0.24157388508319855,
452
+ 0.02692490443587303,
453
+ 0.01253411453217268,
454
+ 0.025197407230734825,
455
+ 0.02485746331512928,
456
+ 0.03719976171851158,
457
+ 0.013625584542751312,
458
+ 0.013132477179169655,
459
+ 0.1804848611354828,
460
+ 0.011948044411838055,
461
+ 0.04794900491833687,
462
+ 0.29338914155960083,
463
+ 0.19440270960330963,
464
+ 0.0358009897172451,
465
+ 0.020361196249723434,
466
+ 0.09077946841716766,
467
+ 0.100047267973423,
468
+ 0.2169410139322281,
469
+ 0.05889122560620308,
470
+ 0.08109497278928757,
471
+ 0.2588408291339874,
472
+ 0.08556048572063446,
473
+ 0.097718246281147,
474
+ 0.041416727006435394,
475
+ 0.14353446662425995,
476
+ 0.20763489603996277,
477
+ 0.15763314068317413,
478
+ 0.1206250712275505,
479
+ 0.11841753870248795,
480
+ 0.1603240668773651,
481
+ 0.12000998109579086,
482
+ 0.006714784074574709,
483
+ 0.07958947867155075,
484
+ 0.1781761348247528,
485
+ 0.053198494017124176,
486
+ 0.11727995425462723,
487
+ 0.01940920390188694,
488
+ 0.03152552619576454,
489
+ 0.03235305845737457,
490
+ 0.007608541287481785,
491
+ 0.06708228588104248,
492
+ 0.010870854370296001,
493
+ 0.1398024708032608,
494
+ 0.0242942962795496,
495
+ 0.01348493155092001,
496
+ 0.011313913390040398,
497
+ 0.07345867902040482,
498
+ 0.011141125112771988,
499
+ 0.030044516548514366,
500
+ 0.0170940849930048,
501
+ 0.020887186750769615,
502
+ 0.04782731831073761,
503
+ 0.18266406655311584,
504
+ 0.02909279242157936,
505
+ 0.08559795469045639,
506
+ 0.034905288368463516,
507
+ 0.09808617830276489,
508
+ 0.04836691543459892,
509
+ 0.029338624328374863,
510
+ 0.28157326579093933,
511
+ 0.4224477708339691,
512
+ 0.1956867277622223,
513
+ 0.13902069628238678,
514
+ 0.0405176542699337,
515
+ 0.051854927092790604,
516
+ 0.04329562559723854,
517
+ 0.14659391343593597,
518
+ 0.08678054064512253,
519
+ 0.06608142703771591,
520
+ 0.10234978049993515,
521
+ 0.011962352320551872,
522
+ 0.11926356703042984,
523
+ 0.005244146101176739,
524
+ 0.23838463425636292,
525
+ 0.08433353900909424,
526
+ 0.06072278693318367,
527
+ 0.20928551256656647,
528
+ 0.13140621781349182,
529
+ 0.07550816237926483,
530
+ 0.01605476252734661,
531
+ 0.0645466148853302,
532
+ 0.07450786232948303,
533
+ 0.011230059899389744,
534
+ 0.006576832849532366,
535
+ 0.06519566476345062,
536
+ 0.03220178186893463,
537
+ 0.03121596947312355,
538
+ 0.21320131421089172,
539
+ 0.26951202750205994,
540
+ 0.052948642522096634,
541
+ 0.1559770703315735,
542
+ 0.23063728213310242,
543
+ 0.04384242370724678,
544
+ 0.03773224726319313,
545
+ 0.16300880908966064,
546
+ 0.09292278438806534,
547
+ 0.10852794349193573,
548
+ 0.11544397473335266,
549
+ 0.24331232905387878,
550
+ 0.009335554204881191,
551
+ 0.1125977635383606,
552
+ 0.026533612981438637,
553
+ 0.023491326719522476,
554
+ 0.09091676026582718,
555
+ 0.015581403858959675,
556
+ 0.018096372485160828,
557
+ 0.03069234825670719,
558
+ 0.023451460525393486,
559
+ 0.16842445731163025,
560
+ 0.05962792783975601,
561
+ 0.008975926786661148,
562
+ 0.14561797678470612,
563
+ 0.27230626344680786,
564
+ 0.051169026643037796,
565
+ 0.34150415658950806,
566
+ 0.03965099900960922,
567
+ 0.08145111054182053,
568
+ 0.02451620064675808,
569
+ 0.213711217045784,
570
+ 0.14151428639888763,
571
+ 0.027448128908872604,
572
+ 0.0077100349590182304,
573
+ 0.1358785331249237,
574
+ 0.10338357090950012
575
+ ]
576
+ }
p5-mae-15m-d240/exports/step_00015000/config.yaml ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ embed_dim: 384
3
+ depth: 8
4
+ num_heads: 6
5
+ mlp_ratio: 4
6
+ target_frames: 1024
7
+ mel_bins: 64
8
+ patch_time: 16
9
+ patch_freq: 16
10
+ decoder_layers: 6
11
+ decoder_groups: 16
12
+ decoder_kernel: 3
13
+ objective:
14
+ kind: mae
15
+ mae_norm_pix: true
16
+ num_classes: 527
17
+ clone_batch: 1
18
+ mask_prob: 0.8
19
+ mask_length: 5
20
+ mask_prob_adjust: 0.07
21
+ average_top_k_layers: 0
22
+ utterance_weight: 1.0
23
+ normalize_utterance_target: false
24
+ ema_decay: 0.9998
25
+ ema_end_decay: 0.99999
26
+ ema_anneal_steps: null
27
+ data:
28
+ data_dir: /workspace/data/asmel_flat
29
+ train_split: train
30
+ val_split: balanced_train
31
+ revision: ''
32
+ batch_size: 48
33
+ num_workers: 12
34
+ prefetch_factor: 4
35
+ pin_memory: true
36
+ persistent_workers: true
37
+ drop_last: true
38
+ seed: 0
39
+ max_shards: 0
40
+ mixture:
41
+ cluster_index: /workspace/data/asmel_flat/train_cluster_index.npy
42
+ distributions: null
43
+ dist_id: null
44
+ weights:
45
+ - 0.0
46
+ - 0.0
47
+ - 0.0
48
+ - 0.031453125
49
+ - 0.136734375
50
+ - 0.0
51
+ - 0.003091796875
52
+ - 0.17794921875
53
+ - 0.0
54
+ - 0.07468359375
55
+ - 0.232013671875
56
+ - 0.0
57
+ - 0.0042109375
58
+ - 0.218064453125
59
+ - 0.00039453125
60
+ - 0.041060546875
61
+ - 0.0
62
+ - 0.0
63
+ - 0.0250703125
64
+ - 0.0552734375
65
+ repetition_cap: 1000.0
66
+ distinct_fraction: null
67
+ optim:
68
+ lr: 0.0003
69
+ betas:
70
+ - 0.9
71
+ - 0.95
72
+ eps: 1.0e-08
73
+ weight_decay: 0.05
74
+ clip_norm: 4.0
75
+ warmup_frac: 0.1
76
+ min_lr_scale: 0.002
77
+ loop:
78
+ budget_clips: 1920000
79
+ schedule_clips: null
80
+ gradient_accumulation_steps: 1
81
+ precision: bfloat16
82
+ compile: true
83
+ compile_mode: default
84
+ log_every_n_steps: 20
85
+ heartbeat_every_n_steps: 50
86
+ max_steps: null
87
+ eval:
88
+ enabled: true
89
+ every_n_steps: 1000
90
+ num_clips: 2048
91
+ mask_seed: 12345
92
+ batch_size: 48
93
+ checkpoint:
94
+ save_every_n_steps: 5000
95
+ export_every_n_steps: 5000
96
+ keep_last_n_exports: 0
97
+ tracking:
98
+ campaign_id: phase5
99
+ trial_id: p5-mae-15m-d240
100
+ wandb_project: mixture-transfer
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_run_id: null
104
+ hub_repo_id: null
105
+ hub_private: false
106
+ hub_upload: false
107
+ runtime:
108
+ seed: 0
109
+ data_loader_seed: null
110
+ objective_seed: null
111
+ deterministic: false
112
+ allow_tf32: true
p5-mae-15m-d240/exports/step_00015000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d240/exports/step_00015000",
3
+ "fingerprint": "501ad93d52e71f0e",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d240",
6
+ "probe/map": 0.14182283448857702,
7
+ "probe/map_train": 0.5284948619312309,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.17065466351213332,
10
+ "probe/pooling": "concat",
11
+ "probe/feature_dim": 768,
12
+ "probe/fit_clips": 20550,
13
+ "probe/score_clips": 18886,
14
+ "probe/classes_scored": 527,
15
+ "probe/extract_s": 7.167572087957524,
16
+ "probe/total_s": 8.5861259480007,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.1696537597408868
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.16974005068341302
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.17065466351213332
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.16862214602922324
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.15584060496454474
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.13273376995738265
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.10460342071946901
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.6338210105895996,
49
+ 0.015308286994695663,
50
+ 0.07862650603055954,
51
+ 0.2158573567867279,
52
+ 0.08891253918409348,
53
+ 0.2664426565170288,
54
+ 0.1927182525396347,
55
+ 0.29381728172302246,
56
+ 0.03403794765472412,
57
+ 0.053992703557014465,
58
+ 0.01810053177177906,
59
+ 0.10215476900339127,
60
+ 0.5184445381164551,
61
+ 0.29522866010665894,
62
+ 0.02562897466123104,
63
+ 0.5173014402389526,
64
+ 0.3332659900188446,
65
+ 0.37478503584861755,
66
+ 0.0610952153801918,
67
+ 0.06359902024269104,
68
+ 0.2557915151119232,
69
+ 0.08916772902011871,
70
+ 0.18727326393127441,
71
+ 0.1667475700378418,
72
+ 0.08406955003738403,
73
+ 0.033859044313430786,
74
+ 0.09606102108955383,
75
+ 0.18975235521793365,
76
+ 0.2770080864429474,
77
+ 0.0691312924027443,
78
+ 0.22590866684913635,
79
+ 0.1824268251657486,
80
+ 0.02187366783618927,
81
+ 0.0852242037653923,
82
+ 0.2292788177728653,
83
+ 0.05875087529420853,
84
+ 0.313888818025589,
85
+ 0.06009919196367264,
86
+ 0.06508132070302963,
87
+ 0.12291333824396133,
88
+ 0.1870466023683548,
89
+ 0.016728410497307777,
90
+ 0.0933428630232811,
91
+ 0.3805117905139923,
92
+ 0.019047539681196213,
93
+ 0.07925796508789062,
94
+ 0.011831557378172874,
95
+ 0.13098201155662537,
96
+ 0.06333483010530472,
97
+ 0.07158932834863663,
98
+ 0.15115392208099365,
99
+ 0.013161431066691875,
100
+ 0.03332273289561272,
101
+ 0.09645359963178635,
102
+ 0.2034909427165985,
103
+ 0.11233942955732346,
104
+ 0.23825764656066895,
105
+ 0.35744917392730713,
106
+ 0.13942156732082367,
107
+ 0.10786949843168259,
108
+ 0.14557388424873352,
109
+ 0.1888335794210434,
110
+ 0.05378209426999092,
111
+ 0.1586051732301712,
112
+ 0.5111649632453918,
113
+ 0.22597315907478333,
114
+ 0.284775972366333,
115
+ 0.27871519327163696,
116
+ 0.39322829246520996,
117
+ 0.38848960399627686,
118
+ 0.17058983445167542,
119
+ 0.1425081044435501,
120
+ 0.18898962438106537,
121
+ 0.16365131735801697,
122
+ 0.17844457924365997,
123
+ 0.25295498967170715,
124
+ 0.05551909655332565,
125
+ 0.22041736543178558,
126
+ 0.20355111360549927,
127
+ 0.1170225664973259,
128
+ 0.01926695741713047,
129
+ 0.08615601807832718,
130
+ 0.2669258415699005,
131
+ 0.13201643526554108,
132
+ 0.10614004731178284,
133
+ 0.029486743733286858,
134
+ 0.11884156614542007,
135
+ 0.0257146954536438,
136
+ 0.0439414344727993,
137
+ 0.04505748301744461,
138
+ 0.11724192649126053,
139
+ 0.12818382680416107,
140
+ 0.1542256623506546,
141
+ 0.025244098156690598,
142
+ 0.03970516845583916,
143
+ 0.0676947757601738,
144
+ 0.01880005933344364,
145
+ 0.029060086235404015,
146
+ 0.13726167380809784,
147
+ 0.21625865995883942,
148
+ 0.17876413464546204,
149
+ 0.3078416585922241,
150
+ 0.03566531464457512,
151
+ 0.039009690284729004,
152
+ 0.02153945155441761,
153
+ 0.05472850054502487,
154
+ 0.057276517152786255,
155
+ 0.05555461347103119,
156
+ 0.1088929995894432,
157
+ 0.17148280143737793,
158
+ 0.2233487218618393,
159
+ 0.1409391164779663,
160
+ 0.11495158076286316,
161
+ 0.08702454715967178,
162
+ 0.05779092758893967,
163
+ 0.18748188018798828,
164
+ 0.18795627355575562,
165
+ 0.10367853939533234,
166
+ 0.10933621227741241,
167
+ 0.30550554394721985,
168
+ 0.3194417953491211,
169
+ 0.1700187623500824,
170
+ 0.0870962142944336,
171
+ 0.0926598533987999,
172
+ 0.015296672470867634,
173
+ 0.05210211127996445,
174
+ 0.11012831330299377,
175
+ 0.1651570200920105,
176
+ 0.10911831259727478,
177
+ 0.09445850551128387,
178
+ 0.004366702865809202,
179
+ 0.0915641188621521,
180
+ 0.10542888194322586,
181
+ 0.10577630251646042,
182
+ 0.07911663502454758,
183
+ 0.014117670245468616,
184
+ 0.1242620125412941,
185
+ 0.7211994528770447,
186
+ 0.2196824699640274,
187
+ 0.3197856843471527,
188
+ 0.4123304784297943,
189
+ 0.3019827902317047,
190
+ 0.1449245661497116,
191
+ 0.15805962681770325,
192
+ 0.10670126229524612,
193
+ 0.1379016637802124,
194
+ 0.12911829352378845,
195
+ 0.28635352849960327,
196
+ 0.14589500427246094,
197
+ 0.22951474785804749,
198
+ 0.13284337520599365,
199
+ 0.20575296878814697,
200
+ 0.2542664706707001,
201
+ 0.13646164536476135,
202
+ 0.1240343451499939,
203
+ 0.20980381965637207,
204
+ 0.10953212529420853,
205
+ 0.11226808279752731,
206
+ 0.035570625215768814,
207
+ 0.08304768800735474,
208
+ 0.4560297429561615,
209
+ 0.2867357134819031,
210
+ 0.27974653244018555,
211
+ 0.15199510753154755,
212
+ 0.24435585737228394,
213
+ 0.23720955848693848,
214
+ 0.2691623270511627,
215
+ 0.12275572866201401,
216
+ 0.2544111907482147,
217
+ 0.3749940097332001,
218
+ 0.22484548389911652,
219
+ 0.28638625144958496,
220
+ 0.3108358681201935,
221
+ 0.27519986033439636,
222
+ 0.12901315093040466,
223
+ 0.16419000923633575,
224
+ 0.09606499969959259,
225
+ 0.31995075941085815,
226
+ 0.0543149895966053,
227
+ 0.16605842113494873,
228
+ 0.21679054200649261,
229
+ 0.1972271203994751,
230
+ 0.16449345648288727,
231
+ 0.25455722212791443,
232
+ 0.05577274411916733,
233
+ 0.38074973225593567,
234
+ 0.36300113797187805,
235
+ 0.1390993446111679,
236
+ 0.2754229009151459,
237
+ 0.12935835123062134,
238
+ 0.16396833956241608,
239
+ 0.10382438451051712,
240
+ 0.3135620355606079,
241
+ 0.19077154994010925,
242
+ 0.18529224395751953,
243
+ 0.3827136754989624,
244
+ 0.064424067735672,
245
+ 0.0715419128537178,
246
+ 0.15255644917488098,
247
+ 0.28249144554138184,
248
+ 0.029821788892149925,
249
+ 0.20817513763904572,
250
+ 0.08631480485200882,
251
+ 0.17986233532428741,
252
+ 0.22576719522476196,
253
+ 0.1595676839351654,
254
+ 0.16461756825447083,
255
+ 0.5489896535873413,
256
+ 0.2236994355916977,
257
+ 0.2923983037471771,
258
+ 0.7523070573806763,
259
+ 0.49020814895629883,
260
+ 0.5109532475471497,
261
+ 0.050337374210357666,
262
+ 0.29747268557548523,
263
+ 0.17241621017456055,
264
+ 0.05304490774869919,
265
+ 0.2032289355993271,
266
+ 0.22497370839118958,
267
+ 0.13385596871376038,
268
+ 0.16448962688446045,
269
+ 0.10904557257890701,
270
+ 0.1896069347858429,
271
+ 0.1980850249528885,
272
+ 0.06329496204853058,
273
+ 0.09159880876541138,
274
+ 0.07497362792491913,
275
+ 0.04094432666897774,
276
+ 0.15387582778930664,
277
+ 0.044234927743673325,
278
+ 0.05419028177857399,
279
+ 0.10434781014919281,
280
+ 0.08516627550125122,
281
+ 0.05663879215717316,
282
+ 0.043461304157972336,
283
+ 0.013646692968904972,
284
+ 0.14078126847743988,
285
+ 0.016798758879303932,
286
+ 0.3520575165748596,
287
+ 0.03398514539003372,
288
+ 0.12882940471172333,
289
+ 0.1853969246149063,
290
+ 0.2941408157348633,
291
+ 0.17492452263832092,
292
+ 0.16644521057605743,
293
+ 0.23645266890525818,
294
+ 0.06257851421833038,
295
+ 0.1263813078403473,
296
+ 0.05544671416282654,
297
+ 0.14785921573638916,
298
+ 0.12368171662092209,
299
+ 0.03186193108558655,
300
+ 0.08081496506929398,
301
+ 0.07968222349882126,
302
+ 0.04786522686481476,
303
+ 0.2305458039045334,
304
+ 0.2373332977294922,
305
+ 0.27733907103538513,
306
+ 0.15923430025577545,
307
+ 0.08397745341062546,
308
+ 0.052006568759679794,
309
+ 0.11261828988790512,
310
+ 0.21640890836715698,
311
+ 0.11167524009943008,
312
+ 0.02152884565293789,
313
+ 0.06328857690095901,
314
+ 0.08844917267560959,
315
+ 0.11166819930076599,
316
+ 0.11271033436059952,
317
+ 0.035452570766210556,
318
+ 0.029601000249385834,
319
+ 0.21394909918308258,
320
+ 0.15214337408542633,
321
+ 0.03527409955859184,
322
+ 0.18614204227924347,
323
+ 0.05684268847107887,
324
+ 0.09435446560382843,
325
+ 0.051675841212272644,
326
+ 0.052432261407375336,
327
+ 0.049284037202596664,
328
+ 0.024926694110035896,
329
+ 0.3143530488014221,
330
+ 0.12383600324392319,
331
+ 0.22794155776500702,
332
+ 0.06810644268989563,
333
+ 0.2450263798236847,
334
+ 0.3457275331020355,
335
+ 0.3775731325149536,
336
+ 0.2235240340232849,
337
+ 0.20680338144302368,
338
+ 0.174170583486557,
339
+ 0.19458313286304474,
340
+ 0.10751805454492569,
341
+ 0.20902569591999054,
342
+ 0.13928528130054474,
343
+ 0.1358727365732193,
344
+ 0.16090737283229828,
345
+ 0.006115121301263571,
346
+ 0.013975118286907673,
347
+ 0.012728100642561913,
348
+ 0.2839573621749878,
349
+ 0.1951107680797577,
350
+ 0.13850918412208557,
351
+ 0.09315718710422516,
352
+ 0.026459652930498123,
353
+ 0.12031885981559753,
354
+ 0.02395576611161232,
355
+ 0.15912006795406342,
356
+ 0.08927172422409058,
357
+ 0.10936740040779114,
358
+ 0.20005281269550323,
359
+ 0.09601287543773651,
360
+ 0.09401535242795944,
361
+ 0.06340435892343521,
362
+ 0.08281172066926956,
363
+ 0.079676054418087,
364
+ 0.0491240955889225,
365
+ 0.04934146627783775,
366
+ 0.1538960486650467,
367
+ 0.07406698167324066,
368
+ 0.2147219181060791,
369
+ 0.03766665607690811,
370
+ 0.4519125521183014,
371
+ 0.36977773904800415,
372
+ 0.25016167759895325,
373
+ 0.2491573691368103,
374
+ 0.05936454236507416,
375
+ 0.05814807116985321,
376
+ 0.23591752350330353,
377
+ 0.2258898764848709,
378
+ 0.16231194138526917,
379
+ 0.178481787443161,
380
+ 0.23556563258171082,
381
+ 0.35291382670402527,
382
+ 0.18468691408634186,
383
+ 0.14262564480304718,
384
+ 0.09881262481212616,
385
+ 0.21347090601921082,
386
+ 0.053085483610630035,
387
+ 0.02769930474460125,
388
+ 0.07458435744047165,
389
+ 0.01690232753753662,
390
+ 0.04796133562922478,
391
+ 0.12876573204994202,
392
+ 0.10311807692050934,
393
+ 0.06926438212394714,
394
+ 0.11165346205234528,
395
+ 0.27555158734321594,
396
+ 0.037588879466056824,
397
+ 0.027340732514858246,
398
+ 0.11175861209630966,
399
+ 0.026874028146266937,
400
+ 0.06905542314052582,
401
+ 0.07581290602684021,
402
+ 0.022952387109398842,
403
+ 0.05750739574432373,
404
+ 0.04181895777583122,
405
+ 0.012152505107223988,
406
+ 0.045292928814888,
407
+ 0.09706110507249832,
408
+ 0.010063694790005684,
409
+ 0.07797113806009293,
410
+ 0.1116817370057106,
411
+ 0.0967252179980278,
412
+ 0.03413766622543335,
413
+ 0.03620225936174393,
414
+ 0.3915012776851654,
415
+ 0.2066800892353058,
416
+ 0.02088666334748268,
417
+ 0.10241764038801193,
418
+ 0.11987942457199097,
419
+ 0.10033798217773438,
420
+ 0.12992119789123535,
421
+ 0.31349900364875793,
422
+ 0.17401911318302155,
423
+ 0.059932686388492584,
424
+ 0.07990432530641556,
425
+ 0.07865989953279495,
426
+ 0.012183585204184055,
427
+ 0.017269743606448174,
428
+ 0.02393627166748047,
429
+ 0.12813027203083038,
430
+ 0.09931131452322006,
431
+ 0.08274615556001663,
432
+ 0.1763363927602768,
433
+ 0.2159395068883896,
434
+ 0.15731005370616913,
435
+ 0.06930103898048401,
436
+ 0.046854693442583084,
437
+ 0.036316558718681335,
438
+ 0.22890490293502808,
439
+ 0.06932445615530014,
440
+ 0.023136869072914124,
441
+ 0.3667537569999695,
442
+ 0.2361096888780594,
443
+ 0.05614618957042694,
444
+ 0.4988235831260681,
445
+ 0.5447492003440857,
446
+ 0.030547965317964554,
447
+ 0.33842670917510986,
448
+ 0.42084038257598877,
449
+ 0.05834678187966347,
450
+ 0.10926585644483566,
451
+ 0.25348249077796936,
452
+ 0.01811332069337368,
453
+ 0.012184473685920238,
454
+ 0.026033392176032066,
455
+ 0.02102332003414631,
456
+ 0.020688287913799286,
457
+ 0.013142424635589123,
458
+ 0.00952872447669506,
459
+ 0.16951170563697815,
460
+ 0.029872821643948555,
461
+ 0.04285002499818802,
462
+ 0.29829519987106323,
463
+ 0.1273905485868454,
464
+ 0.03872170299291611,
465
+ 0.017412682995200157,
466
+ 0.10956881940364838,
467
+ 0.10482673346996307,
468
+ 0.24802862107753754,
469
+ 0.0817435011267662,
470
+ 0.09342457354068756,
471
+ 0.30201485753059387,
472
+ 0.09765616804361343,
473
+ 0.10833780467510223,
474
+ 0.06320395320653915,
475
+ 0.18907587230205536,
476
+ 0.23415260016918182,
477
+ 0.15435092151165009,
478
+ 0.10905811190605164,
479
+ 0.15582415461540222,
480
+ 0.16774709522724152,
481
+ 0.06957279145717621,
482
+ 0.006164022721350193,
483
+ 0.11688116937875748,
484
+ 0.1766362488269806,
485
+ 0.08830481767654419,
486
+ 0.12350576370954514,
487
+ 0.034820396453142166,
488
+ 0.020884286612272263,
489
+ 0.026439499109983444,
490
+ 0.011288699693977833,
491
+ 0.06772174686193466,
492
+ 0.01011720485985279,
493
+ 0.14362727105617523,
494
+ 0.07485667616128922,
495
+ 0.010475811548531055,
496
+ 0.011894188821315765,
497
+ 0.07400631159543991,
498
+ 0.032655373215675354,
499
+ 0.05034256726503372,
500
+ 0.015535096637904644,
501
+ 0.030632756650447845,
502
+ 0.041447483003139496,
503
+ 0.2256498634815216,
504
+ 0.03649066388607025,
505
+ 0.10842249542474747,
506
+ 0.05489671975374222,
507
+ 0.09318678081035614,
508
+ 0.0560699924826622,
509
+ 0.03838913142681122,
510
+ 0.33037298917770386,
511
+ 0.47102758288383484,
512
+ 0.21638308465480804,
513
+ 0.13789647817611694,
514
+ 0.04627230390906334,
515
+ 0.07802970707416534,
516
+ 0.051650211215019226,
517
+ 0.15594156086444855,
518
+ 0.11096744984388351,
519
+ 0.06152893230319023,
520
+ 0.10474664717912674,
521
+ 0.010993340983986855,
522
+ 0.12881985306739807,
523
+ 0.007957622408866882,
524
+ 0.2840144634246826,
525
+ 0.06834419071674347,
526
+ 0.0768633708357811,
527
+ 0.2326522171497345,
528
+ 0.16156353056430817,
529
+ 0.09893588721752167,
530
+ 0.015569058246910572,
531
+ 0.06486975401639938,
532
+ 0.07795387506484985,
533
+ 0.011250205338001251,
534
+ 0.005944503471255302,
535
+ 0.053716372698545456,
536
+ 0.04150638356804848,
537
+ 0.06757888942956924,
538
+ 0.19890107214450836,
539
+ 0.29632043838500977,
540
+ 0.062368281185626984,
541
+ 0.1866009533405304,
542
+ 0.21772314608097076,
543
+ 0.07608364522457123,
544
+ 0.049920402467250824,
545
+ 0.17594538629055023,
546
+ 0.11683379858732224,
547
+ 0.11476290971040726,
548
+ 0.12545828521251678,
549
+ 0.28497982025146484,
550
+ 0.011677861213684082,
551
+ 0.13483543694019318,
552
+ 0.034882884472608566,
553
+ 0.018837902694940567,
554
+ 0.09251861274242401,
555
+ 0.016200225800275803,
556
+ 0.014972226694226265,
557
+ 0.03669373691082001,
558
+ 0.028051741421222687,
559
+ 0.16249948740005493,
560
+ 0.055477503687143326,
561
+ 0.007441561669111252,
562
+ 0.15621636807918549,
563
+ 0.2970874011516571,
564
+ 0.052771057933568954,
565
+ 0.36022835969924927,
566
+ 0.04033367335796356,
567
+ 0.06554082781076431,
568
+ 0.026775460690259933,
569
+ 0.2215651422739029,
570
+ 0.15020433068275452,
571
+ 0.055661194026470184,
572
+ 0.008521812036633492,
573
+ 0.159798726439476,
574
+ 0.094590924680233
575
+ ]
576
+ }
p5-mae-15m-d240/exports/step_00020000/config.yaml ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ embed_dim: 384
3
+ depth: 8
4
+ num_heads: 6
5
+ mlp_ratio: 4
6
+ target_frames: 1024
7
+ mel_bins: 64
8
+ patch_time: 16
9
+ patch_freq: 16
10
+ decoder_layers: 6
11
+ decoder_groups: 16
12
+ decoder_kernel: 3
13
+ objective:
14
+ kind: mae
15
+ mae_norm_pix: true
16
+ num_classes: 527
17
+ clone_batch: 1
18
+ mask_prob: 0.8
19
+ mask_length: 5
20
+ mask_prob_adjust: 0.07
21
+ average_top_k_layers: 0
22
+ utterance_weight: 1.0
23
+ normalize_utterance_target: false
24
+ ema_decay: 0.9998
25
+ ema_end_decay: 0.99999
26
+ ema_anneal_steps: null
27
+ data:
28
+ data_dir: /workspace/data/asmel_flat
29
+ train_split: train
30
+ val_split: balanced_train
31
+ revision: ''
32
+ batch_size: 48
33
+ num_workers: 12
34
+ prefetch_factor: 4
35
+ pin_memory: true
36
+ persistent_workers: true
37
+ drop_last: true
38
+ seed: 0
39
+ max_shards: 0
40
+ mixture:
41
+ cluster_index: /workspace/data/asmel_flat/train_cluster_index.npy
42
+ distributions: null
43
+ dist_id: null
44
+ weights:
45
+ - 0.0
46
+ - 0.0
47
+ - 0.0
48
+ - 0.031453125
49
+ - 0.136734375
50
+ - 0.0
51
+ - 0.003091796875
52
+ - 0.17794921875
53
+ - 0.0
54
+ - 0.07468359375
55
+ - 0.232013671875
56
+ - 0.0
57
+ - 0.0042109375
58
+ - 0.218064453125
59
+ - 0.00039453125
60
+ - 0.041060546875
61
+ - 0.0
62
+ - 0.0
63
+ - 0.0250703125
64
+ - 0.0552734375
65
+ repetition_cap: 1000.0
66
+ distinct_fraction: null
67
+ optim:
68
+ lr: 0.0003
69
+ betas:
70
+ - 0.9
71
+ - 0.95
72
+ eps: 1.0e-08
73
+ weight_decay: 0.05
74
+ clip_norm: 4.0
75
+ warmup_frac: 0.1
76
+ min_lr_scale: 0.002
77
+ loop:
78
+ budget_clips: 1920000
79
+ schedule_clips: null
80
+ gradient_accumulation_steps: 1
81
+ precision: bfloat16
82
+ compile: true
83
+ compile_mode: default
84
+ log_every_n_steps: 20
85
+ heartbeat_every_n_steps: 50
86
+ max_steps: null
87
+ eval:
88
+ enabled: true
89
+ every_n_steps: 1000
90
+ num_clips: 2048
91
+ mask_seed: 12345
92
+ batch_size: 48
93
+ checkpoint:
94
+ save_every_n_steps: 5000
95
+ export_every_n_steps: 5000
96
+ keep_last_n_exports: 0
97
+ tracking:
98
+ campaign_id: phase5
99
+ trial_id: p5-mae-15m-d240
100
+ wandb_project: mixture-transfer
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_run_id: null
104
+ hub_repo_id: null
105
+ hub_private: false
106
+ hub_upload: false
107
+ runtime:
108
+ seed: 0
109
+ data_loader_seed: null
110
+ objective_seed: null
111
+ deterministic: false
112
+ allow_tf32: true
p5-mae-15m-d240/exports/step_00020000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b908546e014c092674cd4ef2af27bc9c4924aa3b0197c66a4c053710bf5552a7
3
+ size 60174680
p5-mae-15m-d240/exports/step_00020000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d240/exports/step_00020000",
3
+ "fingerprint": "501ad93d52e71f0e",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d240",
6
+ "probe/map": 0.14690759486608929,
7
+ "probe/map_train": 0.517250572226984,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.17733650738673826,
10
+ "probe/pooling": "concat",
11
+ "probe/feature_dim": 768,
12
+ "probe/fit_clips": 20550,
13
+ "probe/score_clips": 18886,
14
+ "probe/classes_scored": 527,
15
+ "probe/extract_s": 6.883845182950608,
16
+ "probe/total_s": 8.443716110894457,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.1758978972551669
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.1759685811964862
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.17733650738673826
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.17555651249429405
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.1618783501872839
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.13546019981472102
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.10665444858845825
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.6420130729675293,
49
+ 0.01634463295340538,
50
+ 0.07052748650312424,
51
+ 0.22570979595184326,
52
+ 0.09702494740486145,
53
+ 0.2677180767059326,
54
+ 0.2089833766222,
55
+ 0.298629492521286,
56
+ 0.03035878762602806,
57
+ 0.05551799014210701,
58
+ 0.017867492511868477,
59
+ 0.09327738732099533,
60
+ 0.46862614154815674,
61
+ 0.32778728008270264,
62
+ 0.03855867683887482,
63
+ 0.5838836431503296,
64
+ 0.3428279161453247,
65
+ 0.37410038709640503,
66
+ 0.06668733060359955,
67
+ 0.09279024600982666,
68
+ 0.2601299583911896,
69
+ 0.11172991245985031,
70
+ 0.2190157026052475,
71
+ 0.16469457745552063,
72
+ 0.0900568962097168,
73
+ 0.029890909790992737,
74
+ 0.08182879537343979,
75
+ 0.18816165626049042,
76
+ 0.2769860029220581,
77
+ 0.057375576347112656,
78
+ 0.2818005383014679,
79
+ 0.17402932047843933,
80
+ 0.028518836945295334,
81
+ 0.08930934220552444,
82
+ 0.2748606204986572,
83
+ 0.08911935985088348,
84
+ 0.33241578936576843,
85
+ 0.06583821773529053,
86
+ 0.07147181034088135,
87
+ 0.1209697425365448,
88
+ 0.1942293792963028,
89
+ 0.016527239233255386,
90
+ 0.09788374602794647,
91
+ 0.3987264037132263,
92
+ 0.015397137962281704,
93
+ 0.11829588562250137,
94
+ 0.014639743603765965,
95
+ 0.1125972718000412,
96
+ 0.07097776979207993,
97
+ 0.08387842029333115,
98
+ 0.18181024491786957,
99
+ 0.012051846832036972,
100
+ 0.027690334245562553,
101
+ 0.03433851897716522,
102
+ 0.2156926691532135,
103
+ 0.12529049813747406,
104
+ 0.2639986276626587,
105
+ 0.3741687536239624,
106
+ 0.19825603067874908,
107
+ 0.11925139278173447,
108
+ 0.17734669148921967,
109
+ 0.21696291863918304,
110
+ 0.06847628951072693,
111
+ 0.17874059081077576,
112
+ 0.5088515281677246,
113
+ 0.22591078281402588,
114
+ 0.27501219511032104,
115
+ 0.25623390078544617,
116
+ 0.3809713125228882,
117
+ 0.38304466009140015,
118
+ 0.1483863741159439,
119
+ 0.1355249434709549,
120
+ 0.207478329539299,
121
+ 0.18212057650089264,
122
+ 0.18172454833984375,
123
+ 0.2616979777812958,
124
+ 0.0525699183344841,
125
+ 0.2503252625465393,
126
+ 0.1916549801826477,
127
+ 0.14250853657722473,
128
+ 0.01837344281375408,
129
+ 0.11031683534383774,
130
+ 0.3053482472896576,
131
+ 0.16959385573863983,
132
+ 0.11974570155143738,
133
+ 0.03682088479399681,
134
+ 0.09099717438220978,
135
+ 0.022701459005475044,
136
+ 0.03977583348751068,
137
+ 0.06745953857898712,
138
+ 0.0996144711971283,
139
+ 0.09355329722166061,
140
+ 0.18107718229293823,
141
+ 0.02956554852426052,
142
+ 0.053357332944869995,
143
+ 0.11129333823919296,
144
+ 0.03197259455919266,
145
+ 0.02793191559612751,
146
+ 0.14623752236366272,
147
+ 0.16531015932559967,
148
+ 0.11181816458702087,
149
+ 0.2693368196487427,
150
+ 0.04810811206698418,
151
+ 0.05219109728932381,
152
+ 0.014612332917749882,
153
+ 0.045437537133693695,
154
+ 0.06829631328582764,
155
+ 0.0698610320687294,
156
+ 0.12971724569797516,
157
+ 0.21597126126289368,
158
+ 0.21466447412967682,
159
+ 0.14873188734054565,
160
+ 0.11728277802467346,
161
+ 0.09483178704977036,
162
+ 0.07168526947498322,
163
+ 0.1997062712907791,
164
+ 0.199993297457695,
165
+ 0.14558935165405273,
166
+ 0.15587271749973297,
167
+ 0.2801440954208374,
168
+ 0.3041151762008667,
169
+ 0.1703644096851349,
170
+ 0.08330098539590836,
171
+ 0.11217200756072998,
172
+ 0.012119431979954243,
173
+ 0.04508720338344574,
174
+ 0.10942818224430084,
175
+ 0.13558697700500488,
176
+ 0.11708987504243851,
177
+ 0.10416938364505768,
178
+ 0.004507478792220354,
179
+ 0.08647415041923523,
180
+ 0.15022911131381989,
181
+ 0.13388121128082275,
182
+ 0.05287308245897293,
183
+ 0.01778801716864109,
184
+ 0.1050131767988205,
185
+ 0.7285342216491699,
186
+ 0.2376885712146759,
187
+ 0.3333236873149872,
188
+ 0.4439316987991333,
189
+ 0.32713669538497925,
190
+ 0.1532895416021347,
191
+ 0.14868859946727753,
192
+ 0.10902393609285355,
193
+ 0.1437089592218399,
194
+ 0.1404695063829422,
195
+ 0.284146785736084,
196
+ 0.10483120381832123,
197
+ 0.2565072178840637,
198
+ 0.15950484573841095,
199
+ 0.17224162817001343,
200
+ 0.2703622281551361,
201
+ 0.12949098646640778,
202
+ 0.12900026142597198,
203
+ 0.24430958926677704,
204
+ 0.11930548399686813,
205
+ 0.10240034759044647,
206
+ 0.0249689482152462,
207
+ 0.08065317571163177,
208
+ 0.5181277394294739,
209
+ 0.2740785479545593,
210
+ 0.2812020480632782,
211
+ 0.13352113962173462,
212
+ 0.22815990447998047,
213
+ 0.23902203142642975,
214
+ 0.26339054107666016,
215
+ 0.11702419072389603,
216
+ 0.259231835603714,
217
+ 0.3555638790130615,
218
+ 0.23141182959079742,
219
+ 0.27252140641212463,
220
+ 0.2924809753894806,
221
+ 0.2579074203968048,
222
+ 0.12438251823186874,
223
+ 0.10182805359363556,
224
+ 0.12064182758331299,
225
+ 0.32974883913993835,
226
+ 0.06774450093507767,
227
+ 0.15443085134029388,
228
+ 0.20468679070472717,
229
+ 0.16668151319026947,
230
+ 0.16558334231376648,
231
+ 0.2639417350292206,
232
+ 0.06492964178323746,
233
+ 0.4272053837776184,
234
+ 0.3591122329235077,
235
+ 0.20984238386154175,
236
+ 0.3219712972640991,
237
+ 0.12132660299539566,
238
+ 0.15146733820438385,
239
+ 0.09992143511772156,
240
+ 0.3074216842651367,
241
+ 0.17775630950927734,
242
+ 0.16955165565013885,
243
+ 0.39840781688690186,
244
+ 0.06052278354763985,
245
+ 0.10145538300275803,
246
+ 0.13312605023384094,
247
+ 0.28462615609169006,
248
+ 0.039873071014881134,
249
+ 0.23909443616867065,
250
+ 0.09676975011825562,
251
+ 0.1819993406534195,
252
+ 0.22904819250106812,
253
+ 0.15830588340759277,
254
+ 0.18341581523418427,
255
+ 0.5134186148643494,
256
+ 0.2272660881280899,
257
+ 0.2604095935821533,
258
+ 0.7522343397140503,
259
+ 0.47804421186447144,
260
+ 0.5213718414306641,
261
+ 0.06970340758562088,
262
+ 0.3434438109397888,
263
+ 0.20915839076042175,
264
+ 0.07300940155982971,
265
+ 0.20494340360164642,
266
+ 0.24047115445137024,
267
+ 0.12186334282159805,
268
+ 0.16418111324310303,
269
+ 0.10025683045387268,
270
+ 0.2183627039194107,
271
+ 0.20727357268333435,
272
+ 0.07673081755638123,
273
+ 0.07216358929872513,
274
+ 0.06774211674928665,
275
+ 0.03804262354969978,
276
+ 0.16114069521427155,
277
+ 0.049201060086488724,
278
+ 0.06975729018449783,
279
+ 0.1488160789012909,
280
+ 0.09964343160390854,
281
+ 0.06418472528457642,
282
+ 0.045707494020462036,
283
+ 0.012484601698815823,
284
+ 0.1629134863615036,
285
+ 0.020432984456419945,
286
+ 0.31411734223365784,
287
+ 0.030860817059874535,
288
+ 0.10977102071046829,
289
+ 0.18545126914978027,
290
+ 0.26816990971565247,
291
+ 0.17067795991897583,
292
+ 0.15481968224048615,
293
+ 0.250213623046875,
294
+ 0.05077701061964035,
295
+ 0.11118989437818527,
296
+ 0.04689062759280205,
297
+ 0.1477043479681015,
298
+ 0.10574460029602051,
299
+ 0.04592045396566391,
300
+ 0.06946833431720734,
301
+ 0.10414361953735352,
302
+ 0.07518856227397919,
303
+ 0.22511054575443268,
304
+ 0.2531774044036865,
305
+ 0.25534939765930176,
306
+ 0.16656212508678436,
307
+ 0.09911231696605682,
308
+ 0.038438986986875534,
309
+ 0.09784795343875885,
310
+ 0.2007007896900177,
311
+ 0.15416958928108215,
312
+ 0.02305321954190731,
313
+ 0.08008474856615067,
314
+ 0.0824105441570282,
315
+ 0.12053322792053223,
316
+ 0.13251809775829315,
317
+ 0.03364526852965355,
318
+ 0.029744764789938927,
319
+ 0.24498251080513,
320
+ 0.14515231549739838,
321
+ 0.03489653766155243,
322
+ 0.1701694279909134,
323
+ 0.04457489401102066,
324
+ 0.08536777645349503,
325
+ 0.04469139873981476,
326
+ 0.07376997172832489,
327
+ 0.05935103818774223,
328
+ 0.03021613508462906,
329
+ 0.31757158041000366,
330
+ 0.12640441954135895,
331
+ 0.24058209359645844,
332
+ 0.07731563597917557,
333
+ 0.2616884410381317,
334
+ 0.4090135991573334,
335
+ 0.42655929923057556,
336
+ 0.24696999788284302,
337
+ 0.253491073846817,
338
+ 0.17510132491588593,
339
+ 0.23747222125530243,
340
+ 0.11874024569988251,
341
+ 0.2187923938035965,
342
+ 0.18016570806503296,
343
+ 0.16970272362232208,
344
+ 0.1843252032995224,
345
+ 0.007233459036797285,
346
+ 0.013907180167734623,
347
+ 0.011895253323018551,
348
+ 0.29596012830734253,
349
+ 0.19798330962657928,
350
+ 0.1379958689212799,
351
+ 0.0759037435054779,
352
+ 0.03320828825235367,
353
+ 0.15762461721897125,
354
+ 0.026421114802360535,
355
+ 0.17276841402053833,
356
+ 0.07957007735967636,
357
+ 0.13777117431163788,
358
+ 0.16919267177581787,
359
+ 0.10525058209896088,
360
+ 0.11233530193567276,
361
+ 0.07366936653852463,
362
+ 0.08379563689231873,
363
+ 0.12415434420108795,
364
+ 0.05651687830686569,
365
+ 0.04518910497426987,
366
+ 0.1142328754067421,
367
+ 0.09581489861011505,
368
+ 0.21482715010643005,
369
+ 0.03475552052259445,
370
+ 0.454961359500885,
371
+ 0.35019105672836304,
372
+ 0.2672570049762726,
373
+ 0.256670743227005,
374
+ 0.061389241367578506,
375
+ 0.05846826732158661,
376
+ 0.25321128964424133,
377
+ 0.23937726020812988,
378
+ 0.1628584861755371,
379
+ 0.22037282586097717,
380
+ 0.25314536690711975,
381
+ 0.3762921988964081,
382
+ 0.20169512927532196,
383
+ 0.1579536646604538,
384
+ 0.11684989184141159,
385
+ 0.22476884722709656,
386
+ 0.06343624740839005,
387
+ 0.042031653225421906,
388
+ 0.09672298282384872,
389
+ 0.005912644322961569,
390
+ 0.06959477812051773,
391
+ 0.13383954763412476,
392
+ 0.08808905631303787,
393
+ 0.08151616901159286,
394
+ 0.11519515514373779,
395
+ 0.28212201595306396,
396
+ 0.03678062558174133,
397
+ 0.026804929599165916,
398
+ 0.11166613548994064,
399
+ 0.036276984959840775,
400
+ 0.09927479922771454,
401
+ 0.09405800700187683,
402
+ 0.04036354646086693,
403
+ 0.08114557713270187,
404
+ 0.037345338612794876,
405
+ 0.01548300962895155,
406
+ 0.04551272094249725,
407
+ 0.12223383784294128,
408
+ 0.01205351296812296,
409
+ 0.10044479370117188,
410
+ 0.11935330927371979,
411
+ 0.10314395278692245,
412
+ 0.03688376769423485,
413
+ 0.03917025774717331,
414
+ 0.41611599922180176,
415
+ 0.21550053358078003,
416
+ 0.021445423364639282,
417
+ 0.10413680970668793,
418
+ 0.12271655350923538,
419
+ 0.08363181352615356,
420
+ 0.1376960277557373,
421
+ 0.3029765784740448,
422
+ 0.17095191776752472,
423
+ 0.08472995460033417,
424
+ 0.10079600661993027,
425
+ 0.09055022150278091,
426
+ 0.016337983310222626,
427
+ 0.014765406958758831,
428
+ 0.022732147946953773,
429
+ 0.13641013205051422,
430
+ 0.13012389838695526,
431
+ 0.08121559023857117,
432
+ 0.1564139574766159,
433
+ 0.18451516330242157,
434
+ 0.15737779438495636,
435
+ 0.06872870773077011,
436
+ 0.05799766257405281,
437
+ 0.0408373698592186,
438
+ 0.20365707576274872,
439
+ 0.09847977757453918,
440
+ 0.025302203372120857,
441
+ 0.39401164650917053,
442
+ 0.21773654222488403,
443
+ 0.060542307794094086,
444
+ 0.5045530796051025,
445
+ 0.5256509780883789,
446
+ 0.03440946713089943,
447
+ 0.3883070647716522,
448
+ 0.45317497849464417,
449
+ 0.062409743666648865,
450
+ 0.13420940935611725,
451
+ 0.29587748646736145,
452
+ 0.0247785821557045,
453
+ 0.020147746428847313,
454
+ 0.029003644362092018,
455
+ 0.02639281377196312,
456
+ 0.04280328378081322,
457
+ 0.014673301950097084,
458
+ 0.010598412714898586,
459
+ 0.2048168182373047,
460
+ 0.03591269999742508,
461
+ 0.04571885988116264,
462
+ 0.2939980626106262,
463
+ 0.12620753049850464,
464
+ 0.03368174657225609,
465
+ 0.018958019092679024,
466
+ 0.11082173138856888,
467
+ 0.09693922102451324,
468
+ 0.2538055181503296,
469
+ 0.07951980084180832,
470
+ 0.08789002895355225,
471
+ 0.3274744749069214,
472
+ 0.0936540961265564,
473
+ 0.09649772942066193,
474
+ 0.06030258908867836,
475
+ 0.20838379859924316,
476
+ 0.2436874806880951,
477
+ 0.17490750551223755,
478
+ 0.08164297789335251,
479
+ 0.17731472849845886,
480
+ 0.12722469866275787,
481
+ 0.08073636144399643,
482
+ 0.005332206841558218,
483
+ 0.08653392642736435,
484
+ 0.17135664820671082,
485
+ 0.09862171113491058,
486
+ 0.12927700579166412,
487
+ 0.033204685896635056,
488
+ 0.019923876971006393,
489
+ 0.018258996307849884,
490
+ 0.02094484306871891,
491
+ 0.09359686076641083,
492
+ 0.01440493669360876,
493
+ 0.13998927175998688,
494
+ 0.06140221282839775,
495
+ 0.013549460098147392,
496
+ 0.02156951278448105,
497
+ 0.10815044492483139,
498
+ 0.014102213084697723,
499
+ 0.04743848368525505,
500
+ 0.01821451261639595,
501
+ 0.04062706232070923,
502
+ 0.04285920038819313,
503
+ 0.2569223940372467,
504
+ 0.050886984914541245,
505
+ 0.12441464513540268,
506
+ 0.05676029995083809,
507
+ 0.09790699928998947,
508
+ 0.07444395869970322,
509
+ 0.036956798285245895,
510
+ 0.37014275789260864,
511
+ 0.4828447699546814,
512
+ 0.2402440458536148,
513
+ 0.14715927839279175,
514
+ 0.029730994254350662,
515
+ 0.06106645613908768,
516
+ 0.04394879192113876,
517
+ 0.15857473015785217,
518
+ 0.08733774721622467,
519
+ 0.0643533244729042,
520
+ 0.10479237139225006,
521
+ 0.012789623811841011,
522
+ 0.18289169669151306,
523
+ 0.009637863375246525,
524
+ 0.2999130189418793,
525
+ 0.08189167827367783,
526
+ 0.07898899912834167,
527
+ 0.196015402674675,
528
+ 0.14319965243339539,
529
+ 0.07802384346723557,
530
+ 0.013492579571902752,
531
+ 0.11728258430957794,
532
+ 0.07895791530609131,
533
+ 0.018717128783464432,
534
+ 0.006219079717993736,
535
+ 0.0535426065325737,
536
+ 0.05926651880145073,
537
+ 0.058293987065553665,
538
+ 0.22559762001037598,
539
+ 0.2890219986438751,
540
+ 0.058384187519550323,
541
+ 0.1541627049446106,
542
+ 0.21000978350639343,
543
+ 0.10231725126504898,
544
+ 0.0356464646756649,
545
+ 0.14835770428180695,
546
+ 0.10351674258708954,
547
+ 0.10726422071456909,
548
+ 0.11442350596189499,
549
+ 0.3096170723438263,
550
+ 0.010570408776402473,
551
+ 0.14257563650608063,
552
+ 0.02983042597770691,
553
+ 0.01931634359061718,
554
+ 0.09386971592903137,
555
+ 0.01811905764043331,
556
+ 0.01778515800833702,
557
+ 0.03817324340343475,
558
+ 0.028119824826717377,
559
+ 0.16602256894111633,
560
+ 0.07156960666179657,
561
+ 0.009398365393280983,
562
+ 0.1202399879693985,
563
+ 0.27985432744026184,
564
+ 0.06122034043073654,
565
+ 0.37098783254623413,
566
+ 0.037995874881744385,
567
+ 0.04261316731572151,
568
+ 0.02962665632367134,
569
+ 0.2168768346309662,
570
+ 0.14117249846458435,
571
+ 0.08295029401779175,
572
+ 0.013921478763222694,
573
+ 0.16682662069797516,
574
+ 0.12319167703390121
575
+ ]
576
+ }
p5-mae-15m-d240/exports/step_00025000/config.yaml ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ embed_dim: 384
3
+ depth: 8
4
+ num_heads: 6
5
+ mlp_ratio: 4
6
+ target_frames: 1024
7
+ mel_bins: 64
8
+ patch_time: 16
9
+ patch_freq: 16
10
+ decoder_layers: 6
11
+ decoder_groups: 16
12
+ decoder_kernel: 3
13
+ objective:
14
+ kind: mae
15
+ mae_norm_pix: true
16
+ num_classes: 527
17
+ clone_batch: 1
18
+ mask_prob: 0.8
19
+ mask_length: 5
20
+ mask_prob_adjust: 0.07
21
+ average_top_k_layers: 0
22
+ utterance_weight: 1.0
23
+ normalize_utterance_target: false
24
+ ema_decay: 0.9998
25
+ ema_end_decay: 0.99999
26
+ ema_anneal_steps: null
27
+ data:
28
+ data_dir: /workspace/data/asmel_flat
29
+ train_split: train
30
+ val_split: balanced_train
31
+ revision: ''
32
+ batch_size: 48
33
+ num_workers: 12
34
+ prefetch_factor: 4
35
+ pin_memory: true
36
+ persistent_workers: true
37
+ drop_last: true
38
+ seed: 0
39
+ max_shards: 0
40
+ mixture:
41
+ cluster_index: /workspace/data/asmel_flat/train_cluster_index.npy
42
+ distributions: null
43
+ dist_id: null
44
+ weights:
45
+ - 0.0
46
+ - 0.0
47
+ - 0.0
48
+ - 0.031453125
49
+ - 0.136734375
50
+ - 0.0
51
+ - 0.003091796875
52
+ - 0.17794921875
53
+ - 0.0
54
+ - 0.07468359375
55
+ - 0.232013671875
56
+ - 0.0
57
+ - 0.0042109375
58
+ - 0.218064453125
59
+ - 0.00039453125
60
+ - 0.041060546875
61
+ - 0.0
62
+ - 0.0
63
+ - 0.0250703125
64
+ - 0.0552734375
65
+ repetition_cap: 1000.0
66
+ distinct_fraction: null
67
+ optim:
68
+ lr: 0.0003
69
+ betas:
70
+ - 0.9
71
+ - 0.95
72
+ eps: 1.0e-08
73
+ weight_decay: 0.05
74
+ clip_norm: 4.0
75
+ warmup_frac: 0.1
76
+ min_lr_scale: 0.002
77
+ loop:
78
+ budget_clips: 1920000
79
+ schedule_clips: null
80
+ gradient_accumulation_steps: 1
81
+ precision: bfloat16
82
+ compile: true
83
+ compile_mode: default
84
+ log_every_n_steps: 20
85
+ heartbeat_every_n_steps: 50
86
+ max_steps: null
87
+ eval:
88
+ enabled: true
89
+ every_n_steps: 1000
90
+ num_clips: 2048
91
+ mask_seed: 12345
92
+ batch_size: 48
93
+ checkpoint:
94
+ save_every_n_steps: 5000
95
+ export_every_n_steps: 5000
96
+ keep_last_n_exports: 0
97
+ tracking:
98
+ campaign_id: phase5
99
+ trial_id: p5-mae-15m-d240
100
+ wandb_project: mixture-transfer
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_run_id: null
104
+ hub_repo_id: null
105
+ hub_private: false
106
+ hub_upload: false
107
+ runtime:
108
+ seed: 0
109
+ data_loader_seed: null
110
+ objective_seed: null
111
+ deterministic: false
112
+ allow_tf32: true
p5-mae-15m-d240/exports/step_00025000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d240/exports/step_00025000",
3
+ "fingerprint": "501ad93d52e71f0e",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d240",
6
+ "probe/map": 0.153690924887427,
7
+ "probe/map_train": 0.5139879677055909,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.18433727308722528,
10
+ "probe/pooling": "concat",
11
+ "probe/feature_dim": 768,
12
+ "probe/fit_clips": 20550,
13
+ "probe/score_clips": 18886,
14
+ "probe/classes_scored": 527,
15
+ "probe/extract_s": 7.181507401983254,
16
+ "probe/total_s": 8.587306528934278,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.1828852540325635
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.18308680325143917
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.18433727308722528
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.182596773155691
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.16774566756186748
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.14030730037241326
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.10904972585964333
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.648622989654541,
49
+ 0.013816031627357006,
50
+ 0.08570488542318344,
51
+ 0.24283640086650848,
52
+ 0.10221822559833527,
53
+ 0.24526949226856232,
54
+ 0.2211841642856598,
55
+ 0.2883837819099426,
56
+ 0.04218369349837303,
57
+ 0.05247069150209427,
58
+ 0.0221190694719553,
59
+ 0.09143992513418198,
60
+ 0.5613188743591309,
61
+ 0.32552918791770935,
62
+ 0.04976733773946762,
63
+ 0.591967761516571,
64
+ 0.3477945923805237,
65
+ 0.40695318579673767,
66
+ 0.0669802576303482,
67
+ 0.08434441685676575,
68
+ 0.27427536249160767,
69
+ 0.1041158139705658,
70
+ 0.20244863629341125,
71
+ 0.17296715080738068,
72
+ 0.09032829850912094,
73
+ 0.025508912280201912,
74
+ 0.08678202331066132,
75
+ 0.20693014562129974,
76
+ 0.3135354816913605,
77
+ 0.08321579545736313,
78
+ 0.260924756526947,
79
+ 0.20155654847621918,
80
+ 0.023608071729540825,
81
+ 0.07908130437135696,
82
+ 0.28534016013145447,
83
+ 0.05594788119196892,
84
+ 0.34892961382865906,
85
+ 0.06266230344772339,
86
+ 0.07619334757328033,
87
+ 0.14809943735599518,
88
+ 0.22622206807136536,
89
+ 0.019329052418470383,
90
+ 0.08462069183588028,
91
+ 0.4457414448261261,
92
+ 0.01770796999335289,
93
+ 0.12428921461105347,
94
+ 0.017928728833794594,
95
+ 0.1377858966588974,
96
+ 0.08572769165039062,
97
+ 0.08370862156152725,
98
+ 0.17359095811843872,
99
+ 0.011688070371747017,
100
+ 0.037547577172517776,
101
+ 0.04909184202551842,
102
+ 0.22820401191711426,
103
+ 0.11856146156787872,
104
+ 0.2629401981830597,
105
+ 0.35684704780578613,
106
+ 0.18727900087833405,
107
+ 0.1325131207704544,
108
+ 0.1994803100824356,
109
+ 0.26284104585647583,
110
+ 0.08059968054294586,
111
+ 0.1909009963274002,
112
+ 0.518867552280426,
113
+ 0.2224203497171402,
114
+ 0.2807708978652954,
115
+ 0.3159690201282501,
116
+ 0.3847894072532654,
117
+ 0.38989946246147156,
118
+ 0.17390039563179016,
119
+ 0.15001974999904633,
120
+ 0.20502126216888428,
121
+ 0.20022039115428925,
122
+ 0.19892440736293793,
123
+ 0.27451372146606445,
124
+ 0.05949387326836586,
125
+ 0.2373868227005005,
126
+ 0.2489916980266571,
127
+ 0.12146558612585068,
128
+ 0.02577524073421955,
129
+ 0.1300746649503708,
130
+ 0.3373000919818878,
131
+ 0.17826925218105316,
132
+ 0.11044425517320633,
133
+ 0.03714561462402344,
134
+ 0.10728779435157776,
135
+ 0.021959614008665085,
136
+ 0.04374545440077782,
137
+ 0.04563048854470253,
138
+ 0.15642096102237701,
139
+ 0.14978373050689697,
140
+ 0.19235825538635254,
141
+ 0.030195362865924835,
142
+ 0.053651049733161926,
143
+ 0.07115434855222702,
144
+ 0.024867352098226547,
145
+ 0.028851093724370003,
146
+ 0.14899997413158417,
147
+ 0.18951083719730377,
148
+ 0.14042042195796967,
149
+ 0.27016565203666687,
150
+ 0.06018104404211044,
151
+ 0.06291484832763672,
152
+ 0.02169467881321907,
153
+ 0.04531077295541763,
154
+ 0.05853508040308952,
155
+ 0.05815790593624115,
156
+ 0.12056940048933029,
157
+ 0.20399287343025208,
158
+ 0.19452498853206635,
159
+ 0.1518714874982834,
160
+ 0.14633357524871826,
161
+ 0.10200168192386627,
162
+ 0.07132520526647568,
163
+ 0.2265581637620926,
164
+ 0.23151756823062897,
165
+ 0.135266974568367,
166
+ 0.16668513417243958,
167
+ 0.3515629172325134,
168
+ 0.3678557872772217,
169
+ 0.18653002381324768,
170
+ 0.08883172273635864,
171
+ 0.11424621194601059,
172
+ 0.014685051515698433,
173
+ 0.045223601162433624,
174
+ 0.12592099606990814,
175
+ 0.1502501368522644,
176
+ 0.1330762654542923,
177
+ 0.14229324460029602,
178
+ 0.005335632711648941,
179
+ 0.09242672473192215,
180
+ 0.13993878662586212,
181
+ 0.14798501133918762,
182
+ 0.0697222650051117,
183
+ 0.015743298456072807,
184
+ 0.13678742945194244,
185
+ 0.731956958770752,
186
+ 0.2483958899974823,
187
+ 0.34150567650794983,
188
+ 0.43629220128059387,
189
+ 0.3260968029499054,
190
+ 0.14799168705940247,
191
+ 0.13823974132537842,
192
+ 0.11818092316389084,
193
+ 0.13809765875339508,
194
+ 0.10383202880620956,
195
+ 0.3050890862941742,
196
+ 0.09649861603975296,
197
+ 0.2678052484989166,
198
+ 0.147278293967247,
199
+ 0.202560693025589,
200
+ 0.2939630150794983,
201
+ 0.1365940272808075,
202
+ 0.12203586101531982,
203
+ 0.2215428650379181,
204
+ 0.11341429501771927,
205
+ 0.08888188004493713,
206
+ 0.03823225945234299,
207
+ 0.0837581604719162,
208
+ 0.528661847114563,
209
+ 0.29263585805892944,
210
+ 0.2898624837398529,
211
+ 0.14837661385536194,
212
+ 0.24672193825244904,
213
+ 0.2617163360118866,
214
+ 0.2769447863101959,
215
+ 0.1244274228811264,
216
+ 0.27325430512428284,
217
+ 0.3529823422431946,
218
+ 0.2237871140241623,
219
+ 0.2949519753456116,
220
+ 0.3181588649749756,
221
+ 0.248111754655838,
222
+ 0.1362050175666809,
223
+ 0.15146492421627045,
224
+ 0.09904748946428299,
225
+ 0.3727591037750244,
226
+ 0.07495543360710144,
227
+ 0.18935684859752655,
228
+ 0.2650642991065979,
229
+ 0.2089320719242096,
230
+ 0.20985668897628784,
231
+ 0.32072943449020386,
232
+ 0.05966438353061676,
233
+ 0.4522736966609955,
234
+ 0.38186347484588623,
235
+ 0.24365027248859406,
236
+ 0.3281022310256958,
237
+ 0.14665421843528748,
238
+ 0.1998417228460312,
239
+ 0.12604400515556335,
240
+ 0.3039321303367615,
241
+ 0.179697647690773,
242
+ 0.17166665196418762,
243
+ 0.4049801528453827,
244
+ 0.06689959019422531,
245
+ 0.10574731975793839,
246
+ 0.1212422102689743,
247
+ 0.28964343667030334,
248
+ 0.03602362051606178,
249
+ 0.27156856656074524,
250
+ 0.09736926853656769,
251
+ 0.1853901594877243,
252
+ 0.2755948603153229,
253
+ 0.16960306465625763,
254
+ 0.174397274851799,
255
+ 0.5005766153335571,
256
+ 0.24316181242465973,
257
+ 0.3197751045227051,
258
+ 0.7558190226554871,
259
+ 0.537837028503418,
260
+ 0.5134551525115967,
261
+ 0.07216812670230865,
262
+ 0.31409507989883423,
263
+ 0.244995579123497,
264
+ 0.06184861809015274,
265
+ 0.20185546576976776,
266
+ 0.2842775881290436,
267
+ 0.11564788222312927,
268
+ 0.15718331933021545,
269
+ 0.11805793642997742,
270
+ 0.22569617629051208,
271
+ 0.18656492233276367,
272
+ 0.08070539683103561,
273
+ 0.08721739053726196,
274
+ 0.0718846470117569,
275
+ 0.043792061507701874,
276
+ 0.177730530500412,
277
+ 0.04745958745479584,
278
+ 0.06999478489160538,
279
+ 0.13376852869987488,
280
+ 0.08449321240186691,
281
+ 0.08063013106584549,
282
+ 0.04759419336915016,
283
+ 0.012950360774993896,
284
+ 0.16058383882045746,
285
+ 0.01809672825038433,
286
+ 0.3472830355167389,
287
+ 0.04133455082774162,
288
+ 0.1154680848121643,
289
+ 0.17343662679195404,
290
+ 0.2555052638053894,
291
+ 0.1705467402935028,
292
+ 0.14470508694648743,
293
+ 0.2417808473110199,
294
+ 0.06447864323854446,
295
+ 0.11420811712741852,
296
+ 0.051004558801651,
297
+ 0.15036500990390778,
298
+ 0.15182465314865112,
299
+ 0.03286128491163254,
300
+ 0.10892590880393982,
301
+ 0.10192335397005081,
302
+ 0.07987619936466217,
303
+ 0.20930215716362,
304
+ 0.25627148151397705,
305
+ 0.2531311511993408,
306
+ 0.16169728338718414,
307
+ 0.11450164765119553,
308
+ 0.03981601819396019,
309
+ 0.1122414693236351,
310
+ 0.19423337280750275,
311
+ 0.11044766008853912,
312
+ 0.018897876143455505,
313
+ 0.0729798972606659,
314
+ 0.08784955739974976,
315
+ 0.12963314354419708,
316
+ 0.12580235302448273,
317
+ 0.04077766835689545,
318
+ 0.030687524005770683,
319
+ 0.26384955644607544,
320
+ 0.1547974795103073,
321
+ 0.036881547421216965,
322
+ 0.17386500537395477,
323
+ 0.04461773484945297,
324
+ 0.10984763503074646,
325
+ 0.04379549250006676,
326
+ 0.06534360349178314,
327
+ 0.04885242134332657,
328
+ 0.02759414166212082,
329
+ 0.27088215947151184,
330
+ 0.13677093386650085,
331
+ 0.2411697953939438,
332
+ 0.08244942873716354,
333
+ 0.25692111253738403,
334
+ 0.3670137822628021,
335
+ 0.3842359781265259,
336
+ 0.25895580649375916,
337
+ 0.22537639737129211,
338
+ 0.20407408475875854,
339
+ 0.20845817029476166,
340
+ 0.10291100293397903,
341
+ 0.21133458614349365,
342
+ 0.19867566227912903,
343
+ 0.20927686989307404,
344
+ 0.1479703187942505,
345
+ 0.006319426000118256,
346
+ 0.028223272413015366,
347
+ 0.01786339282989502,
348
+ 0.29609471559524536,
349
+ 0.19516335427761078,
350
+ 0.1754026710987091,
351
+ 0.06596620380878448,
352
+ 0.03514747694134712,
353
+ 0.13327902555465698,
354
+ 0.028652407228946686,
355
+ 0.17284415662288666,
356
+ 0.10310003906488419,
357
+ 0.13777509331703186,
358
+ 0.18403837084770203,
359
+ 0.10113003104925156,
360
+ 0.13250093162059784,
361
+ 0.08649297803640366,
362
+ 0.08183930814266205,
363
+ 0.12393368035554886,
364
+ 0.09090785682201385,
365
+ 0.05927533283829689,
366
+ 0.12181824445724487,
367
+ 0.09754163771867752,
368
+ 0.21938717365264893,
369
+ 0.038802407681941986,
370
+ 0.472410649061203,
371
+ 0.4181988835334778,
372
+ 0.2701367437839508,
373
+ 0.26883068680763245,
374
+ 0.06332586705684662,
375
+ 0.06324739754199982,
376
+ 0.256982684135437,
377
+ 0.24310486018657684,
378
+ 0.16164201498031616,
379
+ 0.19866183400154114,
380
+ 0.2567295432090759,
381
+ 0.36843374371528625,
382
+ 0.23289556801319122,
383
+ 0.15624861419200897,
384
+ 0.14883780479431152,
385
+ 0.2525102496147156,
386
+ 0.061939626932144165,
387
+ 0.039251767098903656,
388
+ 0.08229432255029678,
389
+ 0.007180310785770416,
390
+ 0.0833132416009903,
391
+ 0.14437292516231537,
392
+ 0.11678203195333481,
393
+ 0.08481072634458542,
394
+ 0.11899073421955109,
395
+ 0.31959694623947144,
396
+ 0.042532723397016525,
397
+ 0.024096498265862465,
398
+ 0.12836423516273499,
399
+ 0.04046346992254257,
400
+ 0.10664144158363342,
401
+ 0.10350315272808075,
402
+ 0.02317897044122219,
403
+ 0.07470762729644775,
404
+ 0.04234495759010315,
405
+ 0.015921728685498238,
406
+ 0.0484079048037529,
407
+ 0.11424415558576584,
408
+ 0.014643318019807339,
409
+ 0.08978144824504852,
410
+ 0.1385895013809204,
411
+ 0.11264193803071976,
412
+ 0.03261055424809456,
413
+ 0.03814920783042908,
414
+ 0.4135536849498749,
415
+ 0.26553308963775635,
416
+ 0.01829959824681282,
417
+ 0.11592067778110504,
418
+ 0.11580803245306015,
419
+ 0.09084761887788773,
420
+ 0.11884105950593948,
421
+ 0.3387533128261566,
422
+ 0.17271897196769714,
423
+ 0.08781325072050095,
424
+ 0.10360699146986008,
425
+ 0.10169866681098938,
426
+ 0.01769256219267845,
427
+ 0.01644890196621418,
428
+ 0.021691612899303436,
429
+ 0.14728809893131256,
430
+ 0.14395712316036224,
431
+ 0.0974995493888855,
432
+ 0.1854552924633026,
433
+ 0.22043515741825104,
434
+ 0.16696159541606903,
435
+ 0.08519013971090317,
436
+ 0.054843682795763016,
437
+ 0.05208149179816246,
438
+ 0.25211286544799805,
439
+ 0.07588654011487961,
440
+ 0.028691008687019348,
441
+ 0.3993093967437744,
442
+ 0.24064235389232635,
443
+ 0.06851179152727127,
444
+ 0.5212843418121338,
445
+ 0.5837401151657104,
446
+ 0.03062753565609455,
447
+ 0.4170837104320526,
448
+ 0.5069687366485596,
449
+ 0.06812042742967606,
450
+ 0.16712255775928497,
451
+ 0.2549724280834198,
452
+ 0.025138773024082184,
453
+ 0.024645689874887466,
454
+ 0.029516464099287987,
455
+ 0.03586425259709358,
456
+ 0.039973244071006775,
457
+ 0.019223514944314957,
458
+ 0.01183616928756237,
459
+ 0.20011597871780396,
460
+ 0.02924148179590702,
461
+ 0.039954282343387604,
462
+ 0.28635770082473755,
463
+ 0.11701501905918121,
464
+ 0.03450990840792656,
465
+ 0.011579709127545357,
466
+ 0.10309787839651108,
467
+ 0.10281047224998474,
468
+ 0.25012680888175964,
469
+ 0.11105603724718094,
470
+ 0.1073065996170044,
471
+ 0.3257948160171509,
472
+ 0.1002865582704544,
473
+ 0.09485788643360138,
474
+ 0.055169325321912766,
475
+ 0.18284842371940613,
476
+ 0.2356719970703125,
477
+ 0.17591919004917145,
478
+ 0.09840205311775208,
479
+ 0.1745639592409134,
480
+ 0.1455758512020111,
481
+ 0.06949424743652344,
482
+ 0.006400774233043194,
483
+ 0.08777275681495667,
484
+ 0.1760047972202301,
485
+ 0.12121553719043732,
486
+ 0.13472311198711395,
487
+ 0.03984617441892624,
488
+ 0.027450526133179665,
489
+ 0.02746395394206047,
490
+ 0.011365391314029694,
491
+ 0.07605152577161789,
492
+ 0.015313807874917984,
493
+ 0.14687104523181915,
494
+ 0.08852854371070862,
495
+ 0.011190563440322876,
496
+ 0.02263335883617401,
497
+ 0.1371399164199829,
498
+ 0.017177937552332878,
499
+ 0.04862024635076523,
500
+ 0.020219871774315834,
501
+ 0.052767690271139145,
502
+ 0.040701866149902344,
503
+ 0.27991876006126404,
504
+ 0.026764215901494026,
505
+ 0.1262345165014267,
506
+ 0.05064421892166138,
507
+ 0.0933573842048645,
508
+ 0.06882289797067642,
509
+ 0.040019311010837555,
510
+ 0.39420628547668457,
511
+ 0.4941173195838928,
512
+ 0.24923157691955566,
513
+ 0.1447743922472,
514
+ 0.03781745955348015,
515
+ 0.0668906718492508,
516
+ 0.04698531702160835,
517
+ 0.14090807735919952,
518
+ 0.08736158907413483,
519
+ 0.05639553442597389,
520
+ 0.10576601326465607,
521
+ 0.013116961345076561,
522
+ 0.22259344160556793,
523
+ 0.009550904855132103,
524
+ 0.3159664571285248,
525
+ 0.09328655898571014,
526
+ 0.08123698085546494,
527
+ 0.2300180047750473,
528
+ 0.15518046915531158,
529
+ 0.08784675598144531,
530
+ 0.017601534724235535,
531
+ 0.10227695107460022,
532
+ 0.06956779956817627,
533
+ 0.017085855826735497,
534
+ 0.0066093141213059425,
535
+ 0.050545625388622284,
536
+ 0.07003631442785263,
537
+ 0.06047830358147621,
538
+ 0.22815711796283722,
539
+ 0.35908380150794983,
540
+ 0.0801180824637413,
541
+ 0.15677329897880554,
542
+ 0.21000336110591888,
543
+ 0.1031629890203476,
544
+ 0.044402677565813065,
545
+ 0.13388395309448242,
546
+ 0.11380535364151001,
547
+ 0.1260807067155838,
548
+ 0.1400093138217926,
549
+ 0.33734413981437683,
550
+ 0.00916214007884264,
551
+ 0.14781932532787323,
552
+ 0.02695334143936634,
553
+ 0.025278665125370026,
554
+ 0.09051688760519028,
555
+ 0.01926683634519577,
556
+ 0.020993661135435104,
557
+ 0.04885569587349892,
558
+ 0.02825012430548668,
559
+ 0.1912824660539627,
560
+ 0.07694321870803833,
561
+ 0.008404694497585297,
562
+ 0.1164906769990921,
563
+ 0.30397605895996094,
564
+ 0.09000235795974731,
565
+ 0.3691587746143341,
566
+ 0.05089457333087921,
567
+ 0.05218635872006416,
568
+ 0.02738368697464466,
569
+ 0.21328231692314148,
570
+ 0.14623376727104187,
571
+ 0.05874384939670563,
572
+ 0.018541615456342697,
573
+ 0.164078027009964,
574
+ 0.12418041378259659
575
+ ]
576
+ }
p5-mae-15m-d240/exports/step_00030000/config.yaml ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ embed_dim: 384
3
+ depth: 8
4
+ num_heads: 6
5
+ mlp_ratio: 4
6
+ target_frames: 1024
7
+ mel_bins: 64
8
+ patch_time: 16
9
+ patch_freq: 16
10
+ decoder_layers: 6
11
+ decoder_groups: 16
12
+ decoder_kernel: 3
13
+ objective:
14
+ kind: mae
15
+ mae_norm_pix: true
16
+ num_classes: 527
17
+ clone_batch: 1
18
+ mask_prob: 0.8
19
+ mask_length: 5
20
+ mask_prob_adjust: 0.07
21
+ average_top_k_layers: 0
22
+ utterance_weight: 1.0
23
+ normalize_utterance_target: false
24
+ ema_decay: 0.9998
25
+ ema_end_decay: 0.99999
26
+ ema_anneal_steps: null
27
+ data:
28
+ data_dir: /workspace/data/asmel_flat
29
+ train_split: train
30
+ val_split: balanced_train
31
+ revision: ''
32
+ batch_size: 48
33
+ num_workers: 12
34
+ prefetch_factor: 4
35
+ pin_memory: true
36
+ persistent_workers: true
37
+ drop_last: true
38
+ seed: 0
39
+ max_shards: 0
40
+ mixture:
41
+ cluster_index: /workspace/data/asmel_flat/train_cluster_index.npy
42
+ distributions: null
43
+ dist_id: null
44
+ weights:
45
+ - 0.0
46
+ - 0.0
47
+ - 0.0
48
+ - 0.031453125
49
+ - 0.136734375
50
+ - 0.0
51
+ - 0.003091796875
52
+ - 0.17794921875
53
+ - 0.0
54
+ - 0.07468359375
55
+ - 0.232013671875
56
+ - 0.0
57
+ - 0.0042109375
58
+ - 0.218064453125
59
+ - 0.00039453125
60
+ - 0.041060546875
61
+ - 0.0
62
+ - 0.0
63
+ - 0.0250703125
64
+ - 0.0552734375
65
+ repetition_cap: 1000.0
66
+ distinct_fraction: null
67
+ optim:
68
+ lr: 0.0003
69
+ betas:
70
+ - 0.9
71
+ - 0.95
72
+ eps: 1.0e-08
73
+ weight_decay: 0.05
74
+ clip_norm: 4.0
75
+ warmup_frac: 0.1
76
+ min_lr_scale: 0.002
77
+ loop:
78
+ budget_clips: 1920000
79
+ schedule_clips: null
80
+ gradient_accumulation_steps: 1
81
+ precision: bfloat16
82
+ compile: true
83
+ compile_mode: default
84
+ log_every_n_steps: 20
85
+ heartbeat_every_n_steps: 50
86
+ max_steps: null
87
+ eval:
88
+ enabled: true
89
+ every_n_steps: 1000
90
+ num_clips: 2048
91
+ mask_seed: 12345
92
+ batch_size: 48
93
+ checkpoint:
94
+ save_every_n_steps: 5000
95
+ export_every_n_steps: 5000
96
+ keep_last_n_exports: 0
97
+ tracking:
98
+ campaign_id: phase5
99
+ trial_id: p5-mae-15m-d240
100
+ wandb_project: mixture-transfer
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_run_id: null
104
+ hub_repo_id: null
105
+ hub_private: false
106
+ hub_upload: false
107
+ runtime:
108
+ seed: 0
109
+ data_loader_seed: null
110
+ objective_seed: null
111
+ deterministic: false
112
+ allow_tf32: true
p5-mae-15m-d240/exports/step_00030000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d240/exports/step_00030000",
3
+ "fingerprint": "501ad93d52e71f0e",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d240",
6
+ "probe/map": 0.15901719584647545,
7
+ "probe/map_train": 0.5112899026958947,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.19266258240889483,
10
+ "probe/pooling": "concat",
11
+ "probe/feature_dim": 768,
12
+ "probe/fit_clips": 20550,
13
+ "probe/score_clips": 18886,
14
+ "probe/classes_scored": 527,
15
+ "probe/extract_s": 7.021861035958864,
16
+ "probe/total_s": 8.380777077982202,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.19192275191008676
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.19207955261672965
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.19266258240889483
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.18896264762686568
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.17314079248141392
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.1453570915682973
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.11386383050412957
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.6498525738716125,
49
+ 0.015351515263319016,
50
+ 0.08642760664224625,
51
+ 0.2529507279396057,
52
+ 0.10753297060728073,
53
+ 0.24379423260688782,
54
+ 0.22197209298610687,
55
+ 0.29481208324432373,
56
+ 0.045263417065143585,
57
+ 0.04684589430689812,
58
+ 0.021608131006360054,
59
+ 0.10401065647602081,
60
+ 0.5486000180244446,
61
+ 0.32838091254234314,
62
+ 0.0473196767270565,
63
+ 0.5922268033027649,
64
+ 0.36010897159576416,
65
+ 0.39242520928382874,
66
+ 0.07066536694765091,
67
+ 0.10058117657899857,
68
+ 0.29186394810676575,
69
+ 0.12163032591342926,
70
+ 0.2165825068950653,
71
+ 0.16717647016048431,
72
+ 0.09115833044052124,
73
+ 0.027635740116238594,
74
+ 0.1023699939250946,
75
+ 0.21537785232067108,
76
+ 0.3158596158027649,
77
+ 0.08860238641500473,
78
+ 0.2673971951007843,
79
+ 0.21529579162597656,
80
+ 0.033053919672966,
81
+ 0.0643685832619667,
82
+ 0.2687652111053467,
83
+ 0.08472053706645966,
84
+ 0.3694009482860565,
85
+ 0.06736931204795837,
86
+ 0.0895066186785698,
87
+ 0.13176225125789642,
88
+ 0.22704054415225983,
89
+ 0.022474030032753944,
90
+ 0.08326229453086853,
91
+ 0.4785425662994385,
92
+ 0.020801719278097153,
93
+ 0.13745485246181488,
94
+ 0.02571743167936802,
95
+ 0.1370943784713745,
96
+ 0.10073263943195343,
97
+ 0.10356850922107697,
98
+ 0.1801971197128296,
99
+ 0.010762479156255722,
100
+ 0.04351187124848366,
101
+ 0.030039416626095772,
102
+ 0.23838350176811218,
103
+ 0.1325928419828415,
104
+ 0.2796182334423065,
105
+ 0.35654985904693604,
106
+ 0.15895241498947144,
107
+ 0.13570044934749603,
108
+ 0.21886658668518066,
109
+ 0.22674857079982758,
110
+ 0.08012937009334564,
111
+ 0.20001497864723206,
112
+ 0.5223363041877747,
113
+ 0.22980894148349762,
114
+ 0.2950202226638794,
115
+ 0.3149131238460541,
116
+ 0.40344738960266113,
117
+ 0.3845658004283905,
118
+ 0.21224530041217804,
119
+ 0.14000168442726135,
120
+ 0.21075507998466492,
121
+ 0.19874601066112518,
122
+ 0.1933356672525406,
123
+ 0.26214104890823364,
124
+ 0.05733061581850052,
125
+ 0.2583121359348297,
126
+ 0.22439144551753998,
127
+ 0.1416936069726944,
128
+ 0.023137124255299568,
129
+ 0.16005727648735046,
130
+ 0.3968992829322815,
131
+ 0.20294900238513947,
132
+ 0.13187603652477264,
133
+ 0.043765392154455185,
134
+ 0.1215469017624855,
135
+ 0.02856886386871338,
136
+ 0.04984316974878311,
137
+ 0.08018506318330765,
138
+ 0.13800323009490967,
139
+ 0.132386714220047,
140
+ 0.17808309197425842,
141
+ 0.03672044351696968,
142
+ 0.04903264343738556,
143
+ 0.08778271079063416,
144
+ 0.026392798870801926,
145
+ 0.03369736671447754,
146
+ 0.16024893522262573,
147
+ 0.22100959718227386,
148
+ 0.1460864394903183,
149
+ 0.3383418321609497,
150
+ 0.06084119528532028,
151
+ 0.06603000313043594,
152
+ 0.026564963161945343,
153
+ 0.04409268498420715,
154
+ 0.07425952702760696,
155
+ 0.07177369296550751,
156
+ 0.12278573960065842,
157
+ 0.21027444303035736,
158
+ 0.22459542751312256,
159
+ 0.15058432519435883,
160
+ 0.13874508440494537,
161
+ 0.0984637513756752,
162
+ 0.07406043261289597,
163
+ 0.21766191720962524,
164
+ 0.22344602644443512,
165
+ 0.11732710897922516,
166
+ 0.14132753014564514,
167
+ 0.3710762858390808,
168
+ 0.39097216725349426,
169
+ 0.19715718924999237,
170
+ 0.10525441914796829,
171
+ 0.12314869463443756,
172
+ 0.014635001309216022,
173
+ 0.04319600388407707,
174
+ 0.13442029058933258,
175
+ 0.15278203785419464,
176
+ 0.1330573558807373,
177
+ 0.1375514268875122,
178
+ 0.005610011052340269,
179
+ 0.09082573652267456,
180
+ 0.1732969582080841,
181
+ 0.1765919327735901,
182
+ 0.09676652401685715,
183
+ 0.019948577508330345,
184
+ 0.13360773026943207,
185
+ 0.7356013059616089,
186
+ 0.24806104600429535,
187
+ 0.3395649194717407,
188
+ 0.4528845250606537,
189
+ 0.32154279947280884,
190
+ 0.14035038650035858,
191
+ 0.14263369143009186,
192
+ 0.11983832716941833,
193
+ 0.15702709555625916,
194
+ 0.133893683552742,
195
+ 0.28320568799972534,
196
+ 0.10799811780452728,
197
+ 0.27576592564582825,
198
+ 0.14053325355052948,
199
+ 0.19869932532310486,
200
+ 0.3032444417476654,
201
+ 0.13348038494586945,
202
+ 0.12976635992527008,
203
+ 0.25277671217918396,
204
+ 0.11389099061489105,
205
+ 0.12488201260566711,
206
+ 0.030110077932476997,
207
+ 0.08390824496746063,
208
+ 0.5791239142417908,
209
+ 0.29498839378356934,
210
+ 0.29990488290786743,
211
+ 0.1452217996120453,
212
+ 0.23701803386211395,
213
+ 0.26813024282455444,
214
+ 0.2848582863807678,
215
+ 0.12914946675300598,
216
+ 0.27991944551467896,
217
+ 0.36378270387649536,
218
+ 0.21764343976974487,
219
+ 0.2845348119735718,
220
+ 0.304962158203125,
221
+ 0.276965856552124,
222
+ 0.1524108350276947,
223
+ 0.15684528648853302,
224
+ 0.10943981260061264,
225
+ 0.36494413018226624,
226
+ 0.0801701620221138,
227
+ 0.1952524483203888,
228
+ 0.26218634843826294,
229
+ 0.21147336065769196,
230
+ 0.20945225656032562,
231
+ 0.31503453850746155,
232
+ 0.08087244629859924,
233
+ 0.46240416169166565,
234
+ 0.3658510148525238,
235
+ 0.22772032022476196,
236
+ 0.31079843640327454,
237
+ 0.1442279815673828,
238
+ 0.19520710408687592,
239
+ 0.12753206491470337,
240
+ 0.30665749311447144,
241
+ 0.17433686554431915,
242
+ 0.17164598405361176,
243
+ 0.41499462723731995,
244
+ 0.07246138900518417,
245
+ 0.11314622312784195,
246
+ 0.1298644244670868,
247
+ 0.286289244890213,
248
+ 0.04108889773488045,
249
+ 0.25500401854515076,
250
+ 0.1045089066028595,
251
+ 0.1749531626701355,
252
+ 0.23157761991024017,
253
+ 0.22227273881435394,
254
+ 0.24010810256004333,
255
+ 0.5310317277908325,
256
+ 0.26525571942329407,
257
+ 0.32227274775505066,
258
+ 0.7505017518997192,
259
+ 0.5224360227584839,
260
+ 0.5448685884475708,
261
+ 0.06297454982995987,
262
+ 0.33169108629226685,
263
+ 0.2523331642150879,
264
+ 0.06637037545442581,
265
+ 0.21568916738033295,
266
+ 0.2719990909099579,
267
+ 0.11722319573163986,
268
+ 0.16174465417861938,
269
+ 0.1181996539235115,
270
+ 0.19983811676502228,
271
+ 0.1955806463956833,
272
+ 0.07316596060991287,
273
+ 0.0945122018456459,
274
+ 0.07477547228336334,
275
+ 0.046667035669088364,
276
+ 0.20280398428440094,
277
+ 0.048463258892297745,
278
+ 0.07584866881370544,
279
+ 0.14073973894119263,
280
+ 0.10769334435462952,
281
+ 0.0739697515964508,
282
+ 0.04344029352068901,
283
+ 0.01546191144734621,
284
+ 0.16014035046100616,
285
+ 0.025373579934239388,
286
+ 0.3852008283138275,
287
+ 0.03268659859895706,
288
+ 0.12759308516979218,
289
+ 0.18068911135196686,
290
+ 0.252312570810318,
291
+ 0.1827138215303421,
292
+ 0.1490514576435089,
293
+ 0.2515488862991333,
294
+ 0.06497172266244888,
295
+ 0.10980425029993057,
296
+ 0.05632847175002098,
297
+ 0.1563747376203537,
298
+ 0.14174187183380127,
299
+ 0.03242116793990135,
300
+ 0.09962160140275955,
301
+ 0.11988154798746109,
302
+ 0.07456093281507492,
303
+ 0.22097530961036682,
304
+ 0.24027478694915771,
305
+ 0.26490023732185364,
306
+ 0.14088548719882965,
307
+ 0.11765740066766739,
308
+ 0.04485432803630829,
309
+ 0.1341899335384369,
310
+ 0.19950427114963531,
311
+ 0.11805963516235352,
312
+ 0.02244710549712181,
313
+ 0.0714365765452385,
314
+ 0.0942038893699646,
315
+ 0.13923311233520508,
316
+ 0.12824511528015137,
317
+ 0.04627528786659241,
318
+ 0.036224715411663055,
319
+ 0.26951587200164795,
320
+ 0.18296334147453308,
321
+ 0.03626704961061478,
322
+ 0.17835623025894165,
323
+ 0.04405844584107399,
324
+ 0.08941750973463058,
325
+ 0.05433318391442299,
326
+ 0.07142510265111923,
327
+ 0.054184190928936005,
328
+ 0.025609012693166733,
329
+ 0.2905406653881073,
330
+ 0.15172529220581055,
331
+ 0.24200521409511566,
332
+ 0.06268496066331863,
333
+ 0.26034238934516907,
334
+ 0.3756745159626007,
335
+ 0.4040570557117462,
336
+ 0.25705385208129883,
337
+ 0.2499230057001114,
338
+ 0.2032659649848938,
339
+ 0.23505835235118866,
340
+ 0.11273352056741714,
341
+ 0.2131091207265854,
342
+ 0.23293450474739075,
343
+ 0.23280276358127594,
344
+ 0.18274939060211182,
345
+ 0.007577081676572561,
346
+ 0.01943347044289112,
347
+ 0.018116429448127747,
348
+ 0.29557254910469055,
349
+ 0.19858580827713013,
350
+ 0.1712111085653305,
351
+ 0.06768105924129486,
352
+ 0.03455100953578949,
353
+ 0.13160371780395508,
354
+ 0.03316115587949753,
355
+ 0.18415944278240204,
356
+ 0.11491276323795319,
357
+ 0.18024283647537231,
358
+ 0.1741148978471756,
359
+ 0.11697790026664734,
360
+ 0.1453639268875122,
361
+ 0.09100192785263062,
362
+ 0.11918512731790543,
363
+ 0.1344132125377655,
364
+ 0.08043017983436584,
365
+ 0.07115554064512253,
366
+ 0.11716464906930923,
367
+ 0.0923285111784935,
368
+ 0.2442384511232376,
369
+ 0.04521864280104637,
370
+ 0.47279298305511475,
371
+ 0.4272640347480774,
372
+ 0.2820396423339844,
373
+ 0.28772178292274475,
374
+ 0.0743982344865799,
375
+ 0.06252504140138626,
376
+ 0.2949908971786499,
377
+ 0.27911990880966187,
378
+ 0.17173705995082855,
379
+ 0.2160676121711731,
380
+ 0.2997925281524658,
381
+ 0.37826699018478394,
382
+ 0.2611825466156006,
383
+ 0.18266217410564423,
384
+ 0.16919681429862976,
385
+ 0.23794962465763092,
386
+ 0.0659111961722374,
387
+ 0.03764868527650833,
388
+ 0.1062043160200119,
389
+ 0.008263625204563141,
390
+ 0.08797821402549744,
391
+ 0.13740919530391693,
392
+ 0.11758649349212646,
393
+ 0.08681819587945938,
394
+ 0.1308739334344864,
395
+ 0.3351105749607086,
396
+ 0.02541128732264042,
397
+ 0.02753113955259323,
398
+ 0.12179436534643173,
399
+ 0.03893212229013443,
400
+ 0.10080665349960327,
401
+ 0.11647870391607285,
402
+ 0.03582935407757759,
403
+ 0.09714897722005844,
404
+ 0.03582998365163803,
405
+ 0.018498318269848824,
406
+ 0.04837369918823242,
407
+ 0.10176503658294678,
408
+ 0.01589418575167656,
409
+ 0.08821002393960953,
410
+ 0.1369316279888153,
411
+ 0.11575986444950104,
412
+ 0.031487539410591125,
413
+ 0.03472347930073738,
414
+ 0.4123513698577881,
415
+ 0.2887353003025055,
416
+ 0.019000355154275894,
417
+ 0.11420588940382004,
418
+ 0.10565235465765,
419
+ 0.07984698563814163,
420
+ 0.11236190795898438,
421
+ 0.34733179211616516,
422
+ 0.16255924105644226,
423
+ 0.08298782259225845,
424
+ 0.11346197873353958,
425
+ 0.11183331161737442,
426
+ 0.01696217805147171,
427
+ 0.01893683709204197,
428
+ 0.020998649299144745,
429
+ 0.13086631894111633,
430
+ 0.20671753585338593,
431
+ 0.08014442026615143,
432
+ 0.21613672375679016,
433
+ 0.20287053287029266,
434
+ 0.19288146495819092,
435
+ 0.10380610078573227,
436
+ 0.05214568227529526,
437
+ 0.05529671534895897,
438
+ 0.24251173436641693,
439
+ 0.08683624118566513,
440
+ 0.031695038080215454,
441
+ 0.38089269399642944,
442
+ 0.2448287308216095,
443
+ 0.0756170004606247,
444
+ 0.5305652022361755,
445
+ 0.6055051684379578,
446
+ 0.02841767482459545,
447
+ 0.4353594481945038,
448
+ 0.48118674755096436,
449
+ 0.10205770283937454,
450
+ 0.17912811040878296,
451
+ 0.27578672766685486,
452
+ 0.024853985756635666,
453
+ 0.017315544188022614,
454
+ 0.0307770986109972,
455
+ 0.03354966267943382,
456
+ 0.042450957000255585,
457
+ 0.019897736608982086,
458
+ 0.01491678599268198,
459
+ 0.19815842807292938,
460
+ 0.024889562278985977,
461
+ 0.05565889924764633,
462
+ 0.2821371555328369,
463
+ 0.18588143587112427,
464
+ 0.04256374388933182,
465
+ 0.04567784070968628,
466
+ 0.10290548205375671,
467
+ 0.10022281110286713,
468
+ 0.23141637444496155,
469
+ 0.10894536226987839,
470
+ 0.10573755204677582,
471
+ 0.33254900574684143,
472
+ 0.1018294170498848,
473
+ 0.09966754913330078,
474
+ 0.05858171358704567,
475
+ 0.20439013838768005,
476
+ 0.2591799199581146,
477
+ 0.18731603026390076,
478
+ 0.1111031249165535,
479
+ 0.16646580398082733,
480
+ 0.14193136990070343,
481
+ 0.0758620947599411,
482
+ 0.006555837579071522,
483
+ 0.09173133969306946,
484
+ 0.18238477408885956,
485
+ 0.1150939092040062,
486
+ 0.14459842443466187,
487
+ 0.045594457536935806,
488
+ 0.0345303900539875,
489
+ 0.029034631326794624,
490
+ 0.009117971174418926,
491
+ 0.07675720751285553,
492
+ 0.013659690506756306,
493
+ 0.13879545032978058,
494
+ 0.08975819498300552,
495
+ 0.014149417169392109,
496
+ 0.03706526756286621,
497
+ 0.1320050060749054,
498
+ 0.019697405397892,
499
+ 0.05697298422455788,
500
+ 0.019113635644316673,
501
+ 0.05036897957324982,
502
+ 0.050068363547325134,
503
+ 0.30792757868766785,
504
+ 0.03141143172979355,
505
+ 0.12637940049171448,
506
+ 0.07748564332723618,
507
+ 0.10996665805578232,
508
+ 0.06717652827501297,
509
+ 0.054880741983652115,
510
+ 0.43851083517074585,
511
+ 0.505225658416748,
512
+ 0.258355975151062,
513
+ 0.15606939792633057,
514
+ 0.03048519603908062,
515
+ 0.0658474713563919,
516
+ 0.051374588161706924,
517
+ 0.18539561331272125,
518
+ 0.11103372275829315,
519
+ 0.059534285217523575,
520
+ 0.10909388959407806,
521
+ 0.019192807376384735,
522
+ 0.21505902707576752,
523
+ 0.010429649613797665,
524
+ 0.31486886739730835,
525
+ 0.09913928061723709,
526
+ 0.11239473521709442,
527
+ 0.22635546326637268,
528
+ 0.1499071568250656,
529
+ 0.10195097327232361,
530
+ 0.012334388680756092,
531
+ 0.0867173969745636,
532
+ 0.08184410631656647,
533
+ 0.026861904188990593,
534
+ 0.005803887732326984,
535
+ 0.05756416916847229,
536
+ 0.04928315430879593,
537
+ 0.06034398823976517,
538
+ 0.2481677085161209,
539
+ 0.37061622738838196,
540
+ 0.10785043984651566,
541
+ 0.15750090777873993,
542
+ 0.21389704942703247,
543
+ 0.09007862210273743,
544
+ 0.0584949366748333,
545
+ 0.12054509669542313,
546
+ 0.11015724390745163,
547
+ 0.11948707699775696,
548
+ 0.10353967547416687,
549
+ 0.3368687331676483,
550
+ 0.007564828265458345,
551
+ 0.15455637872219086,
552
+ 0.029305502772331238,
553
+ 0.024484889581799507,
554
+ 0.09629572927951813,
555
+ 0.020987536758184433,
556
+ 0.021381625905632973,
557
+ 0.05068656802177429,
558
+ 0.028021642938256264,
559
+ 0.1846766322851181,
560
+ 0.07191118597984314,
561
+ 0.008877945132553577,
562
+ 0.10365569591522217,
563
+ 0.3131624162197113,
564
+ 0.1269618421792984,
565
+ 0.3549419939517975,
566
+ 0.05929664149880409,
567
+ 0.055481262505054474,
568
+ 0.03637542948126793,
569
+ 0.22155512869358063,
570
+ 0.14637400209903717,
571
+ 0.05383072793483734,
572
+ 0.014849391765892506,
573
+ 0.18070629239082336,
574
+ 0.12192989140748978
575
+ ]
576
+ }
p5-mae-15m-d240/exports/step_00035000/config.yaml ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ embed_dim: 384
3
+ depth: 8
4
+ num_heads: 6
5
+ mlp_ratio: 4
6
+ target_frames: 1024
7
+ mel_bins: 64
8
+ patch_time: 16
9
+ patch_freq: 16
10
+ decoder_layers: 6
11
+ decoder_groups: 16
12
+ decoder_kernel: 3
13
+ objective:
14
+ kind: mae
15
+ mae_norm_pix: true
16
+ num_classes: 527
17
+ clone_batch: 1
18
+ mask_prob: 0.8
19
+ mask_length: 5
20
+ mask_prob_adjust: 0.07
21
+ average_top_k_layers: 0
22
+ utterance_weight: 1.0
23
+ normalize_utterance_target: false
24
+ ema_decay: 0.9998
25
+ ema_end_decay: 0.99999
26
+ ema_anneal_steps: null
27
+ data:
28
+ data_dir: /workspace/data/asmel_flat
29
+ train_split: train
30
+ val_split: balanced_train
31
+ revision: ''
32
+ batch_size: 48
33
+ num_workers: 12
34
+ prefetch_factor: 4
35
+ pin_memory: true
36
+ persistent_workers: true
37
+ drop_last: true
38
+ seed: 0
39
+ max_shards: 0
40
+ mixture:
41
+ cluster_index: /workspace/data/asmel_flat/train_cluster_index.npy
42
+ distributions: null
43
+ dist_id: null
44
+ weights:
45
+ - 0.0
46
+ - 0.0
47
+ - 0.0
48
+ - 0.031453125
49
+ - 0.136734375
50
+ - 0.0
51
+ - 0.003091796875
52
+ - 0.17794921875
53
+ - 0.0
54
+ - 0.07468359375
55
+ - 0.232013671875
56
+ - 0.0
57
+ - 0.0042109375
58
+ - 0.218064453125
59
+ - 0.00039453125
60
+ - 0.041060546875
61
+ - 0.0
62
+ - 0.0
63
+ - 0.0250703125
64
+ - 0.0552734375
65
+ repetition_cap: 1000.0
66
+ distinct_fraction: null
67
+ optim:
68
+ lr: 0.0003
69
+ betas:
70
+ - 0.9
71
+ - 0.95
72
+ eps: 1.0e-08
73
+ weight_decay: 0.05
74
+ clip_norm: 4.0
75
+ warmup_frac: 0.1
76
+ min_lr_scale: 0.002
77
+ loop:
78
+ budget_clips: 1920000
79
+ schedule_clips: null
80
+ gradient_accumulation_steps: 1
81
+ precision: bfloat16
82
+ compile: true
83
+ compile_mode: default
84
+ log_every_n_steps: 20
85
+ heartbeat_every_n_steps: 50
86
+ max_steps: null
87
+ eval:
88
+ enabled: true
89
+ every_n_steps: 1000
90
+ num_clips: 2048
91
+ mask_seed: 12345
92
+ batch_size: 48
93
+ checkpoint:
94
+ save_every_n_steps: 5000
95
+ export_every_n_steps: 5000
96
+ keep_last_n_exports: 0
97
+ tracking:
98
+ campaign_id: phase5
99
+ trial_id: p5-mae-15m-d240
100
+ wandb_project: mixture-transfer
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_run_id: null
104
+ hub_repo_id: null
105
+ hub_private: false
106
+ hub_upload: false
107
+ runtime:
108
+ seed: 0
109
+ data_loader_seed: null
110
+ objective_seed: null
111
+ deterministic: false
112
+ allow_tf32: true
p5-mae-15m-d240/exports/step_00035000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d240/exports/step_00035000",
3
+ "fingerprint": "501ad93d52e71f0e",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d240",
6
+ "probe/map": 0.16169968774927465,
7
+ "probe/map_train": 0.5093942100793633,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.19601545120241293,
10
+ "probe/pooling": "concat",
11
+ "probe/feature_dim": 768,
12
+ "probe/fit_clips": 20550,
13
+ "probe/score_clips": 18886,
14
+ "probe/classes_scored": 527,
15
+ "probe/extract_s": 6.99148803204298,
16
+ "probe/total_s": 8.572470949962735,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.19512671775995724
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.19529899723246424
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.19601545120241293
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.19137177090036844
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.17540612494205415
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.14853354679876532
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.1153578341698214
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.6498982906341553,
49
+ 0.017385242506861687,
50
+ 0.08748140186071396,
51
+ 0.25765755772590637,
52
+ 0.12205272912979126,
53
+ 0.24831946194171906,
54
+ 0.22097422182559967,
55
+ 0.29445162415504456,
56
+ 0.04608602076768875,
57
+ 0.05682414397597313,
58
+ 0.02336925081908703,
59
+ 0.10849592089653015,
60
+ 0.5374566316604614,
61
+ 0.3209949731826782,
62
+ 0.054247479885816574,
63
+ 0.6227160096168518,
64
+ 0.3637208640575409,
65
+ 0.3939214050769806,
66
+ 0.07003490626811981,
67
+ 0.09366098046302795,
68
+ 0.2820793390274048,
69
+ 0.1022656187415123,
70
+ 0.2204197496175766,
71
+ 0.17641916871070862,
72
+ 0.08720562607049942,
73
+ 0.028007308021187782,
74
+ 0.11117158085107803,
75
+ 0.21102146804332733,
76
+ 0.33986297249794006,
77
+ 0.09222060441970825,
78
+ 0.2735370397567749,
79
+ 0.2258024960756302,
80
+ 0.03227217495441437,
81
+ 0.06653961539268494,
82
+ 0.2683684527873993,
83
+ 0.09434426575899124,
84
+ 0.3641383945941925,
85
+ 0.06597650051116943,
86
+ 0.08635231107473373,
87
+ 0.14630469679832458,
88
+ 0.2485288828611374,
89
+ 0.018457630649209023,
90
+ 0.08989888429641724,
91
+ 0.46171072125434875,
92
+ 0.021834608167409897,
93
+ 0.13112300634384155,
94
+ 0.02455248311161995,
95
+ 0.11276615411043167,
96
+ 0.09617201238870621,
97
+ 0.11403009295463562,
98
+ 0.1773291677236557,
99
+ 0.010445934720337391,
100
+ 0.04908694326877594,
101
+ 0.03580223023891449,
102
+ 0.2462981790304184,
103
+ 0.13526026904582977,
104
+ 0.27789047360420227,
105
+ 0.35365748405456543,
106
+ 0.17611251771450043,
107
+ 0.141069233417511,
108
+ 0.23060815036296844,
109
+ 0.22872591018676758,
110
+ 0.07982237637042999,
111
+ 0.2042933851480484,
112
+ 0.52277010679245,
113
+ 0.23558415472507477,
114
+ 0.29778704047203064,
115
+ 0.3199769854545593,
116
+ 0.4126337468624115,
117
+ 0.3783171474933624,
118
+ 0.20284830033779144,
119
+ 0.14965412020683289,
120
+ 0.2183235138654709,
121
+ 0.20816664397716522,
122
+ 0.19304166734218597,
123
+ 0.2743189334869385,
124
+ 0.06444995105266571,
125
+ 0.2638767659664154,
126
+ 0.22423477470874786,
127
+ 0.13893331587314606,
128
+ 0.024593569338321686,
129
+ 0.15117362141609192,
130
+ 0.40816056728363037,
131
+ 0.19328534603118896,
132
+ 0.12428847700357437,
133
+ 0.045504774898290634,
134
+ 0.12695012986660004,
135
+ 0.027862340211868286,
136
+ 0.052493270486593246,
137
+ 0.09491214156150818,
138
+ 0.15407614409923553,
139
+ 0.15522757172584534,
140
+ 0.1771790087223053,
141
+ 0.04564611241221428,
142
+ 0.046647682785987854,
143
+ 0.0908815786242485,
144
+ 0.027568994089961052,
145
+ 0.03346005082130432,
146
+ 0.15810857713222504,
147
+ 0.2231801599264145,
148
+ 0.1426967978477478,
149
+ 0.32559114694595337,
150
+ 0.06583354622125626,
151
+ 0.06923218071460724,
152
+ 0.026174096390604973,
153
+ 0.04429083317518234,
154
+ 0.06689359247684479,
155
+ 0.06408858299255371,
156
+ 0.11759340763092041,
157
+ 0.21884001791477203,
158
+ 0.24231389164924622,
159
+ 0.153248131275177,
160
+ 0.14109870791435242,
161
+ 0.09715178608894348,
162
+ 0.06838487833738327,
163
+ 0.25270771980285645,
164
+ 0.251629501581192,
165
+ 0.13133224844932556,
166
+ 0.1741938591003418,
167
+ 0.40598899126052856,
168
+ 0.4290764331817627,
169
+ 0.19584263861179352,
170
+ 0.1125529333949089,
171
+ 0.12656186521053314,
172
+ 0.01282578706741333,
173
+ 0.05149649828672409,
174
+ 0.1365126669406891,
175
+ 0.15758951008319855,
176
+ 0.15812920033931732,
177
+ 0.16105936467647552,
178
+ 0.00597552303224802,
179
+ 0.10570434480905533,
180
+ 0.14991676807403564,
181
+ 0.15071982145309448,
182
+ 0.13607603311538696,
183
+ 0.015508096665143967,
184
+ 0.12621797621250153,
185
+ 0.735619068145752,
186
+ 0.2548596262931824,
187
+ 0.3428054451942444,
188
+ 0.4576498568058014,
189
+ 0.34564390778541565,
190
+ 0.1451961100101471,
191
+ 0.14081233739852905,
192
+ 0.12346808612346649,
193
+ 0.16003882884979248,
194
+ 0.14438451826572418,
195
+ 0.29996344447135925,
196
+ 0.1171117052435875,
197
+ 0.27800479531288147,
198
+ 0.16073563694953918,
199
+ 0.22179266810417175,
200
+ 0.30877938866615295,
201
+ 0.1400972455739975,
202
+ 0.14201876521110535,
203
+ 0.24994821846485138,
204
+ 0.10857643932104111,
205
+ 0.12071523815393448,
206
+ 0.03205716237425804,
207
+ 0.08413350582122803,
208
+ 0.5663966536521912,
209
+ 0.304655522108078,
210
+ 0.3120143711566925,
211
+ 0.1443757712841034,
212
+ 0.2501829266548157,
213
+ 0.28070303797721863,
214
+ 0.29773202538490295,
215
+ 0.13253197073936462,
216
+ 0.29577693343162537,
217
+ 0.37442880868911743,
218
+ 0.23604516685009003,
219
+ 0.2794147729873657,
220
+ 0.29892241954803467,
221
+ 0.2603149712085724,
222
+ 0.13835366070270538,
223
+ 0.16955411434173584,
224
+ 0.11487875133752823,
225
+ 0.37507694959640503,
226
+ 0.08511858433485031,
227
+ 0.2012670338153839,
228
+ 0.2604096829891205,
229
+ 0.21724338829517365,
230
+ 0.21465957164764404,
231
+ 0.33234643936157227,
232
+ 0.0746665820479393,
233
+ 0.47021135687828064,
234
+ 0.3765483796596527,
235
+ 0.2453412413597107,
236
+ 0.32310035824775696,
237
+ 0.15214283764362335,
238
+ 0.19322720170021057,
239
+ 0.12956096231937408,
240
+ 0.31565529108047485,
241
+ 0.18431827425956726,
242
+ 0.17088186740875244,
243
+ 0.4126717448234558,
244
+ 0.07904654741287231,
245
+ 0.12104889750480652,
246
+ 0.13359713554382324,
247
+ 0.2861156761646271,
248
+ 0.0408506840467453,
249
+ 0.25742223858833313,
250
+ 0.09936155378818512,
251
+ 0.18564365804195404,
252
+ 0.24952828884124756,
253
+ 0.23223315179347992,
254
+ 0.2576894462108612,
255
+ 0.5141216516494751,
256
+ 0.26757675409317017,
257
+ 0.3075668215751648,
258
+ 0.7440000176429749,
259
+ 0.5299221277236938,
260
+ 0.5265079736709595,
261
+ 0.05908537656068802,
262
+ 0.34034979343414307,
263
+ 0.2777876853942871,
264
+ 0.061163537204265594,
265
+ 0.22152306139469147,
266
+ 0.2744036316871643,
267
+ 0.12088210880756378,
268
+ 0.16873808205127716,
269
+ 0.11768461018800735,
270
+ 0.21619167923927307,
271
+ 0.19845686852931976,
272
+ 0.07143274694681168,
273
+ 0.09543357044458389,
274
+ 0.07775096595287323,
275
+ 0.04826683923602104,
276
+ 0.18195581436157227,
277
+ 0.04475964233279228,
278
+ 0.07422849535942078,
279
+ 0.14670565724372864,
280
+ 0.09351300448179245,
281
+ 0.0813409686088562,
282
+ 0.04286651685833931,
283
+ 0.016489218920469284,
284
+ 0.15399380028247833,
285
+ 0.022756051272153854,
286
+ 0.37366437911987305,
287
+ 0.03256286308169365,
288
+ 0.12482196092605591,
289
+ 0.18522977828979492,
290
+ 0.2593849301338196,
291
+ 0.1837671548128128,
292
+ 0.15524408221244812,
293
+ 0.2537832260131836,
294
+ 0.06344898045063019,
295
+ 0.11274158209562302,
296
+ 0.05882278084754944,
297
+ 0.16958358883857727,
298
+ 0.1441376507282257,
299
+ 0.03325662761926651,
300
+ 0.10049167275428772,
301
+ 0.12439046800136566,
302
+ 0.08278041332960129,
303
+ 0.24212516844272614,
304
+ 0.24753493070602417,
305
+ 0.26125970482826233,
306
+ 0.14648757874965668,
307
+ 0.10651508718729019,
308
+ 0.04873267933726311,
309
+ 0.13191889226436615,
310
+ 0.20474161207675934,
311
+ 0.12083709239959717,
312
+ 0.022327398881316185,
313
+ 0.07053694128990173,
314
+ 0.08946660161018372,
315
+ 0.1421506255865097,
316
+ 0.12951430678367615,
317
+ 0.05373012647032738,
318
+ 0.02382385917007923,
319
+ 0.2784791588783264,
320
+ 0.18744362890720367,
321
+ 0.03683438524603844,
322
+ 0.1805894523859024,
323
+ 0.05899345502257347,
324
+ 0.09595946967601776,
325
+ 0.04908551648259163,
326
+ 0.07382235676050186,
327
+ 0.06646531820297241,
328
+ 0.025891434401273727,
329
+ 0.2993082106113434,
330
+ 0.15040911734104156,
331
+ 0.24513734877109528,
332
+ 0.07484008371829987,
333
+ 0.26953744888305664,
334
+ 0.3771187663078308,
335
+ 0.4035598039627075,
336
+ 0.2615502178668976,
337
+ 0.24632570147514343,
338
+ 0.19392335414886475,
339
+ 0.22584785521030426,
340
+ 0.11651987582445145,
341
+ 0.20455780625343323,
342
+ 0.22796891629695892,
343
+ 0.236575186252594,
344
+ 0.18626223504543304,
345
+ 0.007467505056411028,
346
+ 0.01841936819255352,
347
+ 0.020145278424024582,
348
+ 0.29754799604415894,
349
+ 0.20376795530319214,
350
+ 0.18423683941364288,
351
+ 0.05201460048556328,
352
+ 0.035939302295446396,
353
+ 0.12035819888114929,
354
+ 0.03417448326945305,
355
+ 0.1847790628671646,
356
+ 0.12501280009746552,
357
+ 0.2034033089876175,
358
+ 0.17371943593025208,
359
+ 0.13091811537742615,
360
+ 0.14217908680438995,
361
+ 0.0900312140583992,
362
+ 0.10512302815914154,
363
+ 0.13691553473472595,
364
+ 0.08802523463964462,
365
+ 0.09037939459085464,
366
+ 0.126568004488945,
367
+ 0.10159091651439667,
368
+ 0.25709107518196106,
369
+ 0.04245384782552719,
370
+ 0.47467029094696045,
371
+ 0.4313507676124573,
372
+ 0.2865964472293854,
373
+ 0.29759785532951355,
374
+ 0.06983543187379837,
375
+ 0.0658610388636589,
376
+ 0.29344019293785095,
377
+ 0.2764594256877899,
378
+ 0.1582760065793991,
379
+ 0.23303571343421936,
380
+ 0.2949841022491455,
381
+ 0.39181578159332275,
382
+ 0.26253336668014526,
383
+ 0.18209166824817657,
384
+ 0.1757841557264328,
385
+ 0.21242572367191315,
386
+ 0.07774385809898376,
387
+ 0.0395699068903923,
388
+ 0.11413302272558212,
389
+ 0.007238603662699461,
390
+ 0.10088848322629929,
391
+ 0.1422967165708542,
392
+ 0.10199731588363647,
393
+ 0.07537225633859634,
394
+ 0.1388951539993286,
395
+ 0.34504708647727966,
396
+ 0.030766865238547325,
397
+ 0.02921772189438343,
398
+ 0.13913863897323608,
399
+ 0.04208819568157196,
400
+ 0.10357729345560074,
401
+ 0.11830159276723862,
402
+ 0.03453698009252548,
403
+ 0.10538484156131744,
404
+ 0.03237994387745857,
405
+ 0.01715271919965744,
406
+ 0.0456850528717041,
407
+ 0.11719204485416412,
408
+ 0.018344681710004807,
409
+ 0.09242979437112808,
410
+ 0.16628006100654602,
411
+ 0.12101568281650543,
412
+ 0.037198491394519806,
413
+ 0.040175728499889374,
414
+ 0.39805132150650024,
415
+ 0.282339483499527,
416
+ 0.01686336286365986,
417
+ 0.13107386231422424,
418
+ 0.11297789961099625,
419
+ 0.08789526671171188,
420
+ 0.12507416307926178,
421
+ 0.33797794580459595,
422
+ 0.1558804214000702,
423
+ 0.0893278568983078,
424
+ 0.11982123553752899,
425
+ 0.10757159441709518,
426
+ 0.020487342029809952,
427
+ 0.018531350418925285,
428
+ 0.02226896584033966,
429
+ 0.12505540251731873,
430
+ 0.21202997863292694,
431
+ 0.09582473337650299,
432
+ 0.19015797972679138,
433
+ 0.19992472231388092,
434
+ 0.18389727175235748,
435
+ 0.08821268379688263,
436
+ 0.052089471369981766,
437
+ 0.053833093494176865,
438
+ 0.226552352309227,
439
+ 0.08097881078720093,
440
+ 0.03514359891414642,
441
+ 0.37660491466522217,
442
+ 0.23799820244312286,
443
+ 0.07658732682466507,
444
+ 0.537406325340271,
445
+ 0.6150875091552734,
446
+ 0.027839701622724533,
447
+ 0.44714421033859253,
448
+ 0.49525919556617737,
449
+ 0.09462704509496689,
450
+ 0.18349888920783997,
451
+ 0.2808871269226074,
452
+ 0.026317307725548744,
453
+ 0.01778324693441391,
454
+ 0.026967862620949745,
455
+ 0.03684592619538307,
456
+ 0.04941428080201149,
457
+ 0.021176569163799286,
458
+ 0.01732696406543255,
459
+ 0.18865996599197388,
460
+ 0.030075915157794952,
461
+ 0.07477504014968872,
462
+ 0.2790791392326355,
463
+ 0.17849566042423248,
464
+ 0.04323043301701546,
465
+ 0.03618839755654335,
466
+ 0.10542577505111694,
467
+ 0.10551756620407104,
468
+ 0.24075685441493988,
469
+ 0.11812617629766464,
470
+ 0.10721494257450104,
471
+ 0.33408182859420776,
472
+ 0.10055369138717651,
473
+ 0.09877801686525345,
474
+ 0.06340859830379486,
475
+ 0.20242464542388916,
476
+ 0.24655626714229584,
477
+ 0.19415095448493958,
478
+ 0.09642896056175232,
479
+ 0.17443539202213287,
480
+ 0.15428394079208374,
481
+ 0.07032547891139984,
482
+ 0.007155421655625105,
483
+ 0.08473633974790573,
484
+ 0.19480960071086884,
485
+ 0.11674895137548447,
486
+ 0.15730375051498413,
487
+ 0.04433088004589081,
488
+ 0.027053285390138626,
489
+ 0.027682287618517876,
490
+ 0.010783878155052662,
491
+ 0.0831083431839943,
492
+ 0.01630154252052307,
493
+ 0.12618736922740936,
494
+ 0.11414089798927307,
495
+ 0.013043330982327461,
496
+ 0.027904827147722244,
497
+ 0.12121083587408066,
498
+ 0.028642592951655388,
499
+ 0.057226087898015976,
500
+ 0.02001761458814144,
501
+ 0.05203939229249954,
502
+ 0.05023081228137016,
503
+ 0.2965010404586792,
504
+ 0.04279689863324165,
505
+ 0.15468795597553253,
506
+ 0.09914775937795639,
507
+ 0.10570992529392242,
508
+ 0.06329725682735443,
509
+ 0.059753015637397766,
510
+ 0.4309408366680145,
511
+ 0.5006875395774841,
512
+ 0.27430135011672974,
513
+ 0.164966881275177,
514
+ 0.03444024547934532,
515
+ 0.07159639149904251,
516
+ 0.051760803908109665,
517
+ 0.17279355227947235,
518
+ 0.09957364201545715,
519
+ 0.0553370900452137,
520
+ 0.11330369859933853,
521
+ 0.023102354258298874,
522
+ 0.2344503402709961,
523
+ 0.011712594889104366,
524
+ 0.3187383711338043,
525
+ 0.08528031408786774,
526
+ 0.10230215638875961,
527
+ 0.23555801808834076,
528
+ 0.1581466645002365,
529
+ 0.12481001019477844,
530
+ 0.01475826371461153,
531
+ 0.09569375216960907,
532
+ 0.08611959218978882,
533
+ 0.02313602715730667,
534
+ 0.006206787656992674,
535
+ 0.05975489690899849,
536
+ 0.05655394494533539,
537
+ 0.06532075256109238,
538
+ 0.24245062470436096,
539
+ 0.3691447675228119,
540
+ 0.10742932558059692,
541
+ 0.15070506930351257,
542
+ 0.21813829243183136,
543
+ 0.08178059011697769,
544
+ 0.05885934829711914,
545
+ 0.11830437928438187,
546
+ 0.10247792303562164,
547
+ 0.12819845974445343,
548
+ 0.10814392566680908,
549
+ 0.3261798322200775,
550
+ 0.00810137577354908,
551
+ 0.15317784249782562,
552
+ 0.028323132544755936,
553
+ 0.024262452498078346,
554
+ 0.09390228241682053,
555
+ 0.021912990137934685,
556
+ 0.022336285561323166,
557
+ 0.051399704068899155,
558
+ 0.03637826815247536,
559
+ 0.1810133308172226,
560
+ 0.07061997801065445,
561
+ 0.0098771583288908,
562
+ 0.10904406011104584,
563
+ 0.32133960723876953,
564
+ 0.13329477608203888,
565
+ 0.36279743909835815,
566
+ 0.06062459945678711,
567
+ 0.06480830907821655,
568
+ 0.04889816790819168,
569
+ 0.22697749733924866,
570
+ 0.1451437920331955,
571
+ 0.0636807456612587,
572
+ 0.012509106658399105,
573
+ 0.17121918499469757,
574
+ 0.1090686246752739
575
+ ]
576
+ }
p5-mae-15m-d240/exports/step_00040000/config.yaml ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ embed_dim: 384
3
+ depth: 8
4
+ num_heads: 6
5
+ mlp_ratio: 4
6
+ target_frames: 1024
7
+ mel_bins: 64
8
+ patch_time: 16
9
+ patch_freq: 16
10
+ decoder_layers: 6
11
+ decoder_groups: 16
12
+ decoder_kernel: 3
13
+ objective:
14
+ kind: mae
15
+ mae_norm_pix: true
16
+ num_classes: 527
17
+ clone_batch: 1
18
+ mask_prob: 0.8
19
+ mask_length: 5
20
+ mask_prob_adjust: 0.07
21
+ average_top_k_layers: 0
22
+ utterance_weight: 1.0
23
+ normalize_utterance_target: false
24
+ ema_decay: 0.9998
25
+ ema_end_decay: 0.99999
26
+ ema_anneal_steps: null
27
+ data:
28
+ data_dir: /workspace/data/asmel_flat
29
+ train_split: train
30
+ val_split: balanced_train
31
+ revision: ''
32
+ batch_size: 48
33
+ num_workers: 12
34
+ prefetch_factor: 4
35
+ pin_memory: true
36
+ persistent_workers: true
37
+ drop_last: true
38
+ seed: 0
39
+ max_shards: 0
40
+ mixture:
41
+ cluster_index: /workspace/data/asmel_flat/train_cluster_index.npy
42
+ distributions: null
43
+ dist_id: null
44
+ weights:
45
+ - 0.0
46
+ - 0.0
47
+ - 0.0
48
+ - 0.031453125
49
+ - 0.136734375
50
+ - 0.0
51
+ - 0.003091796875
52
+ - 0.17794921875
53
+ - 0.0
54
+ - 0.07468359375
55
+ - 0.232013671875
56
+ - 0.0
57
+ - 0.0042109375
58
+ - 0.218064453125
59
+ - 0.00039453125
60
+ - 0.041060546875
61
+ - 0.0
62
+ - 0.0
63
+ - 0.0250703125
64
+ - 0.0552734375
65
+ repetition_cap: 1000.0
66
+ distinct_fraction: null
67
+ optim:
68
+ lr: 0.0003
69
+ betas:
70
+ - 0.9
71
+ - 0.95
72
+ eps: 1.0e-08
73
+ weight_decay: 0.05
74
+ clip_norm: 4.0
75
+ warmup_frac: 0.1
76
+ min_lr_scale: 0.002
77
+ loop:
78
+ budget_clips: 1920000
79
+ schedule_clips: null
80
+ gradient_accumulation_steps: 1
81
+ precision: bfloat16
82
+ compile: true
83
+ compile_mode: default
84
+ log_every_n_steps: 20
85
+ heartbeat_every_n_steps: 50
86
+ max_steps: null
87
+ eval:
88
+ enabled: true
89
+ every_n_steps: 1000
90
+ num_clips: 2048
91
+ mask_seed: 12345
92
+ batch_size: 48
93
+ checkpoint:
94
+ save_every_n_steps: 5000
95
+ export_every_n_steps: 5000
96
+ keep_last_n_exports: 0
97
+ tracking:
98
+ campaign_id: phase5
99
+ trial_id: p5-mae-15m-d240
100
+ wandb_project: mixture-transfer
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_run_id: null
104
+ hub_repo_id: null
105
+ hub_private: false
106
+ hub_upload: false
107
+ runtime:
108
+ seed: 0
109
+ data_loader_seed: null
110
+ objective_seed: null
111
+ deterministic: false
112
+ allow_tf32: true
p5-mae-15m-d240/exports/step_00040000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d57864aa7a51000580dac9b196c89fe840054864457c15d63c2543b5664943e5
3
+ size 60174680
p5-mae-15m-d240/exports/step_00040000/probe.json ADDED
@@ -0,0 +1,576 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "export_dir": "/workspace/runs/p5-mae-15m-d240/exports/step_00040000",
3
+ "fingerprint": "501ad93d52e71f0e",
4
+ "campaign_id": "phase5",
5
+ "trial_id": "p5-mae-15m-d240",
6
+ "probe/map": 0.1626438925253047,
7
+ "probe/map_train": 0.5093330278625072,
8
+ "probe/alpha": 1.0,
9
+ "probe/holdout_map": 0.19785553489085392,
10
+ "probe/pooling": "concat",
11
+ "probe/feature_dim": 768,
12
+ "probe/fit_clips": 20550,
13
+ "probe/score_clips": 18886,
14
+ "probe/classes_scored": 527,
15
+ "probe/extract_s": 6.861180384992622,
16
+ "probe/total_s": 8.40823645691853,
17
+ "alpha_selection": [
18
+ {
19
+ "alpha": 0.01,
20
+ "holdout_map": 0.19646785905641242
21
+ },
22
+ {
23
+ "alpha": 0.1,
24
+ "holdout_map": 0.19671494189907834
25
+ },
26
+ {
27
+ "alpha": 1.0,
28
+ "holdout_map": 0.19785553489085392
29
+ },
30
+ {
31
+ "alpha": 10.0,
32
+ "holdout_map": 0.19308848835199194
33
+ },
34
+ {
35
+ "alpha": 100.0,
36
+ "holdout_map": 0.1764785782513571
37
+ },
38
+ {
39
+ "alpha": 1000.0,
40
+ "holdout_map": 0.14958310202276598
41
+ },
42
+ {
43
+ "alpha": 10000.0,
44
+ "holdout_map": 0.1158371537966226
45
+ }
46
+ ],
47
+ "per_class_ap": [
48
+ 0.6502329111099243,
49
+ 0.018670476973056793,
50
+ 0.08739632368087769,
51
+ 0.2613416910171509,
52
+ 0.12359952181577682,
53
+ 0.24359501898288727,
54
+ 0.2194634974002838,
55
+ 0.29706424474716187,
56
+ 0.0450550802052021,
57
+ 0.0571715347468853,
58
+ 0.023839781060814857,
59
+ 0.1068175733089447,
60
+ 0.5417014360427856,
61
+ 0.3213217258453369,
62
+ 0.05269879102706909,
63
+ 0.6294174194335938,
64
+ 0.36589014530181885,
65
+ 0.3958689570426941,
66
+ 0.06910492479801178,
67
+ 0.09742044657468796,
68
+ 0.2682623863220215,
69
+ 0.1038610190153122,
70
+ 0.22758635878562927,
71
+ 0.17841081321239471,
72
+ 0.085984967648983,
73
+ 0.027342448011040688,
74
+ 0.10610537230968475,
75
+ 0.2144460678100586,
76
+ 0.3393073081970215,
77
+ 0.10004443675279617,
78
+ 0.2681792378425598,
79
+ 0.22472882270812988,
80
+ 0.03169289976358414,
81
+ 0.06660715490579605,
82
+ 0.26221030950546265,
83
+ 0.08387197554111481,
84
+ 0.36174923181533813,
85
+ 0.06723218411207199,
86
+ 0.07540039718151093,
87
+ 0.14490674436092377,
88
+ 0.25301453471183777,
89
+ 0.01844094879925251,
90
+ 0.09335441142320633,
91
+ 0.4668726325035095,
92
+ 0.02065987139940262,
93
+ 0.1370105892419815,
94
+ 0.02563810721039772,
95
+ 0.12000077217817307,
96
+ 0.09889733791351318,
97
+ 0.11757505685091019,
98
+ 0.17962493002414703,
99
+ 0.01026690099388361,
100
+ 0.05360698699951172,
101
+ 0.03261606767773628,
102
+ 0.2484264224767685,
103
+ 0.13245242834091187,
104
+ 0.27187761664390564,
105
+ 0.3497074842453003,
106
+ 0.17545555531978607,
107
+ 0.13921388983726501,
108
+ 0.23263265192508698,
109
+ 0.22482705116271973,
110
+ 0.07748096436262131,
111
+ 0.20841160416603088,
112
+ 0.5228482484817505,
113
+ 0.24044345319271088,
114
+ 0.2974051833152771,
115
+ 0.31884410977363586,
116
+ 0.40831106901168823,
117
+ 0.38020285964012146,
118
+ 0.19000914692878723,
119
+ 0.15021489560604095,
120
+ 0.21812240779399872,
121
+ 0.2084578573703766,
122
+ 0.1928505301475525,
123
+ 0.2671728730201721,
124
+ 0.06385994702577591,
125
+ 0.2640296220779419,
126
+ 0.22255846858024597,
127
+ 0.14084108173847198,
128
+ 0.024509325623512268,
129
+ 0.15644118189811707,
130
+ 0.41157442331314087,
131
+ 0.203915074467659,
132
+ 0.1252557635307312,
133
+ 0.04697444662451744,
134
+ 0.12726081907749176,
135
+ 0.026276180520653725,
136
+ 0.051642853766679764,
137
+ 0.11165080964565277,
138
+ 0.18612927198410034,
139
+ 0.1778373122215271,
140
+ 0.191408172249794,
141
+ 0.04690399393439293,
142
+ 0.048083897680044174,
143
+ 0.08644480258226395,
144
+ 0.026033826172351837,
145
+ 0.03440205380320549,
146
+ 0.16144944727420807,
147
+ 0.22769282758235931,
148
+ 0.1538843810558319,
149
+ 0.32267314195632935,
150
+ 0.06618455797433853,
151
+ 0.06975606083869934,
152
+ 0.024719856679439545,
153
+ 0.043864618986845016,
154
+ 0.06764160096645355,
155
+ 0.06858410686254501,
156
+ 0.11784826219081879,
157
+ 0.223171204328537,
158
+ 0.2411523461341858,
159
+ 0.1566312611103058,
160
+ 0.14609083533287048,
161
+ 0.09815400093793869,
162
+ 0.07865584641695023,
163
+ 0.2643917202949524,
164
+ 0.2600679099559784,
165
+ 0.1302862912416458,
166
+ 0.17380161583423615,
167
+ 0.39812785387039185,
168
+ 0.4169303774833679,
169
+ 0.20048977434635162,
170
+ 0.11115732043981552,
171
+ 0.1312406212091446,
172
+ 0.013230668380856514,
173
+ 0.04975767433643341,
174
+ 0.14037545025348663,
175
+ 0.15496163070201874,
176
+ 0.16475620865821838,
177
+ 0.16744638979434967,
178
+ 0.0061308774165809155,
179
+ 0.10363195836544037,
180
+ 0.1616823673248291,
181
+ 0.15708383917808533,
182
+ 0.1280953586101532,
183
+ 0.016878580674529076,
184
+ 0.12839758396148682,
185
+ 0.736342191696167,
186
+ 0.2542351186275482,
187
+ 0.3432452082633972,
188
+ 0.4599651098251343,
189
+ 0.3515256941318512,
190
+ 0.14647170901298523,
191
+ 0.14823928475379944,
192
+ 0.1251533180475235,
193
+ 0.15905585885047913,
194
+ 0.13903069496154785,
195
+ 0.3019896149635315,
196
+ 0.11894722282886505,
197
+ 0.27271199226379395,
198
+ 0.1525026112794876,
199
+ 0.22405841946601868,
200
+ 0.31473037600517273,
201
+ 0.14132407307624817,
202
+ 0.14422686398029327,
203
+ 0.2534014880657196,
204
+ 0.11050896346569061,
205
+ 0.12201797962188721,
206
+ 0.0318555049598217,
207
+ 0.08303719013929367,
208
+ 0.5653509497642517,
209
+ 0.3022829592227936,
210
+ 0.3180646300315857,
211
+ 0.14511895179748535,
212
+ 0.25165748596191406,
213
+ 0.28736209869384766,
214
+ 0.30621227622032166,
215
+ 0.1336902230978012,
216
+ 0.2993544936180115,
217
+ 0.37198591232299805,
218
+ 0.2305232137441635,
219
+ 0.2825988233089447,
220
+ 0.3034522831439972,
221
+ 0.2516753077507019,
222
+ 0.13865216076374054,
223
+ 0.16398973762989044,
224
+ 0.10193642973899841,
225
+ 0.3811911642551422,
226
+ 0.08361126482486725,
227
+ 0.21451179683208466,
228
+ 0.2647092938423157,
229
+ 0.22630277276039124,
230
+ 0.21697372198104858,
231
+ 0.32431015372276306,
232
+ 0.07643543928861618,
233
+ 0.4726880192756653,
234
+ 0.374117910861969,
235
+ 0.24625273048877716,
236
+ 0.32643383741378784,
237
+ 0.15951108932495117,
238
+ 0.19816111028194427,
239
+ 0.13085266947746277,
240
+ 0.31943008303642273,
241
+ 0.1863727867603302,
242
+ 0.18299634754657745,
243
+ 0.416963130235672,
244
+ 0.08213891834020615,
245
+ 0.12194697558879852,
246
+ 0.13320358097553253,
247
+ 0.2942745089530945,
248
+ 0.042644210159778595,
249
+ 0.2702275216579437,
250
+ 0.10159976780414581,
251
+ 0.19670167565345764,
252
+ 0.2592085003852844,
253
+ 0.22819718718528748,
254
+ 0.25593605637550354,
255
+ 0.511910617351532,
256
+ 0.2681120038032532,
257
+ 0.3149181604385376,
258
+ 0.7459571957588196,
259
+ 0.5335098505020142,
260
+ 0.5278798937797546,
261
+ 0.06389276683330536,
262
+ 0.338432639837265,
263
+ 0.27711021900177,
264
+ 0.062493667006492615,
265
+ 0.2217969298362732,
266
+ 0.26505711674690247,
267
+ 0.1163157969713211,
268
+ 0.17018069326877594,
269
+ 0.11971066147089005,
270
+ 0.22191226482391357,
271
+ 0.19704005122184753,
272
+ 0.06989923864603043,
273
+ 0.09846223890781403,
274
+ 0.07888035476207733,
275
+ 0.050438784062862396,
276
+ 0.17882698774337769,
277
+ 0.0462462417781353,
278
+ 0.07285065948963165,
279
+ 0.14552393555641174,
280
+ 0.09948515146970749,
281
+ 0.06166083738207817,
282
+ 0.04718860611319542,
283
+ 0.016624227166175842,
284
+ 0.1544291377067566,
285
+ 0.02251405641436577,
286
+ 0.3817839026451111,
287
+ 0.033798255026340485,
288
+ 0.12575991451740265,
289
+ 0.18458062410354614,
290
+ 0.2584310472011566,
291
+ 0.18471933901309967,
292
+ 0.1517336368560791,
293
+ 0.2590406835079193,
294
+ 0.06402231007814407,
295
+ 0.11381702125072479,
296
+ 0.06021927297115326,
297
+ 0.17536389827728271,
298
+ 0.1491275131702423,
299
+ 0.032610565423965454,
300
+ 0.099938303232193,
301
+ 0.12323456257581711,
302
+ 0.08505712449550629,
303
+ 0.24147170782089233,
304
+ 0.2383647859096527,
305
+ 0.2605714201927185,
306
+ 0.157976895570755,
307
+ 0.1076345443725586,
308
+ 0.046460073441267014,
309
+ 0.13068431615829468,
310
+ 0.21175305545330048,
311
+ 0.11579420417547226,
312
+ 0.02269004099071026,
313
+ 0.0769275426864624,
314
+ 0.08842918276786804,
315
+ 0.1454281359910965,
316
+ 0.12579555809497833,
317
+ 0.055529795587062836,
318
+ 0.02425144799053669,
319
+ 0.27312082052230835,
320
+ 0.19047515094280243,
321
+ 0.03570402041077614,
322
+ 0.17391714453697205,
323
+ 0.04858912155032158,
324
+ 0.09366150200366974,
325
+ 0.05172918364405632,
326
+ 0.07328443229198456,
327
+ 0.06758545339107513,
328
+ 0.027086706832051277,
329
+ 0.30048638582229614,
330
+ 0.14591993391513824,
331
+ 0.2473715841770172,
332
+ 0.07038059830665588,
333
+ 0.27091896533966064,
334
+ 0.37271538376808167,
335
+ 0.4018910825252533,
336
+ 0.269907146692276,
337
+ 0.24712739884853363,
338
+ 0.20190134644508362,
339
+ 0.2284536361694336,
340
+ 0.11658059805631638,
341
+ 0.2019127756357193,
342
+ 0.22757790982723236,
343
+ 0.24097564816474915,
344
+ 0.18900030851364136,
345
+ 0.007334765512496233,
346
+ 0.017999738454818726,
347
+ 0.018487047404050827,
348
+ 0.29900968074798584,
349
+ 0.2051863968372345,
350
+ 0.18572407960891724,
351
+ 0.05708178132772446,
352
+ 0.03632395714521408,
353
+ 0.12180294841527939,
354
+ 0.03437361866235733,
355
+ 0.18193334341049194,
356
+ 0.1248091533780098,
357
+ 0.2112155705690384,
358
+ 0.17345023155212402,
359
+ 0.1334986537694931,
360
+ 0.14209531247615814,
361
+ 0.09109828621149063,
362
+ 0.11545006930828094,
363
+ 0.13685481250286102,
364
+ 0.09097952395677567,
365
+ 0.09447360038757324,
366
+ 0.13112494349479675,
367
+ 0.10546385496854782,
368
+ 0.2704486846923828,
369
+ 0.04446200653910637,
370
+ 0.478056937456131,
371
+ 0.4265143573284149,
372
+ 0.284421443939209,
373
+ 0.29342514276504517,
374
+ 0.07104556262493134,
375
+ 0.06474101543426514,
376
+ 0.2922332286834717,
377
+ 0.2772058844566345,
378
+ 0.153789684176445,
379
+ 0.23111101984977722,
380
+ 0.2973947525024414,
381
+ 0.3904702663421631,
382
+ 0.2635895609855652,
383
+ 0.18670101463794708,
384
+ 0.18120144307613373,
385
+ 0.20274268090724945,
386
+ 0.08519244939088821,
387
+ 0.04106757789850235,
388
+ 0.11652083694934845,
389
+ 0.0066276295110583305,
390
+ 0.09900134056806564,
391
+ 0.1430809497833252,
392
+ 0.09994431585073471,
393
+ 0.0762181282043457,
394
+ 0.13477414846420288,
395
+ 0.34595760703086853,
396
+ 0.04003263637423515,
397
+ 0.028159234672784805,
398
+ 0.1363329142332077,
399
+ 0.03944835811853409,
400
+ 0.1031719297170639,
401
+ 0.11609461903572083,
402
+ 0.03396456688642502,
403
+ 0.10666858404874802,
404
+ 0.03309815749526024,
405
+ 0.018268171697854996,
406
+ 0.04889858514070511,
407
+ 0.11420537531375885,
408
+ 0.019825102761387825,
409
+ 0.09524314105510712,
410
+ 0.16511420905590057,
411
+ 0.1222839206457138,
412
+ 0.03757104277610779,
413
+ 0.040673043578863144,
414
+ 0.399650514125824,
415
+ 0.27774879336357117,
416
+ 0.017900288105010986,
417
+ 0.13065886497497559,
418
+ 0.11380916833877563,
419
+ 0.08695074915885925,
420
+ 0.12781213223934174,
421
+ 0.3415786325931549,
422
+ 0.16404372453689575,
423
+ 0.08531688153743744,
424
+ 0.12267185747623444,
425
+ 0.10454978793859482,
426
+ 0.019660206511616707,
427
+ 0.018319327384233475,
428
+ 0.02260502241551876,
429
+ 0.12824490666389465,
430
+ 0.21408908069133759,
431
+ 0.09398480504751205,
432
+ 0.18711814284324646,
433
+ 0.19842924177646637,
434
+ 0.1822645366191864,
435
+ 0.08326501399278641,
436
+ 0.05068536475300789,
437
+ 0.05591839924454689,
438
+ 0.23406526446342468,
439
+ 0.08440884947776794,
440
+ 0.036423128098249435,
441
+ 0.38391828536987305,
442
+ 0.235208660364151,
443
+ 0.07790935039520264,
444
+ 0.5360978841781616,
445
+ 0.6116048693656921,
446
+ 0.029139632359147072,
447
+ 0.4504565894603729,
448
+ 0.5025202631950378,
449
+ 0.10167364776134491,
450
+ 0.18176479637622833,
451
+ 0.2795323431491852,
452
+ 0.024343255907297134,
453
+ 0.017815742641687393,
454
+ 0.028405169025063515,
455
+ 0.03852749243378639,
456
+ 0.0479300394654274,
457
+ 0.020271390676498413,
458
+ 0.016188092529773712,
459
+ 0.19210007786750793,
460
+ 0.030110815539956093,
461
+ 0.0727054551243782,
462
+ 0.28558361530303955,
463
+ 0.18816129863262177,
464
+ 0.04061749577522278,
465
+ 0.030226005241274834,
466
+ 0.10810156911611557,
467
+ 0.10050477832555771,
468
+ 0.24854934215545654,
469
+ 0.11782771348953247,
470
+ 0.10131780058145523,
471
+ 0.33104464411735535,
472
+ 0.10278969258069992,
473
+ 0.1004767045378685,
474
+ 0.06894370913505554,
475
+ 0.20175042748451233,
476
+ 0.25324076414108276,
477
+ 0.19351617991924286,
478
+ 0.09697737544775009,
479
+ 0.1756647825241089,
480
+ 0.15120624005794525,
481
+ 0.07287270575761795,
482
+ 0.006857108324766159,
483
+ 0.07392110675573349,
484
+ 0.2059103548526764,
485
+ 0.11746783554553986,
486
+ 0.15974467992782593,
487
+ 0.04548045992851257,
488
+ 0.027531668543815613,
489
+ 0.028539419174194336,
490
+ 0.010473127476871014,
491
+ 0.08601173013448715,
492
+ 0.015702292323112488,
493
+ 0.12803098559379578,
494
+ 0.11341197788715363,
495
+ 0.012558291666209698,
496
+ 0.028702111914753914,
497
+ 0.11146005243062973,
498
+ 0.027938654646277428,
499
+ 0.05506955832242966,
500
+ 0.01936252787709236,
501
+ 0.058019962161779404,
502
+ 0.052739694714546204,
503
+ 0.2878398299217224,
504
+ 0.04420914500951767,
505
+ 0.1532176285982132,
506
+ 0.09709995239973068,
507
+ 0.11214208602905273,
508
+ 0.06365250051021576,
509
+ 0.05850287899374962,
510
+ 0.4364752173423767,
511
+ 0.4994204044342041,
512
+ 0.26546379923820496,
513
+ 0.16743777692317963,
514
+ 0.03234878554940224,
515
+ 0.073277048766613,
516
+ 0.05417262762784958,
517
+ 0.20179803669452667,
518
+ 0.1018795445561409,
519
+ 0.0536663718521595,
520
+ 0.10881875455379486,
521
+ 0.02392425574362278,
522
+ 0.23559486865997314,
523
+ 0.012839085422456264,
524
+ 0.316377729177475,
525
+ 0.08426348865032196,
526
+ 0.10880366712808609,
527
+ 0.2458910197019577,
528
+ 0.15599091351032257,
529
+ 0.12422879785299301,
530
+ 0.014871998690068722,
531
+ 0.09828940033912659,
532
+ 0.08434267342090607,
533
+ 0.021796921268105507,
534
+ 0.0063570099882781506,
535
+ 0.06043847277760506,
536
+ 0.055500391870737076,
537
+ 0.06235869601368904,
538
+ 0.23941737413406372,
539
+ 0.3740219473838806,
540
+ 0.109462209045887,
541
+ 0.1476542353630066,
542
+ 0.21576069295406342,
543
+ 0.08403545618057251,
544
+ 0.061529338359832764,
545
+ 0.11525318771600723,
546
+ 0.1034480631351471,
547
+ 0.12580737471580505,
548
+ 0.1078302413225174,
549
+ 0.33128949999809265,
550
+ 0.008105139248073101,
551
+ 0.151214599609375,
552
+ 0.029929520562291145,
553
+ 0.026029715314507484,
554
+ 0.0944276675581932,
555
+ 0.021586405113339424,
556
+ 0.022893384099006653,
557
+ 0.05274080112576485,
558
+ 0.035641904920339584,
559
+ 0.1870863139629364,
560
+ 0.07198669761419296,
561
+ 0.010069828480482101,
562
+ 0.11155474185943604,
563
+ 0.3251865804195404,
564
+ 0.14056921005249023,
565
+ 0.36817920207977295,
566
+ 0.06635607033967972,
567
+ 0.058798402547836304,
568
+ 0.04278004914522171,
569
+ 0.22716575860977173,
570
+ 0.14298281073570251,
571
+ 0.06563426554203033,
572
+ 0.012209311127662659,
573
+ 0.17798081040382385,
574
+ 0.10936975479125977
575
+ ]
576
+ }
p5-mae-15m-d240/mixture_plan.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5905a14cd5caeb8a6bd0591ee8f69446453f2643777ea90244c1da882b1e3ecc
3
+ size 15360128
p5-mae-15m-d240/run.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "campaign_id": "phase5",
3
+ "trial_id": "p5-mae-15m-d240",
4
+ "fingerprint": "501ad93d52e71f0e",
5
+ "wandb_run_id": "phase5-p5-mae-15m-d240",
6
+ "environment": {
7
+ "git_sha": "c3ed4f7086fd770b27c6d2c9980eb6b06ad4a3da",
8
+ "git_dirty": true,
9
+ "torch": "2.12.0+cu130",
10
+ "cuda": "13.0",
11
+ "cudnn": 92000,
12
+ "gpu_count": 1,
13
+ "gpu_name": "NVIDIA GeForce RTX 4090",
14
+ "gpu_memory_gib": 23.52,
15
+ "capability": "8.9",
16
+ "driver": "580.173.02"
17
+ },
18
+ "parameters": {
19
+ "encoder_params": 14294784,
20
+ "decoder_params": 647808,
21
+ "trainable_params": 15041152,
22
+ "total_params": 15041152
23
+ },
24
+ "schedule": {
25
+ "budget_clips": 1920000,
26
+ "schedule_clips": null,
27
+ "clips_per_step": 48,
28
+ "total_steps": 40000,
29
+ "schedule_steps": 40000,
30
+ "warmup_steps": 4000,
31
+ "ema_anneal_steps": 40000,
32
+ "final_lr": 6.000005700153392e-07,
33
+ "final_ema_decay": 0.9999899952500001
34
+ },
35
+ "geometry": {
36
+ "patch_grid": [
37
+ 64,
38
+ 4
39
+ ],
40
+ "num_patches": 256,
41
+ "visible_patches": 51,
42
+ "centers_per_mask": 2
43
+ },
44
+ "data": {
45
+ "split": "train",
46
+ "rows": 1912024,
47
+ "shards": 96,
48
+ "sampled_sha256": "58cddcb9592605014dfe6c40579aa65d2a3216cdb77feeaf0267c183e9f0d5a9",
49
+ "val_split": "balanced_train",
50
+ "val_clips": 2048
51
+ },
52
+ "mixture": {
53
+ "dist_id": null,
54
+ "has_weights": true,
55
+ "repetition_cap": 1000.0,
56
+ "distinct_fraction": null,
57
+ "max_repetition": 7.500010975743606,
58
+ "distinct_clips": 704967,
59
+ "capped_clusters": 0,
60
+ "realized_weights": [
61
+ 0.0,
62
+ 0.0,
63
+ 0.0,
64
+ 0.031453125,
65
+ 0.136734375,
66
+ 0.0,
67
+ 0.0030916666666666666,
68
+ 0.17794947916666667,
69
+ 0.0,
70
+ 0.07468385416666666,
71
+ 0.23201354166666666,
72
+ 0.0,
73
+ 0.0042109375,
74
+ 0.21806458333333334,
75
+ 0.00039427083333333333,
76
+ 0.04106041666666667,
77
+ 0.0,
78
+ 0.0,
79
+ 0.0250703125,
80
+ 0.0552734375
81
+ ]
82
+ },
83
+ "started_at": 1787011357.6569114,
84
+ "finished_at": 1787012064.7241297,
85
+ "summary": {
86
+ "completed": true,
87
+ "final_step": 40000,
88
+ "clips_seen": 1920000,
89
+ "peak_gib": 0.6756577491760254,
90
+ "val/loss": 0.6346288430504501,
91
+ "val/frame": 0.6346288430504501,
92
+ "val/utterance": 0.0
93
+ }
94
+ }
p5-mae-15m-d240/status.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "state": "complete",
3
+ "updated_at": 1787012064.7255433,
4
+ "step": 40000,
5
+ "total_steps": 40000,
6
+ "clips_seen": 1920000,
7
+ "completed": true,
8
+ "final_step": 40000,
9
+ "peak_gib": 0.6756577491760254,
10
+ "val/loss": 0.6346288430504501,
11
+ "val/frame": 0.6346288430504501,
12
+ "val/utterance": 0.0
13
+ }
p5-mae-15m-d240/wandb/debug-internal.log ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-08-18T00:02:36.282776851Z","level":"INFO","msg":"wandb-core"}
2
+ {"time":"2026-08-18T00:02:36.283109068Z","level":"INFO","msg":"stream: starting","core version":"0.28.2"}
3
+ {"time":"2026-08-18T00:02:36.535819508Z","level":"INFO","msg":"stream: created new stream","id":"phase5-p5-mae-15m-d240"}
4
+ {"time":"2026-08-18T00:02:36.535938471Z","level":"INFO","msg":"handler: started"}
5
+ {"time":"2026-08-18T00:02:36.536006462Z","level":"INFO","msg":"stream: started"}
6
+ {"time":"2026-08-18T00:02:36.536030052Z","level":"INFO","msg":"writer: started","stream_id":"phase5-p5-mae-15m-d240"}
7
+ {"time":"2026-08-18T00:02:36.536047703Z","level":"INFO","msg":"sender: started"}
8
+ {"time":"2026-08-18T00:02:37.938898582Z","level":"INFO","msg":"filestream: sending request","total_files":1}
9
+ {"time":"2026-08-18T00:02:38.217138581Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
10
+ {"time":"2026-08-18T00:02:52.939478796Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":0,"history_lines":27,"events_offset":0,"events_lines":2,"console_offset":0,"console_lines":47,"uploaded_len":2}
11
+ {"time":"2026-08-18T00:02:53.24303887Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
12
+ {"time":"2026-08-18T00:03:07.939569616Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":27,"history_lines":42,"events_offset":2,"events_lines":2,"console_offset":47,"console_lines":43}
13
+ {"time":"2026-08-18T00:03:08.246831662Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
14
+ {"time":"2026-08-18T00:03:22.940117215Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":69,"history_lines":41,"events_offset":4,"events_lines":2,"console_offset":90,"console_lines":42}
15
+ {"time":"2026-08-18T00:03:23.25762796Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
16
+ {"time":"2026-08-18T00:03:37.939076363Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":110,"history_lines":44,"events_offset":6,"events_lines":2,"console_offset":132,"console_lines":45}
17
+ {"time":"2026-08-18T00:03:38.787823454Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
18
+ {"time":"2026-08-18T00:03:52.939793049Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":154,"history_lines":45,"events_offset":8,"events_lines":2,"console_offset":177,"console_lines":45}
19
+ {"time":"2026-08-18T00:03:53.222798286Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
20
+ {"time":"2026-08-18T00:04:07.940292391Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":199,"history_lines":43,"events_offset":10,"events_lines":2,"console_offset":222,"console_lines":44}
21
+ {"time":"2026-08-18T00:04:08.244699991Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
22
+ {"time":"2026-08-18T00:04:22.940007908Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":242,"history_lines":42,"events_offset":12,"events_lines":2,"console_offset":266,"console_lines":43}
23
+ {"time":"2026-08-18T00:04:23.267741785Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
24
+ {"time":"2026-08-18T00:04:37.939697493Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":284,"history_lines":42,"events_offset":14,"events_lines":2,"console_offset":309,"console_lines":43}
25
+ {"time":"2026-08-18T00:04:38.26731459Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
26
+ {"time":"2026-08-18T00:04:52.939740217Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":326,"history_lines":42,"events_offset":16,"events_lines":2,"console_offset":352,"console_lines":43}
27
+ {"time":"2026-08-18T00:04:53.237215691Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
28
+ {"time":"2026-08-18T00:05:07.939408913Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":368,"history_lines":42,"events_offset":18,"events_lines":2,"console_offset":395,"console_lines":43}
29
+ {"time":"2026-08-18T00:05:08.264303378Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
30
+ {"time":"2026-08-18T00:05:22.939540201Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":410,"history_lines":42,"events_offset":20,"events_lines":2,"console_offset":438,"console_lines":43}
31
+ {"time":"2026-08-18T00:05:23.232507856Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
32
+ {"time":"2026-08-18T00:05:37.939210935Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":452,"history_lines":41,"events_offset":22,"events_lines":2,"console_offset":481,"console_lines":41}
33
+ {"time":"2026-08-18T00:05:38.259944815Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
34
+ {"time":"2026-08-18T00:05:52.940000989Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":493,"history_lines":39,"events_offset":24,"events_lines":2,"console_offset":522,"console_lines":40}
35
+ {"time":"2026-08-18T00:05:53.240773806Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
36
+ {"time":"2026-08-18T00:06:07.93952634Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":532,"history_lines":44,"events_offset":26,"events_lines":2,"console_offset":562,"console_lines":45}
37
+ {"time":"2026-08-18T00:06:08.302814408Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
38
+ {"time":"2026-08-18T00:06:22.940051077Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":576,"history_lines":40,"events_offset":28,"events_lines":2,"console_offset":607,"console_lines":41}
39
+ {"time":"2026-08-18T00:06:23.26233337Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
40
+ {"time":"2026-08-18T00:06:37.939518945Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":616,"history_lines":44,"events_offset":30,"events_lines":2,"console_offset":648,"console_lines":45}
41
+ {"time":"2026-08-18T00:06:38.26424754Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
42
+ {"time":"2026-08-18T00:06:52.939836836Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":660,"history_lines":42,"events_offset":32,"events_lines":2,"console_offset":693,"console_lines":43}
43
+ {"time":"2026-08-18T00:06:53.24097409Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
44
+ {"time":"2026-08-18T00:07:07.939108035Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":702,"history_lines":43,"events_offset":34,"events_lines":2,"console_offset":736,"console_lines":43}
45
+ {"time":"2026-08-18T00:07:08.252614955Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
46
+ {"time":"2026-08-18T00:07:22.940045866Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":745,"history_lines":43,"events_offset":36,"events_lines":2,"console_offset":779,"console_lines":44}
47
+ {"time":"2026-08-18T00:07:23.26028727Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
48
+ {"time":"2026-08-18T00:07:37.939968767Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":788,"history_lines":43,"events_offset":38,"events_lines":2,"console_offset":823,"console_lines":44}
49
+ {"time":"2026-08-18T00:07:38.272400372Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
50
+ {"time":"2026-08-18T00:07:52.940109426Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":831,"history_lines":44,"events_offset":40,"events_lines":2,"console_offset":867,"console_lines":45}
51
+ {"time":"2026-08-18T00:07:53.234409757Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
52
+ {"time":"2026-08-18T00:08:07.939678605Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":875,"history_lines":45,"events_offset":42,"events_lines":2,"console_offset":912,"console_lines":46}
53
+ {"time":"2026-08-18T00:08:08.2824473Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
54
+ {"time":"2026-08-18T00:08:22.939897759Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":920,"history_lines":45,"events_offset":44,"events_lines":2,"console_offset":958,"console_lines":46}
55
+ {"time":"2026-08-18T00:08:23.75272139Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
56
+ {"time":"2026-08-18T00:08:37.939708242Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":965,"history_lines":45,"events_offset":46,"events_lines":2,"console_offset":1004,"console_lines":46}
57
+ {"time":"2026-08-18T00:08:38.270275893Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
58
+ {"time":"2026-08-18T00:08:52.940092914Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1010,"history_lines":45,"events_offset":48,"events_lines":2,"console_offset":1050,"console_lines":46}
59
+ {"time":"2026-08-18T00:08:53.777188945Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
60
+ {"time":"2026-08-18T00:09:07.939841406Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1055,"history_lines":44,"events_offset":50,"events_lines":2,"console_offset":1096,"console_lines":44}
61
+ {"time":"2026-08-18T00:09:08.288842002Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
62
+ {"time":"2026-08-18T00:09:22.939843335Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1099,"history_lines":42,"events_offset":52,"events_lines":2,"console_offset":1140,"console_lines":43}
63
+ {"time":"2026-08-18T00:09:23.239012032Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
64
+ {"time":"2026-08-18T00:09:37.940292264Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1141,"history_lines":45,"events_offset":54,"events_lines":2,"console_offset":1183,"console_lines":46}
65
+ {"time":"2026-08-18T00:09:38.259247097Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
66
+ {"time":"2026-08-18T00:09:52.940460551Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1186,"history_lines":45,"events_offset":56,"events_lines":2,"console_offset":1229,"console_lines":46}
67
+ {"time":"2026-08-18T00:09:53.269547078Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
68
+ {"time":"2026-08-18T00:10:07.939349439Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1231,"history_lines":44,"events_offset":58,"events_lines":2,"console_offset":1275,"console_lines":45}
69
+ {"time":"2026-08-18T00:10:08.269657614Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
70
+ {"time":"2026-08-18T00:10:22.939084994Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1275,"history_lines":43,"events_offset":60,"events_lines":2,"console_offset":1320,"console_lines":44}
71
+ {"time":"2026-08-18T00:10:23.25827617Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
72
+ {"time":"2026-08-18T00:10:37.93996126Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1318,"history_lines":43,"events_offset":62,"events_lines":2,"console_offset":1364,"console_lines":44}
73
+ {"time":"2026-08-18T00:10:38.241961991Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
74
+ {"time":"2026-08-18T00:10:52.940135941Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1361,"history_lines":43,"events_offset":64,"events_lines":2,"console_offset":1408,"console_lines":44}
75
+ {"time":"2026-08-18T00:10:53.24038372Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
76
+ {"time":"2026-08-18T00:11:07.940067734Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1404,"history_lines":44,"events_offset":66,"events_lines":2,"console_offset":1452,"console_lines":44}
77
+ {"time":"2026-08-18T00:11:08.30059761Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
78
+ {"time":"2026-08-18T00:11:22.939534909Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1448,"history_lines":42,"events_offset":68,"events_lines":2,"console_offset":1496,"console_lines":43}
79
+ {"time":"2026-08-18T00:11:23.2475169Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
80
+ {"time":"2026-08-18T00:11:37.939399312Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1490,"history_lines":42,"events_offset":70,"events_lines":2,"console_offset":1539,"console_lines":43}
81
+ {"time":"2026-08-18T00:11:38.246731811Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
82
+ {"time":"2026-08-18T00:11:52.939375062Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1532,"history_lines":42,"events_offset":72,"events_lines":2,"console_offset":1582,"console_lines":43}
83
+ {"time":"2026-08-18T00:11:53.254565505Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
84
+ {"time":"2026-08-18T00:12:07.939467203Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1574,"history_lines":40,"events_offset":74,"events_lines":2,"console_offset":1625,"console_lines":41}
85
+ {"time":"2026-08-18T00:12:08.279260951Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
86
+ {"time":"2026-08-18T00:12:22.939779204Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1614,"history_lines":44,"events_offset":76,"events_lines":2,"console_offset":1666,"console_lines":45}
87
+ {"time":"2026-08-18T00:12:23.286246395Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
88
+ {"time":"2026-08-18T00:12:37.939547914Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1658,"history_lines":45,"events_offset":78,"events_lines":2,"console_offset":1711,"console_lines":46}
89
+ {"time":"2026-08-18T00:12:38.287741204Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
90
+ {"time":"2026-08-18T00:12:52.940077303Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1703,"history_lines":43,"events_offset":80,"events_lines":2,"console_offset":1757,"console_lines":43}
91
+ {"time":"2026-08-18T00:12:53.282624515Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
92
+ {"time":"2026-08-18T00:13:07.939715763Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1746,"history_lines":40,"events_offset":82,"events_lines":2,"console_offset":1800,"console_lines":41}
93
+ {"time":"2026-08-18T00:13:08.260822937Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
94
+ {"time":"2026-08-18T00:13:22.939769102Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1786,"history_lines":40,"events_offset":84,"events_lines":2,"console_offset":1841,"console_lines":41}
95
+ {"time":"2026-08-18T00:13:23.254286244Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
96
+ {"time":"2026-08-18T00:13:37.939587701Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1826,"history_lines":40,"events_offset":86,"events_lines":2,"console_offset":1882,"console_lines":41}
97
+ {"time":"2026-08-18T00:13:38.261137374Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
98
+ {"time":"2026-08-18T00:13:52.940177931Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1866,"history_lines":42,"events_offset":88,"events_lines":2,"console_offset":1923,"console_lines":43}
99
+ {"time":"2026-08-18T00:13:53.245922325Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
100
+ {"time":"2026-08-18T00:14:07.939880263Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1908,"history_lines":43,"events_offset":90,"events_lines":2,"console_offset":1966,"console_lines":44}
101
+ {"time":"2026-08-18T00:14:08.293898341Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
102
+ {"time":"2026-08-18T00:14:22.939953713Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1951,"history_lines":47,"events_offset":92,"events_lines":2,"console_offset":2010,"console_lines":47}
103
+ {"time":"2026-08-18T00:14:23.245299875Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
104
+ {"time":"2026-08-18T00:14:27.101226635Z","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
105
+ {"time":"2026-08-18T00:14:27.101612541Z","level":"INFO","msg":"filestream: sending request","total_files":3,"history_offset":1998,"history_lines":2,"console_offset":2057,"console_lines":2,"uploaded_len":3,"complete":true,"exit_code":0}
106
+ {"time":"2026-08-18T00:14:27.365111689Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
107
+ {"time":"2026-08-18T00:14:27.366407042Z","level":"INFO","msg":"handler: operation stats","stats":{}}
108
+ {"time":"2026-08-18T00:14:27.37042687Z","level":"INFO","msg":"stream: finishing up"}
109
+ {"time":"2026-08-18T00:14:27.37044162Z","level":"INFO","msg":"handler: closed"}
110
+ {"time":"2026-08-18T00:14:27.371740322Z","level":"INFO","msg":"sender: closed"}
111
+ {"time":"2026-08-18T00:14:27.371748103Z","level":"INFO","msg":"stream: all finished"}
112
+ {"time":"2026-08-18T00:14:29.371835572Z","level":"ERROR","msg":"stream: failed to shut down analytics","error":"shutdown errors: [failed to upload metrics: context deadline exceeded: retry-able request failure: Post \"https://api.wandb.ai/sdk/otel/v1/metrics\": context deadline exceeded context deadline exceeded]"}
p5-mae-15m-d240/wandb/debug.log ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2026-08-18 00:02:36,279 INFO MainThread:2085302 [wandb_setup.py:_flush():81] Current SDK version is 0.28.2
2
+ 2026-08-18 00:02:36,279 INFO MainThread:2085302 [wandb_setup.py:_flush():81] Configure stats pid to 2085302
3
+ 2026-08-18 00:02:36,280 INFO MainThread:2085302 [wandb_setup.py:_flush():81] Loading settings from environment variables
4
+ 2026-08-18 00:02:36,280 INFO MainThread:2085302 [wandb_init.py:setup_run_log_directory():739] Logging user logs to /workspace/runs/p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/logs/debug.log
5
+ 2026-08-18 00:02:36,280 INFO MainThread:2085302 [wandb_init.py:setup_run_log_directory():740] Logging internal logs to /workspace/runs/p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/logs/debug-internal.log
6
+ 2026-08-18 00:02:36,280 INFO MainThread:2085302 [wandb_init.py:init():783] calling init triggers
7
+ 2026-08-18 00:02:36,280 INFO MainThread:2085302 [wandb_init.py:init():788] wandb.init called with sweep_config: {}
8
+ config: {'model': {'embed_dim': 384, 'depth': 8, 'num_heads': 6, 'mlp_ratio': 4, 'target_frames': 1024, 'mel_bins': 64, 'patch_time': 16, 'patch_freq': 16, 'decoder_layers': 6, 'decoder_groups': 16, 'decoder_kernel': 3}, 'objective': {'kind': 'mae', 'mae_norm_pix': True, 'num_classes': 527, 'clone_batch': 1, 'mask_prob': 0.8, 'mask_length': 5, 'mask_prob_adjust': 0.07, 'average_top_k_layers': 0, 'utterance_weight': 1.0, 'normalize_utterance_target': False, 'ema_decay': 0.9998, 'ema_end_decay': 0.99999, 'ema_anneal_steps': None}, 'data': {'data_dir': '/workspace/data/asmel_flat', 'train_split': 'train', 'val_split': 'balanced_train', 'revision': '', 'batch_size': 48, 'num_workers': 12, 'prefetch_factor': 4, 'pin_memory': True, 'persistent_workers': True, 'drop_last': True, 'seed': 0, 'max_shards': 0}, 'mixture': {'cluster_index': '/workspace/data/asmel_flat/train_cluster_index.npy', 'distributions': None, 'dist_id': None, 'weights': [0.0, 0.0, 0.0, 0.031453125, 0.136734375, 0.0, 0.003091796875, 0.17794921875, 0.0, 0.07468359375, 0.232013671875, 0.0, 0.0042109375, 0.218064453125, 0.00039453125, 0.041060546875, 0.0, 0.0, 0.0250703125, 0.0552734375], 'repetition_cap': 1000.0, 'distinct_fraction': None}, 'optim': {'lr': 0.0003, 'betas': [0.9, 0.95], 'eps': 1e-08, 'weight_decay': 0.05, 'clip_norm': 4.0, 'warmup_frac': 0.1, 'min_lr_scale': 0.002}, 'loop': {'budget_clips': 1920000, 'schedule_clips': None, 'gradient_accumulation_steps': 1, 'precision': 'bfloat16', 'compile': True, 'compile_mode': 'default', 'log_every_n_steps': 20, 'heartbeat_every_n_steps': 50, 'max_steps': None}, 'eval': {'enabled': True, 'every_n_steps': 1000, 'num_clips': 2048, 'mask_seed': 12345, 'batch_size': 48}, 'checkpoint': {'save_every_n_steps': 5000, 'export_every_n_steps': 5000, 'keep_last_n_exports': 0}, 'tracking': {'campaign_id': 'phase5', 'trial_id': 'p5-mae-15m-d240', 'wandb_project': 'mixture-transfer', 'wandb_entity': None, 'wandb_mode': 'online', 'wandb_run_id': None, 'hub_repo_id': None, 'hub_private': False, 'hub_upload': False}, 'runtime': {'seed': 0, 'data_loader_seed': None, 'objective_seed': None, 'deterministic': False, 'allow_tf32': True}, '_wandb': {}}
9
+ 2026-08-18 00:02:36,280 INFO MainThread:2085302 [wandb_init.py:init():831] starting backend
10
+ 2026-08-18 00:02:36,280 INFO MainThread:2085302 [wandb_init.py:init():846] sending inform_init request
11
+ 2026-08-18 00:02:36,536 INFO MainThread:2085302 [wandb_init.py:init():851] backend started and connected
12
+ 2026-08-18 00:02:36,538 INFO MainThread:2085302 [wandb_init.py:init():921] updated telemetry
13
+ 2026-08-18 00:02:36,549 INFO MainThread:2085302 [wandb_init.py:init():944] communicating run to backend with 90.0 second timeout
14
+ 2026-08-18 00:02:37,424 INFO MainThread:2085302 [wandb_init.py:init():981] starting run threads in backend
15
+ 2026-08-18 00:02:37,512 INFO MainThread:2085302 [wandb_run.py:_console_start():2626] atexit reg
16
+ 2026-08-18 00:02:37,512 INFO MainThread:2085302 [wandb_run.py:_redirect():2476] redirect: wrap_raw
17
+ 2026-08-18 00:02:37,512 INFO MainThread:2085302 [wandb_run.py:_redirect():2545] Wrapping output streams.
18
+ 2026-08-18 00:02:37,512 INFO MainThread:2085302 [wandb_run.py:_redirect():2568] Redirects installed.
19
+ 2026-08-18 00:02:37,514 INFO MainThread:2085302 [wandb_init.py:init():1019] run started, returning control to user process
20
+ 2026-08-18 00:14:24,726 INFO MainThread:2085302 [wandb_run.py:_finish():2397] finishing run luequinn-montana-state-university/mixture-transfer/phase5-p5-mae-15m-d240
21
+ 2026-08-18 00:14:24,726 INFO MainThread:2085302 [wandb_run.py:_atexit_cleanup():2593] got exitcode: 0
22
+ 2026-08-18 00:14:24,726 INFO MainThread:2085302 [wandb_run.py:_restore():2575] restore
23
+ 2026-08-18 00:14:24,726 INFO MainThread:2085302 [wandb_run.py:_restore():2581] restore done
24
+ 2026-08-18 00:14:27,369 INFO MainThread:2085302 [wandb_run.py:_footer_sync_info():4025] logging synced files
p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/files/config.yaml ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ _wandb:
2
+ value:
3
+ cli_version: 0.28.2
4
+ e:
5
+ 3faewwkcgrl032wfbl7wigkba5lpzsbh:
6
+ args:
7
+ - --output-dir
8
+ - /workspace/runs/p5-mae-15m-d240
9
+ - --config
10
+ - configs/base.yaml
11
+ - --config
12
+ - configs/scale_15m.yaml
13
+ - --config
14
+ - configs/budget_40k.yaml
15
+ - --config
16
+ - configs/obj_mae.yaml
17
+ - --set
18
+ - optim.lr=3.0e-4
19
+ - --set
20
+ - runtime.seed=0
21
+ - --set
22
+ - mixture.cluster_index=/workspace/data/asmel_flat/train_cluster_index.npy
23
+ - --set
24
+ - mixture.weights=[0.0, 0.0, 0.0, 0.031453125, 0.136734375, 0.0, 0.003091796875, 0.17794921875, 0.0, 0.07468359375, 0.232013671875, 0.0, 0.0042109375, 0.218064453125, 0.00039453125, 0.041060546875, 0.0, 0.0, 0.0250703125, 0.0552734375]
25
+ - --set
26
+ - tracking.campaign_id=phase5
27
+ - --set
28
+ - tracking.trial_id=p5-mae-15m-d240
29
+ - --set
30
+ - tracking.wandb_project=mixture-transfer
31
+ cpu_count: 112
32
+ cpu_count_logical: 224
33
+ cudaVersion: "13.0"
34
+ disk:
35
+ /:
36
+ total: "549755813888"
37
+ used: "357378244608"
38
+ email: luequinn@gmail.com
39
+ executable: /venv/main/bin/python
40
+ git:
41
+ commit: c3ed4f7086fd770b27c6d2c9980eb6b06ad4a3da
42
+ gpu: NVIDIA GeForce RTX 4090
43
+ gpu_count: 8
44
+ gpu_nvidia:
45
+ - architecture: Ada
46
+ cudaCores: 16384
47
+ memoryTotal: "25757220864"
48
+ name: NVIDIA GeForce RTX 4090
49
+ uuid: GPU-e953afa7-1257-d569-95ea-b1eaea8d26c6
50
+ - architecture: Ada
51
+ cudaCores: 16384
52
+ memoryTotal: "25757220864"
53
+ name: NVIDIA GeForce RTX 4090
54
+ uuid: GPU-008b9ed1-b1a3-2de2-12bb-eddf323625d3
55
+ - architecture: Ada
56
+ cudaCores: 16384
57
+ memoryTotal: "25757220864"
58
+ name: NVIDIA GeForce RTX 4090
59
+ uuid: GPU-0c1a8517-a56e-66e6-c91a-297dbd059b0e
60
+ - architecture: Ada
61
+ cudaCores: 16384
62
+ memoryTotal: "25757220864"
63
+ name: NVIDIA GeForce RTX 4090
64
+ uuid: GPU-338ffd2f-eca1-e50f-fd79-a10706d991e2
65
+ - architecture: Ada
66
+ cudaCores: 16384
67
+ memoryTotal: "25757220864"
68
+ name: NVIDIA GeForce RTX 4090
69
+ uuid: GPU-0b498470-e696-0ceb-43c2-53b31f6448e8
70
+ - architecture: Ada
71
+ cudaCores: 16384
72
+ memoryTotal: "25757220864"
73
+ name: NVIDIA GeForce RTX 4090
74
+ uuid: GPU-fc644027-042c-f6f4-7636-2a9b4ffb3f8e
75
+ - architecture: Ada
76
+ cudaCores: 16384
77
+ memoryTotal: "25757220864"
78
+ name: NVIDIA GeForce RTX 4090
79
+ uuid: GPU-b86c050f-5196-4a9c-bbb5-d078a0818244
80
+ - architecture: Ada
81
+ cudaCores: 16384
82
+ memoryTotal: "25757220864"
83
+ name: NVIDIA GeForce RTX 4090
84
+ uuid: GPU-472ff6a0-ffd0-311b-0cd9-6e0b4ca76c3c
85
+ host: ed94ef2c39aa
86
+ memory:
87
+ total: "540803837952"
88
+ os: Linux-5.15.0-187-generic-x86_64-with-glibc2.39
89
+ program: -m eatmap.cli.pretrain
90
+ python: CPython 3.12.13
91
+ root: /workspace/runs/p5-mae-15m-d240
92
+ startedAt: "2026-08-18T00:02:36.278045Z"
93
+ writerId: 3faewwkcgrl032wfbl7wigkba5lpzsbh
94
+ m:
95
+ - "1": optimizer_step
96
+ "6":
97
+ - 3
98
+ "7": []
99
+ - "2": '*'
100
+ "5": 1
101
+ "6":
102
+ - 1
103
+ "7": []
104
+ python_version: 3.12.13
105
+ t:
106
+ "1":
107
+ - 1
108
+ "2":
109
+ - 1
110
+ "3":
111
+ - 2
112
+ - 7
113
+ - 13
114
+ - 14
115
+ - 16
116
+ - 61
117
+ - 62
118
+ "4": 3.12.13
119
+ "5": 0.28.2
120
+ "12": 0.28.2
121
+ "13": linux-x86_64
122
+ checkpoint:
123
+ value:
124
+ export_every_n_steps: 5000
125
+ keep_last_n_exports: 0
126
+ save_every_n_steps: 5000
127
+ data:
128
+ value:
129
+ batch_size: 48
130
+ data_dir: /workspace/data/asmel_flat
131
+ drop_last: true
132
+ max_shards: 0
133
+ num_workers: 12
134
+ persistent_workers: true
135
+ pin_memory: true
136
+ prefetch_factor: 4
137
+ revision: ""
138
+ seed: 0
139
+ train_split: train
140
+ val_split: balanced_train
141
+ eval:
142
+ value:
143
+ batch_size: 48
144
+ enabled: true
145
+ every_n_steps: 1000
146
+ mask_seed: 12345
147
+ num_clips: 2048
148
+ loop:
149
+ value:
150
+ budget_clips: 1920000
151
+ compile: true
152
+ compile_mode: default
153
+ gradient_accumulation_steps: 1
154
+ heartbeat_every_n_steps: 50
155
+ log_every_n_steps: 20
156
+ max_steps: null
157
+ precision: bfloat16
158
+ schedule_clips: null
159
+ mixture:
160
+ value:
161
+ cluster_index: /workspace/data/asmel_flat/train_cluster_index.npy
162
+ dist_id: null
163
+ distinct_fraction: null
164
+ distributions: null
165
+ repetition_cap: 1000
166
+ weights:
167
+ - 0
168
+ - 0
169
+ - 0
170
+ - 0.031453125
171
+ - 0.136734375
172
+ - 0
173
+ - 0.003091796875
174
+ - 0.17794921875
175
+ - 0
176
+ - 0.07468359375
177
+ - 0.232013671875
178
+ - 0
179
+ - 0.0042109375
180
+ - 0.218064453125
181
+ - 0.00039453125
182
+ - 0.041060546875
183
+ - 0
184
+ - 0
185
+ - 0.0250703125
186
+ - 0.0552734375
187
+ model:
188
+ value:
189
+ decoder_groups: 16
190
+ decoder_kernel: 3
191
+ decoder_layers: 6
192
+ depth: 8
193
+ embed_dim: 384
194
+ mel_bins: 64
195
+ mlp_ratio: 4
196
+ num_heads: 6
197
+ patch_freq: 16
198
+ patch_time: 16
199
+ target_frames: 1024
200
+ objective:
201
+ value:
202
+ average_top_k_layers: 0
203
+ clone_batch: 1
204
+ ema_anneal_steps: null
205
+ ema_decay: 0.9998
206
+ ema_end_decay: 0.99999
207
+ kind: mae
208
+ mae_norm_pix: true
209
+ mask_length: 5
210
+ mask_prob: 0.8
211
+ mask_prob_adjust: 0.07
212
+ normalize_utterance_target: false
213
+ num_classes: 527
214
+ utterance_weight: 1
215
+ optim:
216
+ value:
217
+ betas:
218
+ - 0.9
219
+ - 0.95
220
+ clip_norm: 4
221
+ eps: 1e-08
222
+ lr: 0.0003
223
+ min_lr_scale: 0.002
224
+ warmup_frac: 0.1
225
+ weight_decay: 0.05
226
+ runtime:
227
+ value:
228
+ allow_tf32: true
229
+ data_loader_seed: null
230
+ deterministic: false
231
+ objective_seed: null
232
+ seed: 0
233
+ tracking:
234
+ value:
235
+ campaign_id: phase5
236
+ hub_private: false
237
+ hub_repo_id: null
238
+ hub_upload: false
239
+ trial_id: p5-mae-15m-d240
240
+ wandb_entity: null
241
+ wandb_mode: online
242
+ wandb_project: mixture-transfer
243
+ wandb_run_id: null
p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/files/output.log ADDED
The diff for this file is too large to render. See raw diff
 
p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/files/requirements.txt ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ packaging==26.2
2
+ pip==26.1.2
3
+ wheel==0.47.0
4
+ aiosignal==1.4.0
5
+ typing-inspection==0.4.4
6
+ xxhash==4.0.0
7
+ aiohappyeyeballs==2.7.1
8
+ multidict==6.7.1
9
+ safetensors==0.8.0
10
+ annotated-types==0.8.0
11
+ charset-normalizer==3.5.1
12
+ propcache==0.5.2
13
+ pydantic_core==2.46.4
14
+ urllib3==2.7.0
15
+ opentelemetry-api==1.44.0
16
+ yarl==1.24.5
17
+ frozenlist==1.8.0
18
+ dill==0.4.1
19
+ aiohttp==3.14.3
20
+ requests==2.34.2
21
+ attrs==26.1.0
22
+ multiprocess==0.70.19
23
+ protobuf==7.35.1
24
+ pydantic==2.13.4
25
+ datasets==5.0.1
26
+ sentry-sdk==2.68.0
27
+ wandb==0.28.2
28
+ pyarrow==25.0.1
29
+ pandas==3.0.5
30
+ scipy==1.18.0
31
+ hf_transfer==0.1.9
32
+ iniconfig==2.3.0
33
+ pluggy==1.6.0
34
+ pytest==9.1.1
35
+ cuda-bindings==13.3.1
36
+ cuda-pathfinder==1.5.5
37
+ cuda-toolkit==13.0.2
38
+ Jinja2==3.1.6
39
+ MarkupSafe==3.0.3
40
+ mpmath==1.3.0
41
+ networkx==3.6.1
42
+ numpy==2.4.6
43
+ nvidia-cublas==13.1.1.3
44
+ nvidia-cuda-cupti==13.0.85
45
+ nvidia-cuda-nvrtc==13.0.88
46
+ nvidia-cuda-runtime==13.0.96
47
+ nvidia-cudnn-cu13==9.20.0.48
48
+ nvidia-cufft==12.0.0.61
49
+ nvidia-cufile==1.15.1.6
50
+ nvidia-curand==10.4.0.35
51
+ nvidia-cusolver==12.0.4.66
52
+ nvidia-cusparse==12.6.3.3
53
+ nvidia-cusparselt-cu13==0.8.1
54
+ nvidia-nccl-cu13==2.29.7
55
+ nvidia-nvjitlink==13.0.88
56
+ nvidia-nvshmem-cu13==3.4.5
57
+ nvidia-nvtx==13.0.85
58
+ pillow==12.2.0
59
+ setuptools==81.0.0
60
+ sympy==1.14.0
61
+ torch==2.12.0+cu130
62
+ torchcodec==0.12.0+cu130
63
+ torchvision==0.27.0+cu130
64
+ triton==3.7.0
65
+ annotated-doc==0.0.4
66
+ anyio==4.13.0
67
+ asttokens==3.0.1
68
+ certifi==2026.5.20
69
+ click==8.4.1
70
+ comm==0.2.3
71
+ debugpy==1.8.21
72
+ decorator==5.3.1
73
+ executing==2.2.1
74
+ filelock==3.29.1
75
+ fsspec==2026.4.0
76
+ h11==0.16.0
77
+ hf-xet==1.5.0
78
+ httpcore==1.0.9
79
+ httpx==0.28.1
80
+ huggingface_hub==1.18.0
81
+ idna==3.18
82
+ ipykernel==7.2.0
83
+ ipython==9.14.1
84
+ ipython_pygments_lexers==1.1.1
85
+ ipywidgets==8.1.8
86
+ jedi==0.20.0
87
+ jupyter_client==8.9.0
88
+ jupyter_core==5.9.1
89
+ jupyterlab_widgets==3.0.16
90
+ markdown-it-py==4.2.0
91
+ matplotlib-inline==0.2.2
92
+ mdurl==0.1.2
93
+ nest-asyncio==1.6.0
94
+ parso==0.8.7
95
+ pexpect==4.9.0
96
+ platformdirs==4.10.0
97
+ prompt_toolkit==3.0.52
98
+ psutil==7.2.2
99
+ ptyprocess==0.7.0
100
+ pure_eval==0.2.3
101
+ Pygments==2.20.0
102
+ python-dateutil==2.9.0.post0
103
+ PyYAML==6.0.3
104
+ pyzmq==27.1.0
105
+ rich==15.0.0
106
+ shellingham==1.5.4
107
+ six==1.17.0
108
+ stack-data==0.6.3
109
+ tornado==6.5.6
110
+ tqdm==4.68.0
111
+ traitlets==5.15.1
112
+ typer==0.25.1
113
+ typing_extensions==4.15.0
114
+ wcwidth==0.7.0
115
+ widgetsnbextension==4.0.15
p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/files/wandb-metadata.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.15.0-187-generic-x86_64-with-glibc2.39",
3
+ "python": "CPython 3.12.13",
4
+ "startedAt": "2026-08-18T00:02:36.278045Z",
5
+ "args": [
6
+ "--output-dir",
7
+ "/workspace/runs/p5-mae-15m-d240",
8
+ "--config",
9
+ "configs/base.yaml",
10
+ "--config",
11
+ "configs/scale_15m.yaml",
12
+ "--config",
13
+ "configs/budget_40k.yaml",
14
+ "--config",
15
+ "configs/obj_mae.yaml",
16
+ "--set",
17
+ "optim.lr=3.0e-4",
18
+ "--set",
19
+ "runtime.seed=0",
20
+ "--set",
21
+ "mixture.cluster_index=/workspace/data/asmel_flat/train_cluster_index.npy",
22
+ "--set",
23
+ "mixture.weights=[0.0, 0.0, 0.0, 0.031453125, 0.136734375, 0.0, 0.003091796875, 0.17794921875, 0.0, 0.07468359375, 0.232013671875, 0.0, 0.0042109375, 0.218064453125, 0.00039453125, 0.041060546875, 0.0, 0.0, 0.0250703125, 0.0552734375]",
24
+ "--set",
25
+ "tracking.campaign_id=phase5",
26
+ "--set",
27
+ "tracking.trial_id=p5-mae-15m-d240",
28
+ "--set",
29
+ "tracking.wandb_project=mixture-transfer"
30
+ ],
31
+ "program": "-m eatmap.cli.pretrain",
32
+ "git": {
33
+ "commit": "c3ed4f7086fd770b27c6d2c9980eb6b06ad4a3da"
34
+ },
35
+ "email": "luequinn@gmail.com",
36
+ "root": "/workspace/runs/p5-mae-15m-d240",
37
+ "host": "ed94ef2c39aa",
38
+ "executable": "/venv/main/bin/python",
39
+ "cpu_count": 112,
40
+ "cpu_count_logical": 224,
41
+ "gpu": "NVIDIA GeForce RTX 4090",
42
+ "gpu_count": 8,
43
+ "disk": {
44
+ "/": {
45
+ "total": "549755813888",
46
+ "used": "357378244608"
47
+ }
48
+ },
49
+ "memory": {
50
+ "total": "540803837952"
51
+ },
52
+ "gpu_nvidia": [
53
+ {
54
+ "name": "NVIDIA GeForce RTX 4090",
55
+ "memoryTotal": "25757220864",
56
+ "cudaCores": 16384,
57
+ "architecture": "Ada",
58
+ "uuid": "GPU-e953afa7-1257-d569-95ea-b1eaea8d26c6"
59
+ },
60
+ {
61
+ "name": "NVIDIA GeForce RTX 4090",
62
+ "memoryTotal": "25757220864",
63
+ "cudaCores": 16384,
64
+ "architecture": "Ada",
65
+ "uuid": "GPU-008b9ed1-b1a3-2de2-12bb-eddf323625d3"
66
+ },
67
+ {
68
+ "name": "NVIDIA GeForce RTX 4090",
69
+ "memoryTotal": "25757220864",
70
+ "cudaCores": 16384,
71
+ "architecture": "Ada",
72
+ "uuid": "GPU-0c1a8517-a56e-66e6-c91a-297dbd059b0e"
73
+ },
74
+ {
75
+ "name": "NVIDIA GeForce RTX 4090",
76
+ "memoryTotal": "25757220864",
77
+ "cudaCores": 16384,
78
+ "architecture": "Ada",
79
+ "uuid": "GPU-338ffd2f-eca1-e50f-fd79-a10706d991e2"
80
+ },
81
+ {
82
+ "name": "NVIDIA GeForce RTX 4090",
83
+ "memoryTotal": "25757220864",
84
+ "cudaCores": 16384,
85
+ "architecture": "Ada",
86
+ "uuid": "GPU-0b498470-e696-0ceb-43c2-53b31f6448e8"
87
+ },
88
+ {
89
+ "name": "NVIDIA GeForce RTX 4090",
90
+ "memoryTotal": "25757220864",
91
+ "cudaCores": 16384,
92
+ "architecture": "Ada",
93
+ "uuid": "GPU-fc644027-042c-f6f4-7636-2a9b4ffb3f8e"
94
+ },
95
+ {
96
+ "name": "NVIDIA GeForce RTX 4090",
97
+ "memoryTotal": "25757220864",
98
+ "cudaCores": 16384,
99
+ "architecture": "Ada",
100
+ "uuid": "GPU-b86c050f-5196-4a9c-bbb5-d078a0818244"
101
+ },
102
+ {
103
+ "name": "NVIDIA GeForce RTX 4090",
104
+ "memoryTotal": "25757220864",
105
+ "cudaCores": 16384,
106
+ "architecture": "Ada",
107
+ "uuid": "GPU-472ff6a0-ffd0-311b-0cd9-6e0b4ca76c3c"
108
+ }
109
+ ],
110
+ "cudaVersion": "13.0",
111
+ "writerId": "3faewwkcgrl032wfbl7wigkba5lpzsbh"
112
+ }
p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"ema_anneal_steps":40000,"peak_gib":0.6756577491760254,"_timestamp":1.7870120646348708e+09,"progress/epoch_frac":1.0041714957552834,"train/ema_decay":0.99999,"_step":40000,"total_steps":40000,"train/grad_norm":0.08518915623426437,"trainable_params":15041152,"val/utterance":0,"progress/clips_seen":1920000,"optimizer_step":40000,"completed":true,"clips_seen":1920000,"train/lr":6.000005700153392e-07,"max_repetition":7.500010975743606,"train/loss":0.5983666181564331,"final_ema_decay":0.9999899952500001,"val/frame":0.6346288430504501,"perf/data_wait_frac":0.0023146728510483223,"final_step":40000,"decoder_params":647808,"total_params":15041152,"val/loss":0.6346288430504501,"final_lr":6.000005700153392e-07,"_wandb":{"runtime":707},"budget_clips":1920000,"perf/clips_per_s":3121.1033950260908,"schedule_steps":40000,"clips_per_step":48,"train/frame_loss":0.5983666181564331,"perf/peak_gib":0.6756577491760254,"encoder_params":14294784,"_runtime":707.301935256,"warmup_steps":4000,"train/utterance_loss":0}
p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/logs/debug-core.log ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-08-18T00:02:35.367639674Z","level":"INFO","msg":"main: starting server","port-filename":"/tmp/tmpg456_kyt/port-2085302.txt","pid":2085302,"detached":false,"idle-timeout":600000000000,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false,"enable-dcgm-profiling":false}
2
+ {"time":"2026-08-18T00:02:35.368221716Z","level":"INFO","msg":"server: will exit if parent process dies","ppid":2085302}
3
+ {"time":"2026-08-18T00:02:35.368188405Z","level":"INFO","msg":"server: accepting connections","addr":{"Name":"/tmp/wandb-2085302-2085694-2300715099/socket","Net":"unix"}}
4
+ {"time":"2026-08-18T00:02:35.518577098Z","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"1(@)"}
5
+ {"time":"2026-08-18T00:02:36.28168548Z","level":"INFO","msg":"handleInformInit: received","streamId":"phase5-p5-mae-15m-d240","id":"1(@)"}
6
+ {"time":"2026-08-18T00:02:36.536015372Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"phase5-p5-mae-15m-d240","id":"1(@)"}
7
+ {"time":"2026-08-18T00:02:42.519972826Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"lna2bwnqx073"}
8
+ {"time":"2026-08-18T00:03:58.815000201Z","level":"ERROR","msg":"analytics: failed to send telemetry to backend proxy","error":"failed to upload metrics: reader collect and export timeout: retry-able request failure: Post \"https://api.wandb.ai/sdk/otel/v1/metrics\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"}
9
+ {"time":"2026-08-18T00:04:43.607509428Z","level":"ERROR","msg":"analytics: failed to send telemetry to backend proxy","error":"failed to upload metrics: reader collect and export timeout: retry-able request failure: Post \"https://api.wandb.ai/sdk/otel/v1/metrics\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"}
10
+ {"time":"2026-08-18T00:05:26.783218098Z","level":"ERROR","msg":"analytics: failed to send telemetry to backend proxy","error":"failed to upload metrics: reader collect and export timeout: retry-able request failure: Post \"https://api.wandb.ai/sdk/otel/v1/metrics\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"}
11
+ {"time":"2026-08-18T00:05:31.038661868Z","level":"ERROR","msg":"analytics: failed to send telemetry to backend proxy","error":"failed to upload metrics: reader collect and export timeout: retry-able request failure: body: failed to forward metrics"}
12
+ {"time":"2026-08-18T00:05:56.783659074Z","level":"ERROR","msg":"analytics: failed to send telemetry to backend proxy","error":"failed to upload metrics: reader collect and export timeout: retry-able request failure: Post \"https://api.wandb.ai/sdk/otel/v1/metrics\": context deadline exceeded"}
13
+ {"time":"2026-08-18T00:05:59.02660418Z","level":"ERROR","msg":"analytics: failed to send telemetry to backend proxy","error":"failed to upload metrics: reader collect and export timeout: retry-able request failure: Post \"https://api.wandb.ai/sdk/otel/v1/metrics\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"}
14
+ {"time":"2026-08-18T00:07:08.027874469Z","level":"ERROR","msg":"analytics: failed to send telemetry to backend proxy","error":"failed to upload metrics: reader collect and export timeout: retry-able request failure: Post \"https://api.wandb.ai/sdk/otel/v1/metrics\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"}
15
+ {"time":"2026-08-18T00:09:22.38047794Z","level":"ERROR","msg":"analytics: failed to send telemetry to backend proxy","error":"failed to upload metrics: reader collect and export timeout: retry-able request failure: Post \"https://api.wandb.ai/sdk/otel/v1/metrics\": context deadline exceeded"}
16
+ {"time":"2026-08-18T00:10:29.006327719Z","level":"ERROR","msg":"analytics: failed to send telemetry to backend proxy","error":"failed to upload metrics: reader collect and export timeout: retry-able request failure: Post \"https://api.wandb.ai/sdk/otel/v1/metrics\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"}
17
+ {"time":"2026-08-18T00:10:59.282804744Z","level":"ERROR","msg":"analytics: failed to send telemetry to backend proxy","error":"failed to upload metrics: reader collect and export timeout: retry-able request failure: Post \"https://api.wandb.ai/sdk/otel/v1/metrics\": context deadline exceeded"}
18
+ {"time":"2026-08-18T00:11:36.448685111Z","level":"ERROR","msg":"analytics: failed to send telemetry to backend proxy","error":"failed to upload metrics: reader collect and export timeout: retry-able request failure: Post \"https://api.wandb.ai/sdk/otel/v1/metrics\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"}
19
+ {"time":"2026-08-18T00:12:10.439290117Z","level":"ERROR","msg":"analytics: failed to send telemetry to backend proxy","error":"failed to upload metrics: reader collect and export timeout: retry-able request failure: Post \"https://api.wandb.ai/sdk/otel/v1/metrics\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"}
20
+ {"time":"2026-08-18T00:13:43.359014092Z","level":"ERROR","msg":"analytics: failed to send telemetry to backend proxy","error":"failed to upload metrics: reader collect and export timeout: retry-able request failure: Post \"https://api.wandb.ai/sdk/otel/v1/metrics\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"}
21
+ {"time":"2026-08-18T00:13:55.026512913Z","level":"ERROR","msg":"analytics: failed to send telemetry to backend proxy","error":"failed to upload metrics: reader collect and export timeout: retry-able request failure: Post \"https://api.wandb.ai/sdk/otel/v1/metrics\": context deadline exceeded"}
22
+ {"time":"2026-08-18T00:14:15.527382565Z","level":"ERROR","msg":"analytics: failed to send telemetry to backend proxy","error":"failed to upload metrics: reader collect and export timeout: retry-able request failure: Post \"https://api.wandb.ai/sdk/otel/v1/metrics\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"}
23
+ {"time":"2026-08-18T00:14:24.727076198Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"lna2bwnqx073"}
24
+ {"time":"2026-08-18T00:14:27.368146712Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"lna2bwnqx073"}
25
+ {"time":"2026-08-18T00:14:27.37040945Z","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"phase5-p5-mae-15m-d240","id":"1(@)"}
26
+ {"time":"2026-08-18T00:14:27.371796523Z","level":"ERROR","msg":"analytics: failed to send telemetry to backend proxy","error":"failed to upload metrics: context canceled: retry-able request failure: Post \"https://api.wandb.ai/sdk/otel/v1/metrics\": context deadline exceeded"}
27
+ {"time":"2026-08-18T00:14:29.372180188Z","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"phase5-p5-mae-15m-d240","id":"1(@)"}
28
+ {"time":"2026-08-18T00:14:29.372198519Z","level":"INFO","msg":"handleInformTeardown: server teardown initiated","id":"1(@)"}
29
+ {"time":"2026-08-18T00:14:29.372219839Z","level":"INFO","msg":"handleInformTeardown: server shutdown complete","id":"1(@)"}
30
+ {"time":"2026-08-18T00:14:29.372232969Z","level":"INFO","msg":"connection: closing","id":"1(@)"}
31
+ {"time":"2026-08-18T00:14:29.37227958Z","level":"INFO","msg":"connection: closed successfully","id":"1(@)"}
32
+ {"time":"2026-08-18T00:14:29.37227624Z","level":"INFO","msg":"processOutgoingData: finished","id":"1(@)"}
33
+ {"time":"2026-08-18T00:14:29.372330551Z","level":"ERROR","msg":"analytics: failed to send telemetry to backend proxy","error":"failed to upload metrics: context canceled: retry-able request failure: Post \"https://api.wandb.ai/sdk/otel/v1/metrics\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"}
34
+ {"time":"2026-08-18T00:14:29.37230042Z","level":"INFO","msg":"server: is shutting down"}
35
+ {"time":"2026-08-18T00:14:29.372445773Z","level":"ERROR","msg":"analytics: failed to send telemetry to backend proxy","error":"failed to upload metrics: context canceled: retry-able request failure: Post \"https://api.wandb.ai/sdk/otel/v1/metrics\": net/http: request canceled (Client.Timeout exceeded while awaiting headers)"}
36
+ {"time":"2026-08-18T00:14:29.372466533Z","level":"ERROR","msg":"analytics: failed to send telemetry to backend proxy","error":"context canceled"}
37
+ {"time":"2026-08-18T00:14:29.372663316Z","level":"INFO","msg":"server: listener closed","addr":{"Name":"/tmp/wandb-2085302-2085694-2300715099/socket","Net":"unix"}}
38
+ {"time":"2026-08-18T00:14:29.578698407Z","level":"INFO","msg":"connection: ManageConnectionData: connection closed","id":"1(@)"}
39
+ {"time":"2026-08-18T00:14:29.578747198Z","level":"INFO","msg":"server: all connections closed"}
p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/logs/debug-internal.log ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-08-18T00:02:36.282776851Z","level":"INFO","msg":"wandb-core"}
2
+ {"time":"2026-08-18T00:02:36.283109068Z","level":"INFO","msg":"stream: starting","core version":"0.28.2"}
3
+ {"time":"2026-08-18T00:02:36.535819508Z","level":"INFO","msg":"stream: created new stream","id":"phase5-p5-mae-15m-d240"}
4
+ {"time":"2026-08-18T00:02:36.535938471Z","level":"INFO","msg":"handler: started"}
5
+ {"time":"2026-08-18T00:02:36.536006462Z","level":"INFO","msg":"stream: started"}
6
+ {"time":"2026-08-18T00:02:36.536030052Z","level":"INFO","msg":"writer: started","stream_id":"phase5-p5-mae-15m-d240"}
7
+ {"time":"2026-08-18T00:02:36.536047703Z","level":"INFO","msg":"sender: started"}
8
+ {"time":"2026-08-18T00:02:37.938898582Z","level":"INFO","msg":"filestream: sending request","total_files":1}
9
+ {"time":"2026-08-18T00:02:38.217138581Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
10
+ {"time":"2026-08-18T00:02:52.939478796Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":0,"history_lines":27,"events_offset":0,"events_lines":2,"console_offset":0,"console_lines":47,"uploaded_len":2}
11
+ {"time":"2026-08-18T00:02:53.24303887Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
12
+ {"time":"2026-08-18T00:03:07.939569616Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":27,"history_lines":42,"events_offset":2,"events_lines":2,"console_offset":47,"console_lines":43}
13
+ {"time":"2026-08-18T00:03:08.246831662Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
14
+ {"time":"2026-08-18T00:03:22.940117215Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":69,"history_lines":41,"events_offset":4,"events_lines":2,"console_offset":90,"console_lines":42}
15
+ {"time":"2026-08-18T00:03:23.25762796Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
16
+ {"time":"2026-08-18T00:03:37.939076363Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":110,"history_lines":44,"events_offset":6,"events_lines":2,"console_offset":132,"console_lines":45}
17
+ {"time":"2026-08-18T00:03:38.787823454Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
18
+ {"time":"2026-08-18T00:03:52.939793049Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":154,"history_lines":45,"events_offset":8,"events_lines":2,"console_offset":177,"console_lines":45}
19
+ {"time":"2026-08-18T00:03:53.222798286Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
20
+ {"time":"2026-08-18T00:04:07.940292391Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":199,"history_lines":43,"events_offset":10,"events_lines":2,"console_offset":222,"console_lines":44}
21
+ {"time":"2026-08-18T00:04:08.244699991Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
22
+ {"time":"2026-08-18T00:04:22.940007908Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":242,"history_lines":42,"events_offset":12,"events_lines":2,"console_offset":266,"console_lines":43}
23
+ {"time":"2026-08-18T00:04:23.267741785Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
24
+ {"time":"2026-08-18T00:04:37.939697493Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":284,"history_lines":42,"events_offset":14,"events_lines":2,"console_offset":309,"console_lines":43}
25
+ {"time":"2026-08-18T00:04:38.26731459Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
26
+ {"time":"2026-08-18T00:04:52.939740217Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":326,"history_lines":42,"events_offset":16,"events_lines":2,"console_offset":352,"console_lines":43}
27
+ {"time":"2026-08-18T00:04:53.237215691Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
28
+ {"time":"2026-08-18T00:05:07.939408913Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":368,"history_lines":42,"events_offset":18,"events_lines":2,"console_offset":395,"console_lines":43}
29
+ {"time":"2026-08-18T00:05:08.264303378Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
30
+ {"time":"2026-08-18T00:05:22.939540201Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":410,"history_lines":42,"events_offset":20,"events_lines":2,"console_offset":438,"console_lines":43}
31
+ {"time":"2026-08-18T00:05:23.232507856Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
32
+ {"time":"2026-08-18T00:05:37.939210935Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":452,"history_lines":41,"events_offset":22,"events_lines":2,"console_offset":481,"console_lines":41}
33
+ {"time":"2026-08-18T00:05:38.259944815Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
34
+ {"time":"2026-08-18T00:05:52.940000989Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":493,"history_lines":39,"events_offset":24,"events_lines":2,"console_offset":522,"console_lines":40}
35
+ {"time":"2026-08-18T00:05:53.240773806Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
36
+ {"time":"2026-08-18T00:06:07.93952634Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":532,"history_lines":44,"events_offset":26,"events_lines":2,"console_offset":562,"console_lines":45}
37
+ {"time":"2026-08-18T00:06:08.302814408Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
38
+ {"time":"2026-08-18T00:06:22.940051077Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":576,"history_lines":40,"events_offset":28,"events_lines":2,"console_offset":607,"console_lines":41}
39
+ {"time":"2026-08-18T00:06:23.26233337Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
40
+ {"time":"2026-08-18T00:06:37.939518945Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":616,"history_lines":44,"events_offset":30,"events_lines":2,"console_offset":648,"console_lines":45}
41
+ {"time":"2026-08-18T00:06:38.26424754Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
42
+ {"time":"2026-08-18T00:06:52.939836836Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":660,"history_lines":42,"events_offset":32,"events_lines":2,"console_offset":693,"console_lines":43}
43
+ {"time":"2026-08-18T00:06:53.24097409Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
44
+ {"time":"2026-08-18T00:07:07.939108035Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":702,"history_lines":43,"events_offset":34,"events_lines":2,"console_offset":736,"console_lines":43}
45
+ {"time":"2026-08-18T00:07:08.252614955Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
46
+ {"time":"2026-08-18T00:07:22.940045866Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":745,"history_lines":43,"events_offset":36,"events_lines":2,"console_offset":779,"console_lines":44}
47
+ {"time":"2026-08-18T00:07:23.26028727Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
48
+ {"time":"2026-08-18T00:07:37.939968767Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":788,"history_lines":43,"events_offset":38,"events_lines":2,"console_offset":823,"console_lines":44}
49
+ {"time":"2026-08-18T00:07:38.272400372Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
50
+ {"time":"2026-08-18T00:07:52.940109426Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":831,"history_lines":44,"events_offset":40,"events_lines":2,"console_offset":867,"console_lines":45}
51
+ {"time":"2026-08-18T00:07:53.234409757Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
52
+ {"time":"2026-08-18T00:08:07.939678605Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":875,"history_lines":45,"events_offset":42,"events_lines":2,"console_offset":912,"console_lines":46}
53
+ {"time":"2026-08-18T00:08:08.2824473Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
54
+ {"time":"2026-08-18T00:08:22.939897759Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":920,"history_lines":45,"events_offset":44,"events_lines":2,"console_offset":958,"console_lines":46}
55
+ {"time":"2026-08-18T00:08:23.75272139Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
56
+ {"time":"2026-08-18T00:08:37.939708242Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":965,"history_lines":45,"events_offset":46,"events_lines":2,"console_offset":1004,"console_lines":46}
57
+ {"time":"2026-08-18T00:08:38.270275893Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
58
+ {"time":"2026-08-18T00:08:52.940092914Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1010,"history_lines":45,"events_offset":48,"events_lines":2,"console_offset":1050,"console_lines":46}
59
+ {"time":"2026-08-18T00:08:53.777188945Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
60
+ {"time":"2026-08-18T00:09:07.939841406Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1055,"history_lines":44,"events_offset":50,"events_lines":2,"console_offset":1096,"console_lines":44}
61
+ {"time":"2026-08-18T00:09:08.288842002Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
62
+ {"time":"2026-08-18T00:09:22.939843335Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1099,"history_lines":42,"events_offset":52,"events_lines":2,"console_offset":1140,"console_lines":43}
63
+ {"time":"2026-08-18T00:09:23.239012032Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
64
+ {"time":"2026-08-18T00:09:37.940292264Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1141,"history_lines":45,"events_offset":54,"events_lines":2,"console_offset":1183,"console_lines":46}
65
+ {"time":"2026-08-18T00:09:38.259247097Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
66
+ {"time":"2026-08-18T00:09:52.940460551Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1186,"history_lines":45,"events_offset":56,"events_lines":2,"console_offset":1229,"console_lines":46}
67
+ {"time":"2026-08-18T00:09:53.269547078Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
68
+ {"time":"2026-08-18T00:10:07.939349439Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1231,"history_lines":44,"events_offset":58,"events_lines":2,"console_offset":1275,"console_lines":45}
69
+ {"time":"2026-08-18T00:10:08.269657614Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
70
+ {"time":"2026-08-18T00:10:22.939084994Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1275,"history_lines":43,"events_offset":60,"events_lines":2,"console_offset":1320,"console_lines":44}
71
+ {"time":"2026-08-18T00:10:23.25827617Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
72
+ {"time":"2026-08-18T00:10:37.93996126Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1318,"history_lines":43,"events_offset":62,"events_lines":2,"console_offset":1364,"console_lines":44}
73
+ {"time":"2026-08-18T00:10:38.241961991Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
74
+ {"time":"2026-08-18T00:10:52.940135941Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1361,"history_lines":43,"events_offset":64,"events_lines":2,"console_offset":1408,"console_lines":44}
75
+ {"time":"2026-08-18T00:10:53.24038372Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
76
+ {"time":"2026-08-18T00:11:07.940067734Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1404,"history_lines":44,"events_offset":66,"events_lines":2,"console_offset":1452,"console_lines":44}
77
+ {"time":"2026-08-18T00:11:08.30059761Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
78
+ {"time":"2026-08-18T00:11:22.939534909Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1448,"history_lines":42,"events_offset":68,"events_lines":2,"console_offset":1496,"console_lines":43}
79
+ {"time":"2026-08-18T00:11:23.2475169Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
80
+ {"time":"2026-08-18T00:11:37.939399312Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1490,"history_lines":42,"events_offset":70,"events_lines":2,"console_offset":1539,"console_lines":43}
81
+ {"time":"2026-08-18T00:11:38.246731811Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
82
+ {"time":"2026-08-18T00:11:52.939375062Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1532,"history_lines":42,"events_offset":72,"events_lines":2,"console_offset":1582,"console_lines":43}
83
+ {"time":"2026-08-18T00:11:53.254565505Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
84
+ {"time":"2026-08-18T00:12:07.939467203Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1574,"history_lines":40,"events_offset":74,"events_lines":2,"console_offset":1625,"console_lines":41}
85
+ {"time":"2026-08-18T00:12:08.279260951Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
86
+ {"time":"2026-08-18T00:12:22.939779204Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1614,"history_lines":44,"events_offset":76,"events_lines":2,"console_offset":1666,"console_lines":45}
87
+ {"time":"2026-08-18T00:12:23.286246395Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
88
+ {"time":"2026-08-18T00:12:37.939547914Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1658,"history_lines":45,"events_offset":78,"events_lines":2,"console_offset":1711,"console_lines":46}
89
+ {"time":"2026-08-18T00:12:38.287741204Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
90
+ {"time":"2026-08-18T00:12:52.940077303Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1703,"history_lines":43,"events_offset":80,"events_lines":2,"console_offset":1757,"console_lines":43}
91
+ {"time":"2026-08-18T00:12:53.282624515Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
92
+ {"time":"2026-08-18T00:13:07.939715763Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1746,"history_lines":40,"events_offset":82,"events_lines":2,"console_offset":1800,"console_lines":41}
93
+ {"time":"2026-08-18T00:13:08.260822937Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
94
+ {"time":"2026-08-18T00:13:22.939769102Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1786,"history_lines":40,"events_offset":84,"events_lines":2,"console_offset":1841,"console_lines":41}
95
+ {"time":"2026-08-18T00:13:23.254286244Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
96
+ {"time":"2026-08-18T00:13:37.939587701Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1826,"history_lines":40,"events_offset":86,"events_lines":2,"console_offset":1882,"console_lines":41}
97
+ {"time":"2026-08-18T00:13:38.261137374Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
98
+ {"time":"2026-08-18T00:13:52.940177931Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1866,"history_lines":42,"events_offset":88,"events_lines":2,"console_offset":1923,"console_lines":43}
99
+ {"time":"2026-08-18T00:13:53.245922325Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
100
+ {"time":"2026-08-18T00:14:07.939880263Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1908,"history_lines":43,"events_offset":90,"events_lines":2,"console_offset":1966,"console_lines":44}
101
+ {"time":"2026-08-18T00:14:08.293898341Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
102
+ {"time":"2026-08-18T00:14:22.939953713Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1951,"history_lines":47,"events_offset":92,"events_lines":2,"console_offset":2010,"console_lines":47}
103
+ {"time":"2026-08-18T00:14:23.245299875Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
104
+ {"time":"2026-08-18T00:14:27.101226635Z","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
105
+ {"time":"2026-08-18T00:14:27.101612541Z","level":"INFO","msg":"filestream: sending request","total_files":3,"history_offset":1998,"history_lines":2,"console_offset":2057,"console_lines":2,"uploaded_len":3,"complete":true,"exit_code":0}
106
+ {"time":"2026-08-18T00:14:27.365111689Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
107
+ {"time":"2026-08-18T00:14:27.366407042Z","level":"INFO","msg":"handler: operation stats","stats":{}}
108
+ {"time":"2026-08-18T00:14:27.37042687Z","level":"INFO","msg":"stream: finishing up"}
109
+ {"time":"2026-08-18T00:14:27.37044162Z","level":"INFO","msg":"handler: closed"}
110
+ {"time":"2026-08-18T00:14:27.371740322Z","level":"INFO","msg":"sender: closed"}
111
+ {"time":"2026-08-18T00:14:27.371748103Z","level":"INFO","msg":"stream: all finished"}
112
+ {"time":"2026-08-18T00:14:29.371835572Z","level":"ERROR","msg":"stream: failed to shut down analytics","error":"shutdown errors: [failed to upload metrics: context deadline exceeded: retry-able request failure: Post \"https://api.wandb.ai/sdk/otel/v1/metrics\": context deadline exceeded context deadline exceeded]"}
p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/logs/debug.log ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2026-08-18 00:02:36,279 INFO MainThread:2085302 [wandb_setup.py:_flush():81] Current SDK version is 0.28.2
2
+ 2026-08-18 00:02:36,279 INFO MainThread:2085302 [wandb_setup.py:_flush():81] Configure stats pid to 2085302
3
+ 2026-08-18 00:02:36,280 INFO MainThread:2085302 [wandb_setup.py:_flush():81] Loading settings from environment variables
4
+ 2026-08-18 00:02:36,280 INFO MainThread:2085302 [wandb_init.py:setup_run_log_directory():739] Logging user logs to /workspace/runs/p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/logs/debug.log
5
+ 2026-08-18 00:02:36,280 INFO MainThread:2085302 [wandb_init.py:setup_run_log_directory():740] Logging internal logs to /workspace/runs/p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/logs/debug-internal.log
6
+ 2026-08-18 00:02:36,280 INFO MainThread:2085302 [wandb_init.py:init():783] calling init triggers
7
+ 2026-08-18 00:02:36,280 INFO MainThread:2085302 [wandb_init.py:init():788] wandb.init called with sweep_config: {}
8
+ config: {'model': {'embed_dim': 384, 'depth': 8, 'num_heads': 6, 'mlp_ratio': 4, 'target_frames': 1024, 'mel_bins': 64, 'patch_time': 16, 'patch_freq': 16, 'decoder_layers': 6, 'decoder_groups': 16, 'decoder_kernel': 3}, 'objective': {'kind': 'mae', 'mae_norm_pix': True, 'num_classes': 527, 'clone_batch': 1, 'mask_prob': 0.8, 'mask_length': 5, 'mask_prob_adjust': 0.07, 'average_top_k_layers': 0, 'utterance_weight': 1.0, 'normalize_utterance_target': False, 'ema_decay': 0.9998, 'ema_end_decay': 0.99999, 'ema_anneal_steps': None}, 'data': {'data_dir': '/workspace/data/asmel_flat', 'train_split': 'train', 'val_split': 'balanced_train', 'revision': '', 'batch_size': 48, 'num_workers': 12, 'prefetch_factor': 4, 'pin_memory': True, 'persistent_workers': True, 'drop_last': True, 'seed': 0, 'max_shards': 0}, 'mixture': {'cluster_index': '/workspace/data/asmel_flat/train_cluster_index.npy', 'distributions': None, 'dist_id': None, 'weights': [0.0, 0.0, 0.0, 0.031453125, 0.136734375, 0.0, 0.003091796875, 0.17794921875, 0.0, 0.07468359375, 0.232013671875, 0.0, 0.0042109375, 0.218064453125, 0.00039453125, 0.041060546875, 0.0, 0.0, 0.0250703125, 0.0552734375], 'repetition_cap': 1000.0, 'distinct_fraction': None}, 'optim': {'lr': 0.0003, 'betas': [0.9, 0.95], 'eps': 1e-08, 'weight_decay': 0.05, 'clip_norm': 4.0, 'warmup_frac': 0.1, 'min_lr_scale': 0.002}, 'loop': {'budget_clips': 1920000, 'schedule_clips': None, 'gradient_accumulation_steps': 1, 'precision': 'bfloat16', 'compile': True, 'compile_mode': 'default', 'log_every_n_steps': 20, 'heartbeat_every_n_steps': 50, 'max_steps': None}, 'eval': {'enabled': True, 'every_n_steps': 1000, 'num_clips': 2048, 'mask_seed': 12345, 'batch_size': 48}, 'checkpoint': {'save_every_n_steps': 5000, 'export_every_n_steps': 5000, 'keep_last_n_exports': 0}, 'tracking': {'campaign_id': 'phase5', 'trial_id': 'p5-mae-15m-d240', 'wandb_project': 'mixture-transfer', 'wandb_entity': None, 'wandb_mode': 'online', 'wandb_run_id': None, 'hub_repo_id': None, 'hub_private': False, 'hub_upload': False}, 'runtime': {'seed': 0, 'data_loader_seed': None, 'objective_seed': None, 'deterministic': False, 'allow_tf32': True}, '_wandb': {}}
9
+ 2026-08-18 00:02:36,280 INFO MainThread:2085302 [wandb_init.py:init():831] starting backend
10
+ 2026-08-18 00:02:36,280 INFO MainThread:2085302 [wandb_init.py:init():846] sending inform_init request
11
+ 2026-08-18 00:02:36,536 INFO MainThread:2085302 [wandb_init.py:init():851] backend started and connected
12
+ 2026-08-18 00:02:36,538 INFO MainThread:2085302 [wandb_init.py:init():921] updated telemetry
13
+ 2026-08-18 00:02:36,549 INFO MainThread:2085302 [wandb_init.py:init():944] communicating run to backend with 90.0 second timeout
14
+ 2026-08-18 00:02:37,424 INFO MainThread:2085302 [wandb_init.py:init():981] starting run threads in backend
15
+ 2026-08-18 00:02:37,512 INFO MainThread:2085302 [wandb_run.py:_console_start():2626] atexit reg
16
+ 2026-08-18 00:02:37,512 INFO MainThread:2085302 [wandb_run.py:_redirect():2476] redirect: wrap_raw
17
+ 2026-08-18 00:02:37,512 INFO MainThread:2085302 [wandb_run.py:_redirect():2545] Wrapping output streams.
18
+ 2026-08-18 00:02:37,512 INFO MainThread:2085302 [wandb_run.py:_redirect():2568] Redirects installed.
19
+ 2026-08-18 00:02:37,514 INFO MainThread:2085302 [wandb_init.py:init():1019] run started, returning control to user process
20
+ 2026-08-18 00:14:24,726 INFO MainThread:2085302 [wandb_run.py:_finish():2397] finishing run luequinn-montana-state-university/mixture-transfer/phase5-p5-mae-15m-d240
21
+ 2026-08-18 00:14:24,726 INFO MainThread:2085302 [wandb_run.py:_atexit_cleanup():2593] got exitcode: 0
22
+ 2026-08-18 00:14:24,726 INFO MainThread:2085302 [wandb_run.py:_restore():2575] restore
23
+ 2026-08-18 00:14:24,726 INFO MainThread:2085302 [wandb_run.py:_restore():2581] restore done
24
+ 2026-08-18 00:14:27,369 INFO MainThread:2085302 [wandb_run.py:_footer_sync_info():4025] logging synced files
p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/run-phase5-p5-mae-15m-d240.wandb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d700c9d746151d6560b00be3b363e6a95d956877a2d7fb9b33f497a9a43944cd
3
+ size 3392161
p5-mae-15m-d240/wandb/run-20260818_000236-phase5-p5-mae-15m-d240/run-phase5-p5-mae-15m-d240.wandb.syncstate ADDED
@@ -0,0 +1 @@
 
 
1
+ {"starting_step":0}