binhng commited on
Commit
cc850e2
·
verified ·
1 Parent(s): 09ca361

Initial commit

Browse files
.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
+ wandb/offline-run-20251125_162916-byac7ckw/run-byac7ckw.wandb filter=lfs diff=lfs merge=lfs -text
checkpoints/060000/pretrained_model/config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "smolvla",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "IDENTITY",
6
+ "STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "image": {
11
+ "type": "VISUAL",
12
+ "shape": [
13
+ 3,
14
+ 256,
15
+ 256
16
+ ]
17
+ },
18
+ "wrist_image": {
19
+ "type": "VISUAL",
20
+ "shape": [
21
+ 3,
22
+ 256,
23
+ 256
24
+ ]
25
+ },
26
+ "state": {
27
+ "type": "STATE",
28
+ "shape": [
29
+ 8
30
+ ]
31
+ }
32
+ },
33
+ "output_features": {
34
+ "actions": {
35
+ "type": "ACTION",
36
+ "shape": [
37
+ 7
38
+ ]
39
+ }
40
+ },
41
+ "device": "cuda",
42
+ "use_amp": false,
43
+ "gradient_accumulation_steps": 1,
44
+ "chunk_size": 50,
45
+ "n_action_steps": 50,
46
+ "max_state_dim": 32,
47
+ "max_action_dim": 32,
48
+ "resize_imgs_with_padding": [
49
+ 512,
50
+ 512
51
+ ],
52
+ "empty_cameras": 0,
53
+ "adapt_to_pi_aloha": false,
54
+ "use_delta_joint_actions_aloha": false,
55
+ "tokenizer_max_length": 48,
56
+ "num_steps": 10,
57
+ "use_cache": true,
58
+ "freeze_vision_encoder": true,
59
+ "train_expert_only": true,
60
+ "train_state_proj": true,
61
+ "optimizer_lr": 0.0001,
62
+ "optimizer_betas": [
63
+ 0.9,
64
+ 0.95
65
+ ],
66
+ "optimizer_eps": 1e-08,
67
+ "optimizer_weight_decay": 1e-10,
68
+ "optimizer_grad_clip_norm": 10.0,
69
+ "scheduler_warmup_steps": 1000,
70
+ "scheduler_decay_steps": 30000,
71
+ "scheduler_decay_lr": 2.5e-06,
72
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
73
+ "load_vlm_weights": true,
74
+ "add_image_special_tokens": false,
75
+ "attention_mode": "cross_attn",
76
+ "prefix_length": 0,
77
+ "pad_language_to": "max_length",
78
+ "num_expert_layers": 0,
79
+ "num_vlm_layers": 16,
80
+ "self_attn_every_n_layers": 2,
81
+ "expert_width_multiplier": 0.75,
82
+ "min_period": 0.004,
83
+ "max_period": 4.0
84
+ }
checkpoints/060000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c94521570f40b5ad683253487a7c82981d26f48eb480c4906935f5da77622b5
3
+ size 906713304
checkpoints/060000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,277 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": ".",
4
+ "root": "/projects/extern/kisski/kisski-umg-fairpact-2/dir.project/VLA/binh/libero_lerobot_openpi/libero",
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": true,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "image_tfs": {
11
+ "hue": {
12
+ "weight": 1.0,
13
+ "type": "ColorJitter",
14
+ "kwargs": {
15
+ "hue": [
16
+ -0.05,
17
+ 0.05
18
+ ]
19
+ }
20
+ },
21
+ "contrast": {
22
+ "weight": 1.0,
23
+ "type": "ColorJitter",
24
+ "kwargs": {
25
+ "contrast": [
26
+ 0.8,
27
+ 1.2
28
+ ]
29
+ }
30
+ },
31
+ "sharpness": {
32
+ "weight": 1.0,
33
+ "type": "SharpnessJitter",
34
+ "kwargs": {
35
+ "sharpness": [
36
+ 0.5,
37
+ 1.5
38
+ ]
39
+ }
40
+ },
41
+ "brightness": {
42
+ "weight": 1.0,
43
+ "type": "ColorJitter",
44
+ "kwargs": {
45
+ "brightness": [
46
+ 0.8,
47
+ 1.2
48
+ ]
49
+ }
50
+ },
51
+ "saturation": {
52
+ "weight": 1.0,
53
+ "type": "ColorJitter",
54
+ "kwargs": {
55
+ "saturation": [
56
+ 0.5,
57
+ 1.5
58
+ ]
59
+ }
60
+ },
61
+ "crop_resize": {
62
+ "weight": 1.0,
63
+ "type": "RandomResizedCrop",
64
+ "kwargs": {
65
+ "size": [
66
+ 256,
67
+ 256
68
+ ],
69
+ "ratio": [
70
+ 1,
71
+ 1
72
+ ],
73
+ "scale": [
74
+ 0.9,
75
+ 0.95
76
+ ]
77
+ }
78
+ },
79
+ "rotate": {
80
+ "weight": 1.0,
81
+ "type": "RandomRotate",
82
+ "kwargs": {
83
+ "degrees": [
84
+ -5,
85
+ 5
86
+ ]
87
+ }
88
+ }
89
+ },
90
+ "wrist_tfs": {
91
+ "hue": {
92
+ "weight": 1.0,
93
+ "type": "ColorJitter",
94
+ "kwargs": {
95
+ "hue": [
96
+ -0.05,
97
+ 0.05
98
+ ]
99
+ }
100
+ },
101
+ "contrast": {
102
+ "weight": 1.0,
103
+ "type": "ColorJitter",
104
+ "kwargs": {
105
+ "contrast": [
106
+ 0.8,
107
+ 1.2
108
+ ]
109
+ }
110
+ },
111
+ "sharpness": {
112
+ "weight": 1.0,
113
+ "type": "SharpnessJitter",
114
+ "kwargs": {
115
+ "sharpness": [
116
+ 0.5,
117
+ 1.5
118
+ ]
119
+ }
120
+ },
121
+ "brightness": {
122
+ "weight": 1.0,
123
+ "type": "ColorJitter",
124
+ "kwargs": {
125
+ "brightness": [
126
+ 0.8,
127
+ 1.2
128
+ ]
129
+ }
130
+ },
131
+ "saturation": {
132
+ "weight": 1.0,
133
+ "type": "ColorJitter",
134
+ "kwargs": {
135
+ "saturation": [
136
+ 0.5,
137
+ 1.5
138
+ ]
139
+ }
140
+ }
141
+ }
142
+ },
143
+ "revision": null,
144
+ "use_imagenet_stats": true,
145
+ "video_backend": "torchcodec",
146
+ "vqa_data_path": null
147
+ },
148
+ "env": null,
149
+ "policy": {
150
+ "type": "smolvla",
151
+ "n_obs_steps": 1,
152
+ "normalization_mapping": {
153
+ "VISUAL": "IDENTITY",
154
+ "STATE": "MEAN_STD",
155
+ "ACTION": "MEAN_STD"
156
+ },
157
+ "input_features": {
158
+ "image": {
159
+ "type": "VISUAL",
160
+ "shape": [
161
+ 3,
162
+ 256,
163
+ 256
164
+ ]
165
+ },
166
+ "wrist_image": {
167
+ "type": "VISUAL",
168
+ "shape": [
169
+ 3,
170
+ 256,
171
+ 256
172
+ ]
173
+ },
174
+ "state": {
175
+ "type": "STATE",
176
+ "shape": [
177
+ 8
178
+ ]
179
+ }
180
+ },
181
+ "output_features": {
182
+ "actions": {
183
+ "type": "ACTION",
184
+ "shape": [
185
+ 7
186
+ ]
187
+ }
188
+ },
189
+ "device": "cuda",
190
+ "use_amp": false,
191
+ "gradient_accumulation_steps": 1,
192
+ "chunk_size": 50,
193
+ "n_action_steps": 50,
194
+ "max_state_dim": 32,
195
+ "max_action_dim": 32,
196
+ "resize_imgs_with_padding": [
197
+ 512,
198
+ 512
199
+ ],
200
+ "empty_cameras": 0,
201
+ "adapt_to_pi_aloha": false,
202
+ "use_delta_joint_actions_aloha": false,
203
+ "tokenizer_max_length": 48,
204
+ "num_steps": 10,
205
+ "use_cache": true,
206
+ "freeze_vision_encoder": true,
207
+ "train_expert_only": true,
208
+ "train_state_proj": true,
209
+ "optimizer_lr": 0.0001,
210
+ "optimizer_betas": [
211
+ 0.9,
212
+ 0.95
213
+ ],
214
+ "optimizer_eps": 1e-08,
215
+ "optimizer_weight_decay": 1e-10,
216
+ "optimizer_grad_clip_norm": 10.0,
217
+ "scheduler_warmup_steps": 1000,
218
+ "scheduler_decay_steps": 30000,
219
+ "scheduler_decay_lr": 2.5e-06,
220
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
221
+ "load_vlm_weights": true,
222
+ "add_image_special_tokens": false,
223
+ "attention_mode": "cross_attn",
224
+ "prefix_length": 0,
225
+ "pad_language_to": "max_length",
226
+ "num_expert_layers": 0,
227
+ "num_vlm_layers": 16,
228
+ "self_attn_every_n_layers": 2,
229
+ "expert_width_multiplier": 0.75,
230
+ "min_period": 0.004,
231
+ "max_period": 4.0
232
+ },
233
+ "output_dir": "outputs/train/2025-11-25/16-28-58_libero_100%_base_openpi_data_correct_16_layers",
234
+ "job_name": "libero_100%_base_openpi_data_correct_16_layers",
235
+ "resume": false,
236
+ "seed": 42,
237
+ "num_workers": 8,
238
+ "batch_size": 64,
239
+ "steps": 100000,
240
+ "eval_freq": 20000,
241
+ "log_freq": 10,
242
+ "save_checkpoint": true,
243
+ "save_freq": 10000,
244
+ "use_policy_training_preset": true,
245
+ "optimizer": {
246
+ "type": "adamw",
247
+ "lr": 0.0001,
248
+ "weight_decay": 1e-10,
249
+ "grad_clip_norm": 10.0,
250
+ "betas": [
251
+ 0.9,
252
+ 0.95
253
+ ],
254
+ "eps": 1e-08
255
+ },
256
+ "scheduler": {
257
+ "type": "cosine_decay_with_warmup",
258
+ "num_warmup_steps": 1000,
259
+ "num_decay_steps": 30000,
260
+ "peak_lr": 0.0001,
261
+ "decay_lr": 2.5e-06
262
+ },
263
+ "eval": {
264
+ "n_episodes": 50,
265
+ "batch_size": 50,
266
+ "use_async_envs": false
267
+ },
268
+ "wandb": {
269
+ "enable": true,
270
+ "disable_artifact": true,
271
+ "project": "smolvla",
272
+ "entity": "Robotics_VLA",
273
+ "notes": null,
274
+ "run_id": null,
275
+ "mode": "offline"
276
+ }
277
+ }
checkpoints/060000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,527 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 2.5e-06,
4
+ "betas": [
5
+ 0.9,
6
+ 0.95
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 1e-10,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "initial_lr": 0.0001,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67,
87
+ 68,
88
+ 69,
89
+ 70,
90
+ 71,
91
+ 72,
92
+ 73,
93
+ 74,
94
+ 75,
95
+ 76,
96
+ 77,
97
+ 78,
98
+ 79,
99
+ 80,
100
+ 81,
101
+ 82,
102
+ 83,
103
+ 84,
104
+ 85,
105
+ 86,
106
+ 87,
107
+ 88,
108
+ 89,
109
+ 90,
110
+ 91,
111
+ 92,
112
+ 93,
113
+ 94,
114
+ 95,
115
+ 96,
116
+ 97,
117
+ 98,
118
+ 99,
119
+ 100,
120
+ 101,
121
+ 102,
122
+ 103,
123
+ 104,
124
+ 105,
125
+ 106,
126
+ 107,
127
+ 108,
128
+ 109,
129
+ 110,
130
+ 111,
131
+ 112,
132
+ 113,
133
+ 114,
134
+ 115,
135
+ 116,
136
+ 117,
137
+ 118,
138
+ 119,
139
+ 120,
140
+ 121,
141
+ 122,
142
+ 123,
143
+ 124,
144
+ 125,
145
+ 126,
146
+ 127,
147
+ 128,
148
+ 129,
149
+ 130,
150
+ 131,
151
+ 132,
152
+ 133,
153
+ 134,
154
+ 135,
155
+ 136,
156
+ 137,
157
+ 138,
158
+ 139,
159
+ 140,
160
+ 141,
161
+ 142,
162
+ 143,
163
+ 144,
164
+ 145,
165
+ 146,
166
+ 147,
167
+ 148,
168
+ 149,
169
+ 150,
170
+ 151,
171
+ 152,
172
+ 153,
173
+ 154,
174
+ 155,
175
+ 156,
176
+ 157,
177
+ 158,
178
+ 159,
179
+ 160,
180
+ 161,
181
+ 162,
182
+ 163,
183
+ 164,
184
+ 165,
185
+ 166,
186
+ 167,
187
+ 168,
188
+ 169,
189
+ 170,
190
+ 171,
191
+ 172,
192
+ 173,
193
+ 174,
194
+ 175,
195
+ 176,
196
+ 177,
197
+ 178,
198
+ 179,
199
+ 180,
200
+ 181,
201
+ 182,
202
+ 183,
203
+ 184,
204
+ 185,
205
+ 186,
206
+ 187,
207
+ 188,
208
+ 189,
209
+ 190,
210
+ 191,
211
+ 192,
212
+ 193,
213
+ 194,
214
+ 195,
215
+ 196,
216
+ 197,
217
+ 198,
218
+ 199,
219
+ 200,
220
+ 201,
221
+ 202,
222
+ 203,
223
+ 204,
224
+ 205,
225
+ 206,
226
+ 207,
227
+ 208,
228
+ 209,
229
+ 210,
230
+ 211,
231
+ 212,
232
+ 213,
233
+ 214,
234
+ 215,
235
+ 216,
236
+ 217,
237
+ 218,
238
+ 219,
239
+ 220,
240
+ 221,
241
+ 222,
242
+ 223,
243
+ 224,
244
+ 225,
245
+ 226,
246
+ 227,
247
+ 228,
248
+ 229,
249
+ 230,
250
+ 231,
251
+ 232,
252
+ 233,
253
+ 234,
254
+ 235,
255
+ 236,
256
+ 237,
257
+ 238,
258
+ 239,
259
+ 240,
260
+ 241,
261
+ 242,
262
+ 243,
263
+ 244,
264
+ 245,
265
+ 246,
266
+ 247,
267
+ 248,
268
+ 249,
269
+ 250,
270
+ 251,
271
+ 252,
272
+ 253,
273
+ 254,
274
+ 255,
275
+ 256,
276
+ 257,
277
+ 258,
278
+ 259,
279
+ 260,
280
+ 261,
281
+ 262,
282
+ 263,
283
+ 264,
284
+ 265,
285
+ 266,
286
+ 267,
287
+ 268,
288
+ 269,
289
+ 270,
290
+ 271,
291
+ 272,
292
+ 273,
293
+ 274,
294
+ 275,
295
+ 276,
296
+ 277,
297
+ 278,
298
+ 279,
299
+ 280,
300
+ 281,
301
+ 282,
302
+ 283,
303
+ 284,
304
+ 285,
305
+ 286,
306
+ 287,
307
+ 288,
308
+ 289,
309
+ 290,
310
+ 291,
311
+ 292,
312
+ 293,
313
+ 294,
314
+ 295,
315
+ 296,
316
+ 297,
317
+ 298,
318
+ 299,
319
+ 300,
320
+ 301,
321
+ 302,
322
+ 303,
323
+ 304,
324
+ 305,
325
+ 306,
326
+ 307,
327
+ 308,
328
+ 309,
329
+ 310,
330
+ 311,
331
+ 312,
332
+ 313,
333
+ 314,
334
+ 315,
335
+ 316,
336
+ 317,
337
+ 318,
338
+ 319,
339
+ 320,
340
+ 321,
341
+ 322,
342
+ 323,
343
+ 324,
344
+ 325,
345
+ 326,
346
+ 327,
347
+ 328,
348
+ 329,
349
+ 330,
350
+ 331,
351
+ 332,
352
+ 333,
353
+ 334,
354
+ 335,
355
+ 336,
356
+ 337,
357
+ 338,
358
+ 339,
359
+ 340,
360
+ 341,
361
+ 342,
362
+ 343,
363
+ 344,
364
+ 345,
365
+ 346,
366
+ 347,
367
+ 348,
368
+ 349,
369
+ 350,
370
+ 351,
371
+ 352,
372
+ 353,
373
+ 354,
374
+ 355,
375
+ 356,
376
+ 357,
377
+ 358,
378
+ 359,
379
+ 360,
380
+ 361,
381
+ 362,
382
+ 363,
383
+ 364,
384
+ 365,
385
+ 366,
386
+ 367,
387
+ 368,
388
+ 369,
389
+ 370,
390
+ 371,
391
+ 372,
392
+ 373,
393
+ 374,
394
+ 375,
395
+ 376,
396
+ 377,
397
+ 378,
398
+ 379,
399
+ 380,
400
+ 381,
401
+ 382,
402
+ 383,
403
+ 384,
404
+ 385,
405
+ 386,
406
+ 387,
407
+ 388,
408
+ 389,
409
+ 390,
410
+ 391,
411
+ 392,
412
+ 393,
413
+ 394,
414
+ 395,
415
+ 396,
416
+ 397,
417
+ 398,
418
+ 399,
419
+ 400,
420
+ 401,
421
+ 402,
422
+ 403,
423
+ 404,
424
+ 405,
425
+ 406,
426
+ 407,
427
+ 408,
428
+ 409,
429
+ 410,
430
+ 411,
431
+ 412,
432
+ 413,
433
+ 414,
434
+ 415,
435
+ 416,
436
+ 417,
437
+ 418,
438
+ 419,
439
+ 420,
440
+ 421,
441
+ 422,
442
+ 423,
443
+ 424,
444
+ 425,
445
+ 426,
446
+ 427,
447
+ 428,
448
+ 429,
449
+ 430,
450
+ 431,
451
+ 432,
452
+ 433,
453
+ 434,
454
+ 435,
455
+ 436,
456
+ 437,
457
+ 438,
458
+ 439,
459
+ 440,
460
+ 441,
461
+ 442,
462
+ 443,
463
+ 444,
464
+ 445,
465
+ 446,
466
+ 447,
467
+ 448,
468
+ 449,
469
+ 450,
470
+ 451,
471
+ 452,
472
+ 453,
473
+ 454,
474
+ 455,
475
+ 456,
476
+ 457,
477
+ 458,
478
+ 459,
479
+ 460,
480
+ 461,
481
+ 462,
482
+ 463,
483
+ 464,
484
+ 465,
485
+ 466,
486
+ 467,
487
+ 468,
488
+ 469,
489
+ 470,
490
+ 471,
491
+ 472,
492
+ 473,
493
+ 474,
494
+ 475,
495
+ 476,
496
+ 477,
497
+ 478,
498
+ 479,
499
+ 480,
500
+ 481,
501
+ 482,
502
+ 483,
503
+ 484,
504
+ 485,
505
+ 486,
506
+ 487,
507
+ 488,
508
+ 489,
509
+ 490,
510
+ 491,
511
+ 492,
512
+ 493,
513
+ 494,
514
+ 495,
515
+ 496,
516
+ 497,
517
+ 498,
518
+ 499,
519
+ 500,
520
+ 501,
521
+ 502,
522
+ 503,
523
+ 504,
524
+ 505
525
+ ]
526
+ }
527
+ ]
checkpoints/060000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3980b9da3506c4fa9fd61677558fd0d160d3a93ec946ee8375aeca678cf6d4eb
3
+ size 412659164
checkpoints/060000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef28d5e6f86ca69ddae674e15005d062d09f70ded8ed93cbea72b5848bbcbd14
3
+ size 15708
checkpoints/060000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 0.0001
4
+ ],
5
+ "last_epoch": 60000,
6
+ "_step_count": 60001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 2.5e-06
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
checkpoints/060000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 60000
3
+ }
wandb/debug-internal.log ADDED
The diff for this file is too large to render. See raw diff
 
wandb/debug.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_setup.py:_flush():81] Current SDK version is 0.22.3
2
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_setup.py:_flush():81] Configure stats pid to 1841156
3
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_setup.py:_flush():81] Loading settings from /user/hominhduy.nguyen/u15271/.config/wandb/settings
4
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_setup.py:_flush():81] Loading settings from /mnt/vast-kisski/projects/kisski-umg-fairpact-2/VLA/binh/Smolvla_capstone_project/wandb/settings
5
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_setup.py:_flush():81] Loading settings from environment variables
6
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_init.py:setup_run_log_directory():706] Logging user logs to outputs/train/2025-11-25/16-28-58_libero_100%_base_openpi_data_correct_16_layers/wandb/offline-run-20251125_162916-byac7ckw/logs/debug.log
7
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_init.py:setup_run_log_directory():707] Logging internal logs to outputs/train/2025-11-25/16-28-58_libero_100%_base_openpi_data_correct_16_layers/wandb/offline-run-20251125_162916-byac7ckw/logs/debug-internal.log
8
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_init.py:init():833] calling init triggers
9
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_init.py:init():838] wandb.init called with sweep_config: {}
10
+ config: {'dataset': {'repo_id': '.', 'root': '/projects/extern/kisski/kisski-umg-fairpact-2/dir.project/VLA/binh/libero_lerobot_openpi/libero', 'episodes': None, 'image_transforms': {'enable': True, 'max_num_transforms': 3, 'random_order': False, 'image_tfs': {'hue': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'hue': [-0.05, 0.05]}}, 'contrast': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'contrast': [0.8, 1.2]}}, 'sharpness': {'weight': 1.0, 'type': 'SharpnessJitter', 'kwargs': {'sharpness': [0.5, 1.5]}}, 'brightness': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'brightness': [0.8, 1.2]}}, 'saturation': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'saturation': [0.5, 1.5]}}, 'crop_resize': {'weight': 1.0, 'type': 'RandomResizedCrop', 'kwargs': {'size': [256, 256], 'ratio': [1, 1], 'scale': [0.9, 0.95]}}, 'rotate': {'weight': 1.0, 'type': 'RandomRotate', 'kwargs': {'degrees': [-5, 5]}}}, 'wrist_tfs': {'hue': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'hue': [-0.05, 0.05]}}, 'contrast': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'contrast': [0.8, 1.2]}}, 'sharpness': {'weight': 1.0, 'type': 'SharpnessJitter', 'kwargs': {'sharpness': [0.5, 1.5]}}, 'brightness': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'brightness': [0.8, 1.2]}}, 'saturation': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'saturation': [0.5, 1.5]}}}}, 'revision': None, 'use_imagenet_stats': True, 'video_backend': 'torchcodec', 'vqa_data_path': None}, 'env': None, 'policy': {'type': 'smolvla', 'n_obs_steps': 1, 'normalization_mapping': {'VISUAL': <NormalizationMode.IDENTITY: 'IDENTITY'>, 'STATE': <NormalizationMode.MEAN_STD: 'MEAN_STD'>, 'ACTION': <NormalizationMode.MEAN_STD: 'MEAN_STD'>}, 'input_features': {'image': {'type': <FeatureType.VISUAL: 'VISUAL'>, 'shape': [3, 256, 256]}, 'wrist_image': {'type': <FeatureType.VISUAL: 'VISUAL'>, 'shape': [3, 256, 256]}, 'state': {'type': <FeatureType.STATE: 'STATE'>, 'shape': [8]}}, 'output_features': {'actions': {'type': <FeatureType.ACTION: 'ACTION'>, 'shape': [7]}}, 'device': 'cuda', 'use_amp': False, 'gradient_accumulation_steps': 1, 'chunk_size': 50, 'n_action_steps': 50, 'max_state_dim': 32, 'max_action_dim': 32, 'resize_imgs_with_padding': [512, 512], 'empty_cameras': 0, 'adapt_to_pi_aloha': False, 'use_delta_joint_actions_aloha': False, 'tokenizer_max_length': 48, 'num_steps': 10, 'use_cache': True, 'freeze_vision_encoder': True, 'train_expert_only': True, 'train_state_proj': True, 'optimizer_lr': 0.0001, 'optimizer_betas': [0.9, 0.95], 'optimizer_eps': 1e-08, 'optimizer_weight_decay': 1e-10, 'optimizer_grad_clip_norm': 10.0, 'scheduler_warmup_steps': 1000, 'scheduler_decay_steps': 30000, 'scheduler_decay_lr': 2.5e-06, 'vlm_model_name': 'HuggingFaceTB/SmolVLM2-500M-Video-Instruct', 'load_vlm_weights': True, 'add_image_special_tokens': False, 'attention_mode': 'cross_attn', 'prefix_length': 0, 'pad_language_to': 'max_length', 'num_expert_layers': 0, 'num_vlm_layers': 16, 'self_attn_every_n_layers': 2, 'expert_width_multiplier': 0.75, 'min_period': 0.004, 'max_period': 4.0}, 'output_dir': 'outputs/train/2025-11-25/16-28-58_libero_100%_base_openpi_data_correct_16_layers', 'job_name': 'libero_100%_base_openpi_data_correct_16_layers', 'resume': False, 'seed': 42, 'num_workers': 8, 'batch_size': 64, 'steps': 100000, 'eval_freq': 20000, 'log_freq': 10, 'save_checkpoint': True, 'save_freq': 10000, 'use_policy_training_preset': True, 'optimizer': {'type': 'adamw', 'lr': 0.0001, 'weight_decay': 1e-10, 'grad_clip_norm': 10.0, 'betas': [0.9, 0.95], 'eps': 1e-08}, 'scheduler': {'type': 'cosine_decay_with_warmup', 'num_warmup_steps': 1000, 'num_decay_steps': 30000, 'peak_lr': 0.0001, 'decay_lr': 2.5e-06}, 'eval': {'n_episodes': 50, 'batch_size': 50, 'use_async_envs': False}, 'wandb': {'enable': True, 'disable_artifact': True, 'project': 'smolvla', 'entity': 'Robotics_VLA', 'notes': None, 'run_id': None, 'mode': 'offline'}, '_wandb': {}}
11
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_init.py:init():881] starting backend
12
+ 2025-11-25 16:29:16,919 INFO MainThread:1841156 [wandb_init.py:init():884] sending inform_init request
13
+ 2025-11-25 16:29:16,925 INFO MainThread:1841156 [wandb_init.py:init():892] backend started and connected
14
+ 2025-11-25 16:29:16,926 INFO MainThread:1841156 [wandb_init.py:init():962] updated telemetry
15
+ 2025-11-25 16:29:16,937 INFO MainThread:1841156 [wandb_init.py:init():986] communicating run to backend with 90.0 second timeout
16
+ 2025-11-25 16:29:16,997 INFO MainThread:1841156 [wandb_init.py:init():1033] starting run threads in backend
17
+ 2025-11-25 16:29:17,258 INFO MainThread:1841156 [wandb_run.py:_console_start():2506] atexit reg
18
+ 2025-11-25 16:29:17,258 INFO MainThread:1841156 [wandb_run.py:_redirect():2354] redirect: wrap_raw
19
+ 2025-11-25 16:29:17,258 INFO MainThread:1841156 [wandb_run.py:_redirect():2423] Wrapping output streams.
20
+ 2025-11-25 16:29:17,258 INFO MainThread:1841156 [wandb_run.py:_redirect():2446] Redirects installed.
21
+ 2025-11-25 16:29:17,261 INFO MainThread:1841156 [wandb_init.py:init():1073] run started, returning control to user process
wandb/offline-run-20251125_162916-byac7ckw/files/config.yaml ADDED
@@ -0,0 +1,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ wandb_version: 1
2
+
3
+ _wandb:
4
+ desc: null
5
+ value:
6
+ python_version: 3.10.19
7
+ cli_version: 0.22.3
8
+ framework: huggingface
9
+ is_jupyter_run: false
10
+ is_kaggle_kernel: false
11
+ start_time: 1764084556
12
+ t:
13
+ 1:
14
+ - 1
15
+ - 41
16
+ - 49
17
+ - 51
18
+ - 71
19
+ 2:
20
+ - 1
21
+ - 2
22
+ - 3
23
+ - 11
24
+ - 41
25
+ - 49
26
+ - 51
27
+ - 71
28
+ 3:
29
+ - 4
30
+ - 13
31
+ - 15
32
+ - 16
33
+ - 42
34
+ - 61
35
+ 4: 3.10.19
36
+ 5: 0.22.3
37
+ 13: linux-x86_64
38
+ e:
39
+ 32ejr8bggruwdcbdkjpn95qlev429qjv:
40
+ os: Linux-4.18.0-553.77.1.el8_10.x86_64-x86_64-with-glibc2.28
41
+ python: CPython 3.10.19
42
+ started_at: '2025-11-25T15:29:16.660354Z'
43
+ args:
44
+ - --policy.path=/mnt/vast-kisski/projects/kisski-umg-fairpact-2/VLA/binh/smol_pretrained/smolvla_base
45
+ - --dataset.root=/projects/extern/kisski/kisski-umg-fairpact-2/dir.project/VLA/binh/libero_lerobot_openpi/libero
46
+ - --output_dir=outputs/train/2025-11-25/16-28-58_libero_100%_base_openpi_data_correct_16_layers
47
+ - --job_name=libero_100%_base_openpi_data_correct_16_layers
48
+ - --config_path=configs/smolvla_config/other_default.json
49
+ - --batch_size=64
50
+ - --steps=100000
51
+ - --policy.gradient_accumulation_steps=1
52
+ - --wandb.mode=offline
53
+ - --log_freq=10
54
+ program: /mnt/vast-kisski/projects/kisski-umg-fairpact-2/VLA/binh/Smolvla_capstone_project/lerobot/scripts/train_accelerate.py
55
+ code_path: lerobot/scripts/train_accelerate.py
56
+ code_path_local: lerobot/scripts/train_accelerate.py
57
+ git:
58
+ remote_url: git@github-binh:jibby2803/Smolvla_capstone_project.git
59
+ commit: 32545bcbb3c2e3fe36ad7028bb607ff767450563
60
+ root: outputs/train/2025-11-25/16-28-58_libero_100%_base_openpi_data_correct_16_layers
61
+ host: ggpu192
62
+ executable: /projects/extern/kisski/kisski-umg-fairpact-2/dir.project/miniconda3/envs/smol/bin/python3.10
63
+ cpu_count: 64
64
+ cpu_count_logical: 128
65
+ disk:
66
+ /:
67
+ total: '270465425408'
68
+ used: '7019024384'
69
+ memory:
70
+ total: '540930854912'
71
+ slurm:
72
+ mpi_type: pmi2
73
+ job_id: '11843069'
74
+ writer_id: 32ejr8bggruwdcbdkjpn95qlev429qjv
75
+ dataset:
76
+ desc: null
77
+ value:
78
+ repo_id: .
79
+ root: /projects/extern/kisski/kisski-umg-fairpact-2/dir.project/VLA/binh/libero_lerobot_openpi/libero
80
+ episodes: null
81
+ image_transforms:
82
+ enable: true
83
+ max_num_transforms: 3
84
+ random_order: false
85
+ image_tfs:
86
+ hue:
87
+ weight: 1.0
88
+ type: ColorJitter
89
+ kwargs:
90
+ hue:
91
+ - -0.05
92
+ - 0.05
93
+ contrast:
94
+ weight: 1.0
95
+ type: ColorJitter
96
+ kwargs:
97
+ contrast:
98
+ - 0.8
99
+ - 1.2
100
+ sharpness:
101
+ weight: 1.0
102
+ type: SharpnessJitter
103
+ kwargs:
104
+ sharpness:
105
+ - 0.5
106
+ - 1.5
107
+ brightness:
108
+ weight: 1.0
109
+ type: ColorJitter
110
+ kwargs:
111
+ brightness:
112
+ - 0.8
113
+ - 1.2
114
+ saturation:
115
+ weight: 1.0
116
+ type: ColorJitter
117
+ kwargs:
118
+ saturation:
119
+ - 0.5
120
+ - 1.5
121
+ crop_resize:
122
+ weight: 1.0
123
+ type: RandomResizedCrop
124
+ kwargs:
125
+ size:
126
+ - 256
127
+ - 256
128
+ ratio:
129
+ - 1
130
+ - 1
131
+ scale:
132
+ - 0.9
133
+ - 0.95
134
+ rotate:
135
+ weight: 1.0
136
+ type: RandomRotate
137
+ kwargs:
138
+ degrees:
139
+ - -5
140
+ - 5
141
+ wrist_tfs:
142
+ hue:
143
+ weight: 1.0
144
+ type: ColorJitter
145
+ kwargs:
146
+ hue:
147
+ - -0.05
148
+ - 0.05
149
+ contrast:
150
+ weight: 1.0
151
+ type: ColorJitter
152
+ kwargs:
153
+ contrast:
154
+ - 0.8
155
+ - 1.2
156
+ sharpness:
157
+ weight: 1.0
158
+ type: SharpnessJitter
159
+ kwargs:
160
+ sharpness:
161
+ - 0.5
162
+ - 1.5
163
+ brightness:
164
+ weight: 1.0
165
+ type: ColorJitter
166
+ kwargs:
167
+ brightness:
168
+ - 0.8
169
+ - 1.2
170
+ saturation:
171
+ weight: 1.0
172
+ type: ColorJitter
173
+ kwargs:
174
+ saturation:
175
+ - 0.5
176
+ - 1.5
177
+ revision: null
178
+ use_imagenet_stats: true
179
+ video_backend: torchcodec
180
+ vqa_data_path: null
181
+ env:
182
+ desc: null
183
+ value: null
184
+ policy:
185
+ desc: null
186
+ value:
187
+ type: smolvla
188
+ n_obs_steps: 1
189
+ normalization_mapping:
190
+ VISUAL: IDENTITY
191
+ STATE: MEAN_STD
192
+ ACTION: MEAN_STD
193
+ input_features:
194
+ image:
195
+ type: VISUAL
196
+ shape:
197
+ - 3
198
+ - 256
199
+ - 256
200
+ wrist_image:
201
+ type: VISUAL
202
+ shape:
203
+ - 3
204
+ - 256
205
+ - 256
206
+ state:
207
+ type: STATE
208
+ shape:
209
+ - 8
210
+ output_features:
211
+ actions:
212
+ type: ACTION
213
+ shape:
214
+ - 7
215
+ device: cuda
216
+ use_amp: false
217
+ gradient_accumulation_steps: 1
218
+ chunk_size: 50
219
+ n_action_steps: 50
220
+ max_state_dim: 32
221
+ max_action_dim: 32
222
+ resize_imgs_with_padding:
223
+ - 512
224
+ - 512
225
+ empty_cameras: 0
226
+ adapt_to_pi_aloha: false
227
+ use_delta_joint_actions_aloha: false
228
+ tokenizer_max_length: 48
229
+ num_steps: 10
230
+ use_cache: true
231
+ freeze_vision_encoder: true
232
+ train_expert_only: true
233
+ train_state_proj: true
234
+ optimizer_lr: 0.0001
235
+ optimizer_betas:
236
+ - 0.9
237
+ - 0.95
238
+ optimizer_eps: 1.0e-08
239
+ optimizer_weight_decay: 1.0e-10
240
+ optimizer_grad_clip_norm: 10.0
241
+ scheduler_warmup_steps: 1000
242
+ scheduler_decay_steps: 30000
243
+ scheduler_decay_lr: 2.5e-06
244
+ vlm_model_name: HuggingFaceTB/SmolVLM2-500M-Video-Instruct
245
+ load_vlm_weights: true
246
+ add_image_special_tokens: false
247
+ attention_mode: cross_attn
248
+ prefix_length: 0
249
+ pad_language_to: max_length
250
+ num_expert_layers: 0
251
+ num_vlm_layers: 16
252
+ self_attn_every_n_layers: 2
253
+ expert_width_multiplier: 0.75
254
+ min_period: 0.004
255
+ max_period: 4.0
256
+ output_dir:
257
+ desc: null
258
+ value: outputs/train/2025-11-25/16-28-58_libero_100%_base_openpi_data_correct_16_layers
259
+ job_name:
260
+ desc: null
261
+ value: libero_100%_base_openpi_data_correct_16_layers
262
+ resume:
263
+ desc: null
264
+ value: false
265
+ seed:
266
+ desc: null
267
+ value: 42
268
+ num_workers:
269
+ desc: null
270
+ value: 8
271
+ batch_size:
272
+ desc: null
273
+ value: 64
274
+ steps:
275
+ desc: null
276
+ value: 100000
277
+ eval_freq:
278
+ desc: null
279
+ value: 20000
280
+ log_freq:
281
+ desc: null
282
+ value: 10
283
+ save_checkpoint:
284
+ desc: null
285
+ value: true
286
+ save_freq:
287
+ desc: null
288
+ value: 10000
289
+ use_policy_training_preset:
290
+ desc: null
291
+ value: true
292
+ optimizer:
293
+ desc: null
294
+ value:
295
+ type: adamw
296
+ lr: 0.0001
297
+ weight_decay: 1.0e-10
298
+ grad_clip_norm: 10.0
299
+ betas:
300
+ - 0.9
301
+ - 0.95
302
+ eps: 1.0e-08
303
+ scheduler:
304
+ desc: null
305
+ value:
306
+ type: cosine_decay_with_warmup
307
+ num_warmup_steps: 1000
308
+ num_decay_steps: 30000
309
+ peak_lr: 0.0001
310
+ decay_lr: 2.5e-06
311
+ eval:
312
+ desc: null
313
+ value:
314
+ n_episodes: 50
315
+ batch_size: 50
316
+ use_async_envs: false
317
+ wandb:
318
+ desc: null
319
+ value:
320
+ enable: true
321
+ disable_artifact: true
322
+ project: smolvla
323
+ entity: Robotics_VLA
324
+ notes: null
325
+ run_id: null
326
+ mode: offline
wandb/offline-run-20251125_162916-byac7ckw/files/output.log ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ INFO 2025-11-25 16:29:17 celerate.py:159 Creating dataset
2
+ WARNING 2025-11-25 16:29:17 ts/utils.py:303
3
+ The dataset you requested (.) is in 2.0 format.
4
+ While current version of LeRobot is backward-compatible with it, the version of your dataset still uses global
5
+ stats instead of per-episode stats. Update your dataset stats to the new format using this command:
6
+ ```
7
+ python lerobot/common/datasets/v21/convert_dataset_v20_to_v21.py --repo-id=.
8
+ ```
9
+ If you encounter a problem, contact LeRobot maintainers on [Discord](https://discord.com/invite/s3KuuzsPFb)
10
+ or open an [issue on GitHub](https://github.com/huggingface/lerobot/issues/new/choose).
11
+ WARNING 2025-11-25 16:29:17 ts/utils.py:303
12
+ The dataset you requested (.) is in 2.0 format.
13
+ While current version of LeRobot is backward-compatible with it, the version of your dataset still uses global
14
+ stats instead of per-episode stats. Update your dataset stats to the new format using this command:
15
+ ```
16
+ python lerobot/common/datasets/v21/convert_dataset_v20_to_v21.py --repo-id=.
17
+ ```
18
+ If you encounter a problem, contact LeRobot maintainers on [Discord](https://discord.com/invite/s3KuuzsPFb)
19
+ or open an [issue on GitHub](https://github.com/huggingface/lerobot/issues/new/choose).
20
+ Resolving data files: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1693/1693 [00:00<00:00, 21061.53it/s]
21
+ Loading dataset shards: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 70/70 [00:00<00:00, 2841.17it/s]
22
+ INFO 2025-11-25 16:29:21 celerate.py:170 Creating policy
23
+ `torch_dtype` is deprecated! Use `dtype` instead!
24
+ INFO 2025-11-25 16:29:33 celerate.py:181 Creating optimizer and scheduler
25
+ INFO 2025-11-25 16:29:33 celerate.py:221 Output dir: outputs/train/2025-11-25/16-28-58_libero_100%_base_openpi_data_correct_16_layers
26
+ INFO 2025-11-25 16:29:33 celerate.py:224 cfg.steps=100000 (100K)
27
+ INFO 2025-11-25 16:29:33 celerate.py:225 dataset.num_frames=273465 (273K)
28
+ INFO 2025-11-25 16:29:33 celerate.py:226 dataset.num_episodes=1693
29
+ INFO 2025-11-25 16:29:33 celerate.py:227 num_learnable_params=99880992 (100M)
30
+ INFO 2025-11-25 16:29:33 celerate.py:228 num_total_params=450046220 (450M)
31
+ INFO 2025-11-25 16:29:33 celerate.py:229 Number of processes: 1
32
+ INFO 2025-11-25 16:29:33 celerate.py:230 Device: cuda
33
+ INFO 2025-11-25 16:29:33 celerate.py:231 Mixed precision: no
34
+ INFO 2025-11-25 16:29:33 celerate.py:253 Start offline training on a fixed dataset
35
+ INFO 2025-11-25 16:29:58 celerate.py:303 step:10 smpl:640 ep:4 epch:0.00 loss:2.536 grdn:10.515 lr:6.5e-07 updt_s:1.872 data_s:0.435
36
+ INFO 2025-11-25 16:30:19 celerate.py:303 step:20 smpl:1K ep:8 epch:0.00 loss:2.618 grdn:10.851 lr:1.6e-06 updt_s:1.858 data_s:0.019
37
+ INFO 2025-11-25 16:30:39 celerate.py:303 step:30 smpl:2K ep:12 epch:0.01 loss:2.427 grdn:9.828 lr:2.6e-06 updt_s:1.811 data_s:0.020
38
+ INFO 2025-11-25 16:30:59 celerate.py:303 step:40 smpl:3K ep:16 epch:0.01 loss:2.387 grdn:9.435 lr:3.6e-06 updt_s:1.765 data_s:0.022
39
+ INFO 2025-11-25 16:31:20 celerate.py:303 step:50 smpl:3K ep:20 epch:0.01 loss:2.122 grdn:7.784 lr:4.6e-06 updt_s:1.828 data_s:0.020
40
+ INFO 2025-11-25 16:31:40 celerate.py:303 step:60 smpl:4K ep:24 epch:0.01 loss:1.895 grdn:7.057 lr:5.6e-06 updt_s:1.839 data_s:0.021
41
+ INFO 2025-11-25 16:32:00 celerate.py:303 step:70 smpl:4K ep:28 epch:0.02 loss:1.873 grdn:6.428 lr:6.6e-06 updt_s:1.753 data_s:0.024
42
+ INFO 2025-11-25 16:32:21 celerate.py:303 step:80 smpl:5K ep:32 epch:0.02 loss:1.753 grdn:5.622 lr:7.6e-06 updt_s:1.850 data_s:0.019
43
+ INFO 2025-11-25 16:32:42 celerate.py:303 step:90 smpl:6K ep:36 epch:0.02 loss:1.530 grdn:4.238 lr:8.6e-06 updt_s:1.823 data_s:0.024
44
+ INFO 2025-11-25 16:33:02 celerate.py:303 step:100 smpl:6K ep:40 epch:0.02 loss:1.454 grdn:3.849 lr:9.6e-06 updt_s:1.755 data_s:0.024
45
+ INFO 2025-11-25 16:33:22 celerate.py:303 step:110 smpl:7K ep:44 epch:0.03 loss:1.352 grdn:3.377 lr:1.1e-05 updt_s:1.845 data_s:0.018
46
+ INFO 2025-11-25 16:33:42 celerate.py:303 step:120 smpl:8K ep:48 epch:0.03 loss:1.266 grdn:2.853 lr:1.2e-05 updt_s:1.778 data_s:0.022
47
+ INFO 2025-11-25 16:34:03 celerate.py:303 step:130 smpl:8K ep:52 epch:0.03 loss:1.193 grdn:2.585 lr:1.3e-05 updt_s:1.833 data_s:0.023
48
+ INFO 2025-11-25 16:34:23 celerate.py:303 step:140 smpl:9K ep:55 epch:0.03 loss:1.169 grdn:2.323 lr:1.4e-05 updt_s:1.775 data_s:0.020
49
+ INFO 2025-11-25 16:34:43 celerate.py:303 step:150 smpl:10K ep:59 epch:0.04 loss:1.131 grdn:2.376 lr:1.5e-05 updt_s:1.867 data_s:0.020
50
+ INFO 2025-11-25 16:35:03 celerate.py:303 step:160 smpl:10K ep:63 epch:0.04 loss:1.076 grdn:2.225 lr:1.6e-05 updt_s:1.773 data_s:0.023
51
+ INFO 2025-11-25 16:35:23 celerate.py:303 step:170 smpl:11K ep:67 epch:0.04 loss:1.046 grdn:1.904 lr:1.7e-05 updt_s:1.742 data_s:0.022
52
+ INFO 2025-11-25 16:35:43 celerate.py:303 step:180 smpl:12K ep:71 epch:0.04 loss:1.039 grdn:2.086 lr:1.8e-05 updt_s:1.824 data_s:0.017
53
+ INFO 2025-11-25 16:36:04 celerate.py:303 step:190 smpl:12K ep:75 epch:0.04 loss:0.999 grdn:2.033 lr:1.9e-05 updt_s:1.807 data_s:0.020
54
+ INFO 2025-11-25 16:36:24 celerate.py:303 step:200 smpl:13K ep:79 epch:0.05 loss:0.984 grdn:1.979 lr:2.0e-05 updt_s:1.758 data_s:0.023
55
+ INFO 2025-11-25 16:36:45 celerate.py:303 step:210 smpl:13K ep:83 epch:0.05 loss:0.966 grdn:1.676 lr:2.1e-05 updt_s:1.863 data_s:0.019
56
+ load pretrained policy
57
+ Loading HuggingFaceTB/SmolVLM2-500M-Video-Instruct weights ...
58
+ Load pretrained VLM successfully!
59
+ Reducing the number of VLM layers to 16 ...
60
+ Loading weights from local directory
61
+ INFO 2025-11-25 16:37:05 celerate.py:303 step:220 smpl:14K ep:87 epch:0.05 loss:0.927 grdn:1.700 lr:2.2e-05 updt_s:1.853 data_s:0.019
62
+ INFO 2025-11-25 16:37:25 celerate.py:303 step:230 smpl:15K ep:91 epch:0.05 loss:0.932 grdn:1.765 lr:2.3e-05 updt_s:1.768 data_s:0.022
63
+ INFO 2025-11-25 16:37:45 celerate.py:303 step:240 smpl:15K ep:95 epch:0.06 loss:0.900 grdn:1.756 lr:2.4e-05 updt_s:1.729 data_s:0.021
64
+ INFO 2025-11-25 16:38:05 celerate.py:303 step:250 smpl:16K ep:99 epch:0.06 loss:0.904 grdn:2.095 lr:2.5e-05 updt_s:1.844 data_s:0.019
65
+ INFO 2025-11-25 16:38:25 celerate.py:303 step:260 smpl:17K ep:103 epch:0.06 loss:0.878 grdn:1.889 lr:2.6e-05 updt_s:1.747 data_s:0.022
66
+ INFO 2025-11-25 16:38:45 celerate.py:303 step:270 smpl:17K ep:107 epch:0.06 loss:0.862 grdn:1.901 lr:2.7e-05 updt_s:1.784 data_s:0.021
67
+ INFO 2025-11-25 16:39:05 celerate.py:303 step:280 smpl:18K ep:111 epch:0.07 loss:0.836 grdn:1.830 lr:2.8e-05 updt_s:1.771 data_s:0.020
68
+ INFO 2025-11-25 16:39:27 celerate.py:303 step:290 smpl:19K ep:115 epch:0.07 loss:0.841 grdn:1.948 lr:2.9e-05 updt_s:1.948 data_s:0.021
69
+ INFO 2025-11-25 16:39:49 celerate.py:303 step:300 smpl:19K ep:119 epch:0.07 loss:0.838 grdn:1.910 lr:3.0e-05 updt_s:1.898 data_s:0.028
70
+ INFO 2025-11-25 16:40:11 celerate.py:303 step:310 smpl:20K ep:123 epch:0.07 loss:0.797 grdn:1.876 lr:3.1e-05 updt_s:1.952 data_s:0.025
71
+ INFO 2025-11-25 16:40:33 celerate.py:303 step:320 smpl:20K ep:127 epch:0.07 loss:0.796 grdn:1.842 lr:3.2e-05 updt_s:1.955 data_s:0.025
72
+ INFO 2025-11-25 16:40:56 celerate.py:303 step:330 smpl:21K ep:131 epch:0.08 loss:0.775 grdn:1.926 lr:3.3e-05 updt_s:2.012 data_s:0.024
73
+ INFO 2025-11-25 16:41:18 celerate.py:303 step:340 smpl:22K ep:135 epch:0.08 loss:0.782 grdn:1.810 lr:3.4e-05 updt_s:1.944 data_s:0.026
74
+ INFO 2025-11-25 16:41:40 celerate.py:303 step:350 smpl:22K ep:139 epch:0.08 loss:0.761 grdn:2.214 lr:3.5e-05 updt_s:2.056 data_s:0.024
75
+ INFO 2025-11-25 16:42:02 celerate.py:303 step:360 smpl:23K ep:143 epch:0.08 loss:0.700 grdn:1.896 lr:3.6e-05 updt_s:1.938 data_s:0.026
76
+ INFO 2025-11-25 16:42:24 celerate.py:303 step:370 smpl:24K ep:147 epch:0.09 loss:0.713 grdn:1.860 lr:3.7e-05 updt_s:1.916 data_s:0.028
77
+ INFO 2025-11-25 16:42:46 celerate.py:303 step:380 smpl:24K ep:151 epch:0.09 loss:0.709 grdn:1.964 lr:3.8e-05 updt_s:1.920 data_s:0.024
78
+ INFO 2025-11-25 16:43:08 celerate.py:303 step:390 smpl:25K ep:155 epch:0.09 loss:0.724 grdn:2.116 lr:3.9e-05 updt_s:1.919 data_s:0.029
79
+ INFO 2025-11-25 16:43:30 celerate.py:303 step:400 smpl:26K ep:158 epch:0.09 loss:0.687 grdn:2.012 lr:4.0e-05 updt_s:1.902 data_s:0.029
80
+ INFO 2025-11-25 16:43:52 celerate.py:303 step:410 smpl:26K ep:162 epch:0.10 loss:0.676 grdn:2.035 lr:4.1e-05 updt_s:2.048 data_s:0.023
81
+ INFO 2025-11-25 16:44:14 celerate.py:303 step:420 smpl:27K ep:166 epch:0.10 loss:0.694 grdn:2.221 lr:4.2e-05 updt_s:1.967 data_s:0.025
82
+ INFO 2025-11-25 16:44:36 celerate.py:303 step:430 smpl:28K ep:170 epch:0.10 loss:0.690 grdn:2.022 lr:4.3e-05 updt_s:1.929 data_s:0.026
83
+ INFO 2025-11-25 16:44:59 celerate.py:303 step:440 smpl:28K ep:174 epch:0.10 loss:0.670 grdn:2.124 lr:4.4e-05 updt_s:1.974 data_s:0.026
84
+ INFO 2025-11-25 16:45:21 celerate.py:303 step:450 smpl:29K ep:178 epch:0.11 loss:0.662 grdn:2.014 lr:4.5e-05 updt_s:2.013 data_s:0.026
85
+ INFO 2025-11-25 16:45:43 celerate.py:303 step:460 smpl:29K ep:182 epch:0.11 loss:0.661 grdn:1.902 lr:4.6e-05 updt_s:1.995 data_s:0.029
86
+ INFO 2025-11-25 16:46:05 celerate.py:303 step:470 smpl:30K ep:186 epch:0.11 loss:0.648 grdn:1.908 lr:4.7e-05 updt_s:1.958 data_s:0.027
87
+ INFO 2025-11-25 16:46:28 celerate.py:303 step:480 smpl:31K ep:190 epch:0.11 loss:0.649 grdn:1.913 lr:4.8e-05 updt_s:1.992 data_s:0.024
88
+ INFO 2025-11-25 16:46:50 celerate.py:303 step:490 smpl:31K ep:194 epch:0.11 loss:0.644 grdn:2.088 lr:4.9e-05 updt_s:1.883 data_s:0.024
89
+ INFO 2025-11-25 16:47:11 celerate.py:303 step:500 smpl:32K ep:198 epch:0.12 loss:0.638 grdn:2.132 lr:5.0e-05 updt_s:1.882 data_s:0.025
90
+ INFO 2025-11-25 16:47:33 celerate.py:303 step:510 smpl:33K ep:202 epch:0.12 loss:0.633 grdn:1.903 lr:5.1e-05 updt_s:1.985 data_s:0.023
91
+ INFO 2025-11-25 16:47:55 celerate.py:303 step:520 smpl:33K ep:206 epch:0.12 loss:0.614 grdn:1.734 lr:5.2e-05 updt_s:1.868 data_s:0.028
92
+ INFO 2025-11-25 16:48:16 celerate.py:303 step:530 smpl:34K ep:210 epch:0.12 loss:0.642 grdn:1.767 lr:5.3e-05 updt_s:1.904 data_s:0.025
93
+ INFO 2025-11-25 16:48:38 celerate.py:303 step:540 smpl:35K ep:214 epch:0.13 loss:0.633 grdn:2.083 lr:5.4e-05 updt_s:1.950 data_s:0.023
94
+ INFO 2025-11-25 16:48:59 celerate.py:303 step:550 smpl:35K ep:218 epch:0.13 loss:0.619 grdn:2.317 lr:5.5e-05 updt_s:1.864 data_s:0.024
95
+ INFO 2025-11-25 16:49:20 celerate.py:303 step:560 smpl:36K ep:222 epch:0.13 loss:0.616 grdn:2.303 lr:5.6e-05 updt_s:1.844 data_s:0.023
96
+ INFO 2025-11-25 16:49:42 celerate.py:303 step:570 smpl:36K ep:226 epch:0.13 loss:0.612 grdn:2.021 lr:5.7e-05 updt_s:1.988 data_s:0.019
97
+ INFO 2025-11-25 16:50:03 celerate.py:303 step:580 smpl:37K ep:230 epch:0.14 loss:0.593 grdn:1.935 lr:5.8e-05 updt_s:1.861 data_s:0.024
98
+ INFO 2025-11-25 16:50:25 celerate.py:303 step:590 smpl:38K ep:234 epch:0.14 loss:0.598 grdn:2.081 lr:5.9e-05 updt_s:1.882 data_s:0.024
99
+ INFO 2025-11-25 16:50:46 celerate.py:303 step:600 smpl:38K ep:238 epch:0.14 loss:0.592 grdn:2.063 lr:6.0e-05 updt_s:1.881 data_s:0.025
100
+ INFO 2025-11-25 16:51:07 celerate.py:303 step:610 smpl:39K ep:242 epch:0.14 loss:0.606 grdn:2.175 lr:6.1e-05 updt_s:1.827 data_s:0.024
101
+ INFO 2025-11-25 16:51:29 celerate.py:303 step:620 smpl:40K ep:246 epch:0.15 loss:0.597 grdn:1.920 lr:6.2e-05 updt_s:1.986 data_s:0.025
wandb/offline-run-20251125_162916-byac7ckw/files/requirements.txt ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ PySocks==1.7.1
2
+ beautifulsoup4==4.14.2
3
+ gdown==5.2.0
4
+ soupsieve==2.8
5
+ Farama-Notifications==0.0.4
6
+ PyOpenGL==3.1.0
7
+ PySocks==1.7.1
8
+ Send2Trash==1.8.3
9
+ absl-py==2.3.1
10
+ accelerate==1.11.0
11
+ aiohappyeyeballs==2.6.1
12
+ aiohttp==3.13.2
13
+ aiosignal==1.4.0
14
+ annotated-types==0.7.0
15
+ antlr4-python3-runtime==4.8
16
+ anyio==4.11.0
17
+ argon2-cffi==25.1.0
18
+ argon2-cffi-bindings==25.1.0
19
+ arrow==1.4.0
20
+ asciitree==0.3.3
21
+ asttokens==3.0.0
22
+ astunparse==1.6.3
23
+ async-lru==2.0.5
24
+ async-timeout==5.0.1
25
+ attrs==25.4.0
26
+ av==16.0.1
27
+ babel==2.17.0
28
+ bddl==3.6.0
29
+ beautifulsoup4==4.14.2
30
+ bleach==6.3.0
31
+ blinker==1.9.0
32
+ calvin_env==0.0.1
33
+ certifi==2025.10.5
34
+ cffi==2.0.0
35
+ charset-normalizer==3.4.4
36
+ click==8.3.0
37
+ cloudpickle==3.1.1
38
+ cmake==4.1.2
39
+ colorlog==6.10.1
40
+ comm==0.2.3
41
+ contourpy==1.3.2
42
+ cycler==0.12.1
43
+ datasets==3.0.0
44
+ debugpy==1.8.17
45
+ decorator==4.4.2
46
+ deepdiff==8.6.1
47
+ defusedxml==0.7.1
48
+ diffusers==0.35.2
49
+ dill==0.3.8
50
+ docopt==0.6.2
51
+ docstring_parser==0.17.0
52
+ draccus==0.10.0
53
+ easydict==1.13
54
+ einops==0.8.1
55
+ etils==1.13.0
56
+ evdev==1.9.2
57
+ exceptiongroup==1.3.0
58
+ executing==2.2.1
59
+ fasteners==0.20
60
+ fastjsonschema==2.21.2
61
+ filelock==3.20.0
62
+ Flask==3.1.2
63
+ flatbuffers==25.9.23
64
+ fonttools==4.60.1
65
+ fqdn==1.5.1
66
+ freetype-py==2.5.1
67
+ frozenlist==1.8.0
68
+ fsspec==2024.6.1
69
+ future==1.0.0
70
+ gast==0.6.0
71
+ gdown==5.2.0
72
+ gitdb==4.0.12
73
+ GitPython==3.1.45
74
+ glfw==2.10.0
75
+ google-pasta==0.2.0
76
+ grpcio==1.76.0
77
+ gym==0.26.2
78
+ gym-notices==0.1.0
79
+ gymnasium==0.29.1
80
+ h11==0.16.0
81
+ h5py==3.15.1
82
+ hf_transfer==0.1.9
83
+ hf-xet==1.2.0
84
+ httpcore==1.0.9
85
+ httpx==0.28.1
86
+ huggingface-hub==0.36.0
87
+ hydra-colorlog==1.2.0
88
+ hydra-core==1.1.1
89
+ idna==3.11
90
+ imageio==2.37.0
91
+ imageio-ffmpeg==0.6.0
92
+ importlib_metadata==8.7.0
93
+ importlib_resources==6.5.2
94
+ iniconfig==2.3.0
95
+ inquirerpy==0.3.4
96
+ ipykernel==7.1.0
97
+ ipython==8.37.0
98
+ iso8601==2.1.0
99
+ isoduration==20.11.0
100
+ itsdangerous==2.2.0
101
+ jedi==0.19.2
102
+ Jinja2==3.1.6
103
+ joblib==1.5.2
104
+ json5==0.12.1
105
+ jsonlines==4.0.0
106
+ jsonpointer==3.0.0
107
+ jsonschema==4.25.1
108
+ jsonschema-specifications==2025.9.1
109
+ jupyter_client==8.6.3
110
+ jupyter_core==5.9.1
111
+ jupyter-events==0.12.0
112
+ jupyter-lsp==2.3.0
113
+ jupyter_server==2.17.0
114
+ jupyter_server_terminals==0.5.3
115
+ jupyterlab==4.4.10
116
+ jupyterlab_pygments==0.3.0
117
+ jupyterlab_server==2.28.0
118
+ jupytext==1.18.1
119
+ keras==3.12.0
120
+ kiwisolver==1.4.9
121
+ lark==1.3.1
122
+ lerobot==0.1.0
123
+ libclang==18.1.1
124
+ lightning-utilities==0.15.2
125
+ llvmlite==0.45.1
126
+ lxml==6.0.2
127
+ Markdown==3.10
128
+ markdown-it-py==4.0.0
129
+ MarkupSafe==3.0.3
130
+ matplotlib==3.10.7
131
+ matplotlib-inline==0.2.1
132
+ mdit-py-plugins==0.5.0
133
+ mdurl==0.1.2
134
+ mergedeep==1.3.4
135
+ mistune==3.1.4
136
+ ml_dtypes==0.5.4
137
+ moviepy==1.0.3
138
+ mpmath==1.3.0
139
+ mujoco==3.3.7
140
+ multidict==6.7.0
141
+ multiprocess==0.70.16
142
+ mypy_extensions==1.1.0
143
+ namex==0.1.0
144
+ narwhals==2.12.0
145
+ nbclient==0.10.2
146
+ nbconvert==7.16.6
147
+ nbformat==5.10.4
148
+ nest-asyncio==1.6.0
149
+ networkx==3.4.2
150
+ nltk==3.9.2
151
+ notebook_shim==0.2.4
152
+ num2words==0.5.14
153
+ numba==0.62.1
154
+ numcodecs==0.13.1
155
+ numpy==2.2.6
156
+ numpy-quaternion==2024.0.12
157
+ nvidia-cublas-cu12==12.8.4.1
158
+ nvidia-cuda-cupti-cu12==12.8.90
159
+ nvidia-cuda-nvrtc-cu12==12.8.93
160
+ nvidia-cuda-runtime-cu12==12.8.90
161
+ nvidia-cudnn-cu12==9.10.2.21
162
+ nvidia-cufft-cu12==11.3.3.83
163
+ nvidia-cufile-cu12==1.13.1.3
164
+ nvidia-curand-cu12==10.3.9.90
165
+ nvidia-cusolver-cu12==11.7.3.90
166
+ nvidia-cusparse-cu12==12.5.8.93
167
+ nvidia-cusparselt-cu12==0.7.1
168
+ nvidia-ml-py==13.580.82
169
+ nvidia-nccl-cu12==2.27.5
170
+ nvidia-nvjitlink-cu12==12.8.93
171
+ nvidia-nvshmem-cu12==3.3.20
172
+ nvidia-nvtx-cu12==12.8.90
173
+ nvitop==1.5.3
174
+ omegaconf==2.1.2
175
+ opencv-python==4.12.0.88
176
+ opencv-python-headless==4.12.0.88
177
+ opt_einsum==3.4.0
178
+ optree==0.18.0
179
+ orderly-set==5.5.0
180
+ overrides==7.7.0
181
+ packaging==25.0
182
+ pandas==2.3.3
183
+ pandocfilters==1.5.1
184
+ parso==0.8.5
185
+ pexpect==4.9.0
186
+ pfzy==0.3.4
187
+ pillow==12.0.0
188
+ pip==25.2
189
+ platformdirs==4.5.0
190
+ plotly==6.5.0
191
+ pluggy==1.6.0
192
+ proglog==0.1.12
193
+ prometheus_client==0.23.1
194
+ prompt_toolkit==3.0.52
195
+ propcache==0.4.1
196
+ protobuf==6.33.0
197
+ psutil==7.1.2
198
+ ptyprocess==0.7.0
199
+ pure_eval==0.2.3
200
+ pyarrow==22.0.0
201
+ pybullet==3.2.7
202
+ pycollada==0.6
203
+ pycparser==2.23
204
+ pydantic==2.12.3
205
+ pydantic_core==2.41.4
206
+ pyglet==2.1.11
207
+ Pygments==2.19.2
208
+ pyhash==0.9.3
209
+ pymunk==6.11.1
210
+ pynput==1.8.1
211
+ pyparsing==3.2.5
212
+ pyrender==0.1.45
213
+ pytest==8.4.2
214
+ python-dateutil==2.9.0.post0
215
+ python-dotenv==1.2.1
216
+ python-json-logger==4.0.0
217
+ python-xlib==0.33
218
+ pytorch-lightning==2.5.6
219
+ pytz==2025.2
220
+ PyYAML==6.0.3
221
+ pyyaml-include==1.4.1
222
+ pyzmq==27.1.0
223
+ referencing==0.37.0
224
+ regex==2025.10.23
225
+ requests==2.32.5
226
+ rerun-sdk==0.26.2
227
+ rfc3339-validator==0.1.4
228
+ rfc3986-validator==0.1.1
229
+ rfc3987-syntax==1.1.0
230
+ rich==14.2.0
231
+ robosuite==1.4.0
232
+ rpds-py==0.28.0
233
+ safetensors==0.6.2
234
+ scipy==1.15.3
235
+ sentry-sdk==2.43.0
236
+ serial==0.0.97
237
+ setuptools==57.5.0
238
+ shtab==1.7.2
239
+ six==1.17.0
240
+ smmap==5.0.2
241
+ sniffio==1.3.1
242
+ soupsieve==2.8
243
+ stack-data==0.6.3
244
+ sympy==1.14.0
245
+ tensorboard==2.20.0
246
+ tensorboard-data-server==0.7.2
247
+ tensorflow==2.20.0
248
+ termcolor==3.2.0
249
+ terminado==0.18.1
250
+ tinycss2==1.4.0
251
+ tokenizers==0.22.1
252
+ toml==0.10.2
253
+ tomli==2.3.0
254
+ torch==2.9.0
255
+ torchcodec==0.8.1
256
+ torchmetrics==1.8.2
257
+ torchvision==0.24.0
258
+ tornado==6.5.2
259
+ tqdm==4.67.1
260
+ traitlets==5.14.3
261
+ transformers==4.57.1
262
+ trimesh==4.9.0
263
+ triton==3.5.0
264
+ typeguard==4.4.4
265
+ typing_extensions==4.15.0
266
+ typing-inspect==0.9.0
267
+ typing-inspection==0.4.2
268
+ tyro==0.9.35
269
+ tzdata==2025.2
270
+ urdfpy==0.0.22
271
+ uri-template==1.3.0
272
+ urllib3==2.5.0
273
+ wandb==0.22.3
274
+ wcwidth==0.2.14
275
+ webcolors==25.10.0
276
+ webencodings==0.5.1
277
+ websocket-client==1.9.0
278
+ Werkzeug==3.1.3
279
+ wheel==0.45.1
280
+ wrapt==2.0.1
281
+ xxhash==3.6.0
282
+ yarl==1.22.0
283
+ zarr==2.18.3
284
+ zipp==3.23.0
285
+ Calvin==0.0.1
286
+ tacto==0.0.3
wandb/offline-run-20251125_162916-byac7ckw/files/wandb-metadata.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"os": "Linux-4.18.0-553.77.1.el8_10.x86_64-x86_64-with-glibc2.28", "python": "CPython 3.10.19", "started_at": "2025-11-25T15:29:16.660354Z", "args": ["--policy.path=/mnt/vast-kisski/projects/kisski-umg-fairpact-2/VLA/binh/smol_pretrained/smolvla_base", "--dataset.root=/projects/extern/kisski/kisski-umg-fairpact-2/dir.project/VLA/binh/libero_lerobot_openpi/libero", "--output_dir=outputs/train/2025-11-25/16-28-58_libero_100%_base_openpi_data_correct_16_layers", "--job_name=libero_100%_base_openpi_data_correct_16_layers", "--config_path=configs/smolvla_config/other_default.json", "--batch_size=64", "--steps=100000", "--policy.gradient_accumulation_steps=1", "--wandb.mode=offline", "--log_freq=10"], "program": "/mnt/vast-kisski/projects/kisski-umg-fairpact-2/VLA/binh/Smolvla_capstone_project/lerobot/scripts/train_accelerate.py", "code_path": "lerobot/scripts/train_accelerate.py", "code_path_local": "lerobot/scripts/train_accelerate.py", "git": {"remote_url": "git@github-binh:jibby2803/Smolvla_capstone_project.git", "commit": "32545bcbb3c2e3fe36ad7028bb607ff767450563"}, "root": "outputs/train/2025-11-25/16-28-58_libero_100%_base_openpi_data_correct_16_layers", "host": "ggpu192", "executable": "/projects/extern/kisski/kisski-umg-fairpact-2/dir.project/miniconda3/envs/smol/bin/python3.10", "cpu_count": 64, "cpu_count_logical": 128, "disk": {"/": {"total": "270465425408", "used": "7019024384"}}, "memory": {"total": "540930854912"}, "slurm": {"mpi_type": "pmi2", "job_id": "11843069"}, "writer_id": "32ejr8bggruwdcbdkjpn95qlev429qjv"}
wandb/offline-run-20251125_162916-byac7ckw/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"_runtime": 1332, "train/episodes": 237.73133673413417, "train/epochs": 0.14042016345784653, "train/lr": 5.9590409590409594e-05, "train/update_s": 1.8813905590679496, "train/l1_infer_loss": 0.1812758892774582, "train/grad_norm": 2.062751054763794, "train/dataloading_s": 0.025184230413287878, "train/losses_after_forward": {"bins": [3.112745616817847e-10, 0.8841944932937622, 1.7683889865875244, 2.652583599090576, 3.536777973175049, 4.4209723472595215, 5.305167198181152, 6.189361572265625, 7.073555946350098, 7.95775032043457, 8.841944694519043, 9.726139068603516, 10.610334396362305, 11.494528770446777, 12.37872314453125, 13.262917518615723, 14.147111892700195, 15.031306266784668, 15.91550064086914, 16.79969596862793, 17.683889389038086, 18.568084716796875, 19.45227813720703, 20.33647346496582, 21.22066879272461, 22.104862213134766, 22.989057540893555, 23.87325096130371, 24.7574462890625, 25.641639709472656, 26.525835037231445, 27.4100284576416, 28.29422378540039], "_type": "histogram", "values": [94415, 4716, 1558, 699, 340, 224, 114, 95, 73, 44, 35, 24, 23, 15, 5, 4, 1, 1, 0, 2, 1, 3, 1, 0, 1, 1, 1, 0, 0, 1, 1, 2]}, "_step": 600, "train/steps": 600, "train/samples": 38400, "train/loss": 0.6092231273651123, "train/losses_after_rm_padding": {"_type": "histogram", "values": [18286, 2196, 835, 419, 206, 142, 79, 60, 56, 31, 28, 18, 16, 11, 3, 2, 0, 0, 0, 2, 0, 2, 1, 0, 1, 1, 1, 0, 0, 1, 1, 2], "bins": [1.1118939102772174e-09, 0.8841944932937622, 1.7683889865875244, 2.652583599090576, 3.536777973175049, 4.4209723472595215, 5.305167198181152, 6.189361572265625, 7.073555946350098, 7.95775032043457, 8.841944694519043, 9.726139068603516, 10.610334396362305, 11.494528770446777, 12.37872314453125, 13.262917518615723, 14.147111892700195, 15.031306266784668, 15.91550064086914, 16.79969596862793, 17.683889389038086, 18.568084716796875, 19.45227813720703, 20.33647346496582, 21.22066879272461, 22.104862213134766, 22.989057540893555, 23.87325096130371, 24.7574462890625, 25.641639709472656, 26.525835037231445, 27.4100284576416, 28.29422378540039]}, "_timestamp": 1764085846.692199}
wandb/offline-run-20251125_162916-byac7ckw/logs/debug-internal.log ADDED
The diff for this file is too large to render. See raw diff
 
wandb/offline-run-20251125_162916-byac7ckw/logs/debug.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_setup.py:_flush():81] Current SDK version is 0.22.3
2
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_setup.py:_flush():81] Configure stats pid to 1841156
3
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_setup.py:_flush():81] Loading settings from /user/hominhduy.nguyen/u15271/.config/wandb/settings
4
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_setup.py:_flush():81] Loading settings from /mnt/vast-kisski/projects/kisski-umg-fairpact-2/VLA/binh/Smolvla_capstone_project/wandb/settings
5
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_setup.py:_flush():81] Loading settings from environment variables
6
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_init.py:setup_run_log_directory():706] Logging user logs to outputs/train/2025-11-25/16-28-58_libero_100%_base_openpi_data_correct_16_layers/wandb/offline-run-20251125_162916-byac7ckw/logs/debug.log
7
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_init.py:setup_run_log_directory():707] Logging internal logs to outputs/train/2025-11-25/16-28-58_libero_100%_base_openpi_data_correct_16_layers/wandb/offline-run-20251125_162916-byac7ckw/logs/debug-internal.log
8
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_init.py:init():833] calling init triggers
9
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_init.py:init():838] wandb.init called with sweep_config: {}
10
+ config: {'dataset': {'repo_id': '.', 'root': '/projects/extern/kisski/kisski-umg-fairpact-2/dir.project/VLA/binh/libero_lerobot_openpi/libero', 'episodes': None, 'image_transforms': {'enable': True, 'max_num_transforms': 3, 'random_order': False, 'image_tfs': {'hue': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'hue': [-0.05, 0.05]}}, 'contrast': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'contrast': [0.8, 1.2]}}, 'sharpness': {'weight': 1.0, 'type': 'SharpnessJitter', 'kwargs': {'sharpness': [0.5, 1.5]}}, 'brightness': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'brightness': [0.8, 1.2]}}, 'saturation': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'saturation': [0.5, 1.5]}}, 'crop_resize': {'weight': 1.0, 'type': 'RandomResizedCrop', 'kwargs': {'size': [256, 256], 'ratio': [1, 1], 'scale': [0.9, 0.95]}}, 'rotate': {'weight': 1.0, 'type': 'RandomRotate', 'kwargs': {'degrees': [-5, 5]}}}, 'wrist_tfs': {'hue': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'hue': [-0.05, 0.05]}}, 'contrast': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'contrast': [0.8, 1.2]}}, 'sharpness': {'weight': 1.0, 'type': 'SharpnessJitter', 'kwargs': {'sharpness': [0.5, 1.5]}}, 'brightness': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'brightness': [0.8, 1.2]}}, 'saturation': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'saturation': [0.5, 1.5]}}}}, 'revision': None, 'use_imagenet_stats': True, 'video_backend': 'torchcodec', 'vqa_data_path': None}, 'env': None, 'policy': {'type': 'smolvla', 'n_obs_steps': 1, 'normalization_mapping': {'VISUAL': <NormalizationMode.IDENTITY: 'IDENTITY'>, 'STATE': <NormalizationMode.MEAN_STD: 'MEAN_STD'>, 'ACTION': <NormalizationMode.MEAN_STD: 'MEAN_STD'>}, 'input_features': {'image': {'type': <FeatureType.VISUAL: 'VISUAL'>, 'shape': [3, 256, 256]}, 'wrist_image': {'type': <FeatureType.VISUAL: 'VISUAL'>, 'shape': [3, 256, 256]}, 'state': {'type': <FeatureType.STATE: 'STATE'>, 'shape': [8]}}, 'output_features': {'actions': {'type': <FeatureType.ACTION: 'ACTION'>, 'shape': [7]}}, 'device': 'cuda', 'use_amp': False, 'gradient_accumulation_steps': 1, 'chunk_size': 50, 'n_action_steps': 50, 'max_state_dim': 32, 'max_action_dim': 32, 'resize_imgs_with_padding': [512, 512], 'empty_cameras': 0, 'adapt_to_pi_aloha': False, 'use_delta_joint_actions_aloha': False, 'tokenizer_max_length': 48, 'num_steps': 10, 'use_cache': True, 'freeze_vision_encoder': True, 'train_expert_only': True, 'train_state_proj': True, 'optimizer_lr': 0.0001, 'optimizer_betas': [0.9, 0.95], 'optimizer_eps': 1e-08, 'optimizer_weight_decay': 1e-10, 'optimizer_grad_clip_norm': 10.0, 'scheduler_warmup_steps': 1000, 'scheduler_decay_steps': 30000, 'scheduler_decay_lr': 2.5e-06, 'vlm_model_name': 'HuggingFaceTB/SmolVLM2-500M-Video-Instruct', 'load_vlm_weights': True, 'add_image_special_tokens': False, 'attention_mode': 'cross_attn', 'prefix_length': 0, 'pad_language_to': 'max_length', 'num_expert_layers': 0, 'num_vlm_layers': 16, 'self_attn_every_n_layers': 2, 'expert_width_multiplier': 0.75, 'min_period': 0.004, 'max_period': 4.0}, 'output_dir': 'outputs/train/2025-11-25/16-28-58_libero_100%_base_openpi_data_correct_16_layers', 'job_name': 'libero_100%_base_openpi_data_correct_16_layers', 'resume': False, 'seed': 42, 'num_workers': 8, 'batch_size': 64, 'steps': 100000, 'eval_freq': 20000, 'log_freq': 10, 'save_checkpoint': True, 'save_freq': 10000, 'use_policy_training_preset': True, 'optimizer': {'type': 'adamw', 'lr': 0.0001, 'weight_decay': 1e-10, 'grad_clip_norm': 10.0, 'betas': [0.9, 0.95], 'eps': 1e-08}, 'scheduler': {'type': 'cosine_decay_with_warmup', 'num_warmup_steps': 1000, 'num_decay_steps': 30000, 'peak_lr': 0.0001, 'decay_lr': 2.5e-06}, 'eval': {'n_episodes': 50, 'batch_size': 50, 'use_async_envs': False}, 'wandb': {'enable': True, 'disable_artifact': True, 'project': 'smolvla', 'entity': 'Robotics_VLA', 'notes': None, 'run_id': None, 'mode': 'offline'}, '_wandb': {}}
11
+ 2025-11-25 16:29:16,708 INFO MainThread:1841156 [wandb_init.py:init():881] starting backend
12
+ 2025-11-25 16:29:16,919 INFO MainThread:1841156 [wandb_init.py:init():884] sending inform_init request
13
+ 2025-11-25 16:29:16,925 INFO MainThread:1841156 [wandb_init.py:init():892] backend started and connected
14
+ 2025-11-25 16:29:16,926 INFO MainThread:1841156 [wandb_init.py:init():962] updated telemetry
15
+ 2025-11-25 16:29:16,937 INFO MainThread:1841156 [wandb_init.py:init():986] communicating run to backend with 90.0 second timeout
16
+ 2025-11-25 16:29:16,997 INFO MainThread:1841156 [wandb_init.py:init():1033] starting run threads in backend
17
+ 2025-11-25 16:29:17,258 INFO MainThread:1841156 [wandb_run.py:_console_start():2506] atexit reg
18
+ 2025-11-25 16:29:17,258 INFO MainThread:1841156 [wandb_run.py:_redirect():2354] redirect: wrap_raw
19
+ 2025-11-25 16:29:17,258 INFO MainThread:1841156 [wandb_run.py:_redirect():2423] Wrapping output streams.
20
+ 2025-11-25 16:29:17,258 INFO MainThread:1841156 [wandb_run.py:_redirect():2446] Redirects installed.
21
+ 2025-11-25 16:29:17,261 INFO MainThread:1841156 [wandb_init.py:init():1073] run started, returning control to user process
wandb/offline-run-20251125_162916-byac7ckw/run-byac7ckw.wandb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7c99cbf972066b8c791c68c3cedcf3c616240a86942cd9570ea2daa97b0a749
3
+ size 31227904