alextheprophecy commited on
Commit
c655158
·
verified ·
1 Parent(s): 87e1008

Upload folder using huggingface_hub

Browse files
Files changed (48) hide show
  1. .gitattributes +1 -0
  2. checkpoints/dino_v2_20260520/checkpoints/100000/pretrained_model/config.json +92 -0
  3. checkpoints/dino_v2_20260520/checkpoints/100000/pretrained_model/model.safetensors +3 -0
  4. checkpoints/dino_v2_20260520/checkpoints/100000/pretrained_model/policy_postprocessor.json +32 -0
  5. checkpoints/dino_v2_20260520/checkpoints/100000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
  6. checkpoints/dino_v2_20260520/checkpoints/100000/pretrained_model/policy_preprocessor.json +56 -0
  7. checkpoints/dino_v2_20260520/checkpoints/100000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors +3 -0
  8. checkpoints/dino_v2_20260520/checkpoints/100000/pretrained_model/train_config.json +302 -0
  9. checkpoints/dino_v2_20260520/checkpoints/100000/training_state/optimizer_param_groups.json +397 -0
  10. checkpoints/dino_v2_20260520/checkpoints/100000/training_state/optimizer_state.safetensors +3 -0
  11. checkpoints/dino_v2_20260520/checkpoints/100000/training_state/rng_state.safetensors +3 -0
  12. checkpoints/dino_v2_20260520/checkpoints/100000/training_state/scheduler_state.json +15 -0
  13. checkpoints/dino_v2_20260520/checkpoints/100000/training_state/training_step.json +3 -0
  14. checkpoints/dino_v2_20260520/checkpoints/200000/pretrained_model/config.json +92 -0
  15. checkpoints/dino_v2_20260520/checkpoints/200000/pretrained_model/model.safetensors +3 -0
  16. checkpoints/dino_v2_20260520/checkpoints/200000/pretrained_model/policy_postprocessor.json +32 -0
  17. checkpoints/dino_v2_20260520/checkpoints/200000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
  18. checkpoints/dino_v2_20260520/checkpoints/200000/pretrained_model/policy_preprocessor.json +56 -0
  19. checkpoints/dino_v2_20260520/checkpoints/200000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors +3 -0
  20. checkpoints/dino_v2_20260520/checkpoints/200000/pretrained_model/train_config.json +302 -0
  21. checkpoints/dino_v2_20260520/checkpoints/200000/training_state/optimizer_param_groups.json +397 -0
  22. checkpoints/dino_v2_20260520/checkpoints/200000/training_state/optimizer_state.safetensors +3 -0
  23. checkpoints/dino_v2_20260520/checkpoints/200000/training_state/rng_state.safetensors +3 -0
  24. checkpoints/dino_v2_20260520/checkpoints/200000/training_state/scheduler_state.json +15 -0
  25. checkpoints/dino_v2_20260520/checkpoints/200000/training_state/training_step.json +3 -0
  26. checkpoints/dino_v2_20260520/checkpoints/300000/pretrained_model/config.json +92 -0
  27. checkpoints/dino_v2_20260520/checkpoints/300000/pretrained_model/model.safetensors +3 -0
  28. checkpoints/dino_v2_20260520/checkpoints/300000/pretrained_model/policy_postprocessor.json +32 -0
  29. checkpoints/dino_v2_20260520/checkpoints/300000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
  30. checkpoints/dino_v2_20260520/checkpoints/300000/pretrained_model/policy_preprocessor.json +56 -0
  31. checkpoints/dino_v2_20260520/checkpoints/300000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors +3 -0
  32. checkpoints/dino_v2_20260520/checkpoints/300000/pretrained_model/train_config.json +302 -0
  33. checkpoints/dino_v2_20260520/checkpoints/300000/training_state/optimizer_param_groups.json +397 -0
  34. checkpoints/dino_v2_20260520/checkpoints/300000/training_state/optimizer_state.safetensors +3 -0
  35. checkpoints/dino_v2_20260520/checkpoints/300000/training_state/rng_state.safetensors +3 -0
  36. checkpoints/dino_v2_20260520/checkpoints/300000/training_state/scheduler_state.json +15 -0
  37. checkpoints/dino_v2_20260520/checkpoints/300000/training_state/training_step.json +3 -0
  38. checkpoints/dino_v2_20260520/wandb/debug-internal.log +0 -0
  39. checkpoints/dino_v2_20260520/wandb/debug.log +40 -0
  40. checkpoints/dino_v2_20260520/wandb/run-20260520_000553-6chr8b99/files/config.yaml +347 -0
  41. checkpoints/dino_v2_20260520/wandb/run-20260520_000553-6chr8b99/files/output.log +0 -0
  42. checkpoints/dino_v2_20260520/wandb/run-20260520_000553-6chr8b99/files/requirements.txt +113 -0
  43. checkpoints/dino_v2_20260520/wandb/run-20260520_000553-6chr8b99/files/wandb-metadata.json +71 -0
  44. checkpoints/dino_v2_20260520/wandb/run-20260520_000553-6chr8b99/files/wandb-summary.json +1 -0
  45. checkpoints/dino_v2_20260520/wandb/run-20260520_000553-6chr8b99/logs/debug-core.log +15 -0
  46. checkpoints/dino_v2_20260520/wandb/run-20260520_000553-6chr8b99/logs/debug-internal.log +0 -0
  47. checkpoints/dino_v2_20260520/wandb/run-20260520_000553-6chr8b99/logs/debug.log +40 -0
  48. checkpoints/dino_v2_20260520/wandb/run-20260520_000553-6chr8b99/run-6chr8b99.wandb +3 -0
.gitattributes CHANGED
@@ -43,3 +43,4 @@ checkpoints/diffusion_780_new_dataset_dino_v2_checkpoint_100000/wandb/run-202605
43
  checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_data_augmentation/wandb/run-20260519_234949-nw9a71x7/run-nw9a71x7.wandb filter=lfs diff=lfs merge=lfs -text
44
  checkpots/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/wandb/run-20260520_100113-rnm5uhtp/run-rnm5uhtp.wandb filter=lfs diff=lfs merge=lfs -text
45
  checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/wandb/run-20260520_100113-rnm5uhtp/run-rnm5uhtp.wandb filter=lfs diff=lfs merge=lfs -text
 
 
43
  checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_data_augmentation/wandb/run-20260519_234949-nw9a71x7/run-nw9a71x7.wandb filter=lfs diff=lfs merge=lfs -text
44
  checkpots/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/wandb/run-20260520_100113-rnm5uhtp/run-rnm5uhtp.wandb filter=lfs diff=lfs merge=lfs -text
45
  checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/wandb/run-20260520_100113-rnm5uhtp/run-rnm5uhtp.wandb filter=lfs diff=lfs merge=lfs -text
46
+ checkpoints/dino_v2_20260520/wandb/run-20260520_000553-6chr8b99/run-6chr8b99.wandb filter=lfs diff=lfs merge=lfs -text
checkpoints/dino_v2_20260520/checkpoints/100000/pretrained_model/config.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "diffusion",
3
+ "n_obs_steps": 2,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 6
9
+ ]
10
+ },
11
+ "observation.images.front": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ }
19
+ },
20
+ "output_features": {
21
+ "action": {
22
+ "type": "ACTION",
23
+ "shape": [
24
+ 6
25
+ ]
26
+ }
27
+ },
28
+ "device": "cuda",
29
+ "use_amp": false,
30
+ "use_peft": false,
31
+ "push_to_hub": false,
32
+ "repo_id": null,
33
+ "private": null,
34
+ "tags": null,
35
+ "license": null,
36
+ "pretrained_path": null,
37
+ "horizon": 16,
38
+ "n_action_steps": 8,
39
+ "normalization_mapping": {
40
+ "VISUAL": "MEAN_STD",
41
+ "STATE": "MIN_MAX",
42
+ "ACTION": "MIN_MAX"
43
+ },
44
+ "drop_n_last_frames": 7,
45
+ "vision_backbone_type": "dinov2",
46
+ "vision_encoder_name": "facebook/dinov2-with-registers-small",
47
+ "freeze_vision_encoder": true,
48
+ "vision_backbone": "resnet18",
49
+ "resize_shape": [
50
+ 224,
51
+ 224
52
+ ],
53
+ "crop_ratio": 1.0,
54
+ "crop_shape": null,
55
+ "crop_is_random": true,
56
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
57
+ "use_group_norm": false,
58
+ "spatial_softmax_num_keypoints": 32,
59
+ "vit_pool_type": "cls_mean",
60
+ "vit_feature_dim": 512,
61
+ "use_separate_rgb_encoder_per_camera": true,
62
+ "down_dims": [
63
+ 512,
64
+ 1024,
65
+ 2048
66
+ ],
67
+ "kernel_size": 5,
68
+ "n_groups": 8,
69
+ "diffusion_step_embed_dim": 128,
70
+ "use_film_scale_modulation": true,
71
+ "noise_scheduler_type": "DDPM",
72
+ "num_train_timesteps": 100,
73
+ "beta_schedule": "squaredcos_cap_v2",
74
+ "beta_start": 0.0001,
75
+ "beta_end": 0.02,
76
+ "prediction_type": "epsilon",
77
+ "clip_sample": true,
78
+ "clip_sample_range": 1.0,
79
+ "num_inference_steps": 100,
80
+ "compile_model": false,
81
+ "compile_mode": "reduce-overhead",
82
+ "do_mask_loss_for_padding": false,
83
+ "optimizer_lr": 0.0001,
84
+ "optimizer_betas": [
85
+ 0.95,
86
+ 0.999
87
+ ],
88
+ "optimizer_eps": 1e-08,
89
+ "optimizer_weight_decay": 1e-06,
90
+ "scheduler_name": "cosine",
91
+ "scheduler_warmup_steps": 500
92
+ }
checkpoints/dino_v2_20260520/checkpoints/100000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e877214cb1eed6b434fefb26d090a9cce22dd0d6fa43134c75596eaa9609d6dc
3
+ size 1199647464
checkpoints/dino_v2_20260520/checkpoints/100000/pretrained_model/policy_postprocessor.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 6
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "MEAN_STD",
18
+ "STATE": "MIN_MAX",
19
+ "ACTION": "MIN_MAX"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "device_processor",
26
+ "config": {
27
+ "device": "cpu",
28
+ "float_dtype": null
29
+ }
30
+ }
31
+ ]
32
+ }
checkpoints/dino_v2_20260520/checkpoints/100000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c58fd58fdfff3335fd358fa38d8478dedb5b3ba26b43ee2bce5b65d866e94cd3
3
+ size 6560
checkpoints/dino_v2_20260520/checkpoints/100000/pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "device_processor",
16
+ "config": {
17
+ "device": "cuda",
18
+ "float_dtype": null
19
+ }
20
+ },
21
+ {
22
+ "registry_name": "normalizer_processor",
23
+ "config": {
24
+ "eps": 1e-08,
25
+ "features": {
26
+ "observation.state": {
27
+ "type": "STATE",
28
+ "shape": [
29
+ 6
30
+ ]
31
+ },
32
+ "observation.images.front": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 480,
37
+ 640
38
+ ]
39
+ },
40
+ "action": {
41
+ "type": "ACTION",
42
+ "shape": [
43
+ 6
44
+ ]
45
+ }
46
+ },
47
+ "norm_map": {
48
+ "VISUAL": "MEAN_STD",
49
+ "STATE": "MIN_MAX",
50
+ "ACTION": "MIN_MAX"
51
+ }
52
+ },
53
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
54
+ }
55
+ ]
56
+ }
checkpoints/dino_v2_20260520/checkpoints/100000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c58fd58fdfff3335fd358fa38d8478dedb5b3ba26b43ee2bce5b65d866e94cd3
3
+ size 6560
checkpoints/dino_v2_20260520/checkpoints/100000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,302 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "local/act_collected_episodes",
4
+ "root": "/home/shadeform/Desktop/robot_learning/aggregated_new_dataset_781",
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": false,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "same_cloth_color": false,
11
+ "tfs": {
12
+ "color_jitter": {
13
+ "weight": 1.5,
14
+ "type": "ColorJitter",
15
+ "kwargs": {
16
+ "brightness": [
17
+ 0.7,
18
+ 1.3
19
+ ],
20
+ "contrast": [
21
+ 0.7,
22
+ 1.3
23
+ ],
24
+ "saturation": [
25
+ 0.4,
26
+ 1.6
27
+ ],
28
+ "hue": [
29
+ -0.5,
30
+ 0.5
31
+ ]
32
+ }
33
+ },
34
+ "grayscale": {
35
+ "weight": 0.5,
36
+ "type": "RandomGrayscale",
37
+ "kwargs": {
38
+ "p": 1.0
39
+ }
40
+ },
41
+ "shadow": {
42
+ "weight": 0.8,
43
+ "type": "RandomShadow",
44
+ "kwargs": {
45
+ "num_shadows": [
46
+ 1,
47
+ 2
48
+ ],
49
+ "intensity": [
50
+ 0.4,
51
+ 0.7
52
+ ],
53
+ "blur_sigma": [
54
+ 4.0,
55
+ 20.0
56
+ ]
57
+ }
58
+ },
59
+ "highlight": {
60
+ "weight": 0.5,
61
+ "type": "RandomHighlight",
62
+ "kwargs": {
63
+ "num_highlights": [
64
+ 0,
65
+ 1
66
+ ],
67
+ "intensity": [
68
+ 0.2,
69
+ 0.5
70
+ ],
71
+ "sigma": [
72
+ 20.0,
73
+ 60.0
74
+ ]
75
+ }
76
+ },
77
+ "gamma": {
78
+ "weight": 0.7,
79
+ "type": "RandomGamma",
80
+ "kwargs": {
81
+ "gamma": [
82
+ 0.6,
83
+ 1.4
84
+ ]
85
+ }
86
+ },
87
+ "blur": {
88
+ "weight": 0.0,
89
+ "type": "GaussianBlur",
90
+ "kwargs": {
91
+ "kernel_size": [
92
+ 3,
93
+ 3
94
+ ],
95
+ "sigma": [
96
+ 0.1,
97
+ 1.5
98
+ ]
99
+ }
100
+ },
101
+ "jpeg": {
102
+ "weight": 0.0,
103
+ "type": "RandomJPEG",
104
+ "kwargs": {
105
+ "quality": [
106
+ 60,
107
+ 95
108
+ ]
109
+ }
110
+ },
111
+ "crop": {
112
+ "weight": 0.5,
113
+ "type": "RandomCropPreserveSize",
114
+ "kwargs": {
115
+ "scale": [
116
+ 0.97,
117
+ 1.0
118
+ ],
119
+ "ratio": [
120
+ 0.99,
121
+ 1.01
122
+ ]
123
+ }
124
+ },
125
+ "affine": {
126
+ "weight": 0.0,
127
+ "type": "RandomAffine",
128
+ "kwargs": {
129
+ "degrees": [
130
+ -5.0,
131
+ 5.0
132
+ ],
133
+ "translate": [
134
+ 0.05,
135
+ 0.05
136
+ ]
137
+ }
138
+ },
139
+ "sharpness": {
140
+ "weight": 1.0,
141
+ "type": "SharpnessJitter",
142
+ "kwargs": {
143
+ "sharpness": [
144
+ 0.5,
145
+ 1.5
146
+ ]
147
+ }
148
+ }
149
+ }
150
+ },
151
+ "revision": null,
152
+ "use_imagenet_stats": true,
153
+ "video_backend": "pyav",
154
+ "return_uint8": false,
155
+ "streaming": false
156
+ },
157
+ "env": null,
158
+ "policy": {
159
+ "type": "diffusion",
160
+ "n_obs_steps": 2,
161
+ "input_features": {
162
+ "observation.state": {
163
+ "type": "STATE",
164
+ "shape": [
165
+ 6
166
+ ]
167
+ },
168
+ "observation.images.front": {
169
+ "type": "VISUAL",
170
+ "shape": [
171
+ 3,
172
+ 480,
173
+ 640
174
+ ]
175
+ }
176
+ },
177
+ "output_features": {
178
+ "action": {
179
+ "type": "ACTION",
180
+ "shape": [
181
+ 6
182
+ ]
183
+ }
184
+ },
185
+ "device": "cuda",
186
+ "use_amp": false,
187
+ "use_peft": false,
188
+ "push_to_hub": false,
189
+ "repo_id": null,
190
+ "private": null,
191
+ "tags": null,
192
+ "license": null,
193
+ "pretrained_path": null,
194
+ "horizon": 16,
195
+ "n_action_steps": 8,
196
+ "normalization_mapping": {
197
+ "VISUAL": "MEAN_STD",
198
+ "STATE": "MIN_MAX",
199
+ "ACTION": "MIN_MAX"
200
+ },
201
+ "drop_n_last_frames": 7,
202
+ "vision_backbone_type": "dinov2",
203
+ "vision_encoder_name": "facebook/dinov2-with-registers-small",
204
+ "freeze_vision_encoder": true,
205
+ "vision_backbone": "resnet18",
206
+ "resize_shape": [
207
+ 224,
208
+ 224
209
+ ],
210
+ "crop_ratio": 1.0,
211
+ "crop_shape": null,
212
+ "crop_is_random": true,
213
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
214
+ "use_group_norm": false,
215
+ "spatial_softmax_num_keypoints": 32,
216
+ "vit_pool_type": "cls_mean",
217
+ "vit_feature_dim": 512,
218
+ "use_separate_rgb_encoder_per_camera": true,
219
+ "down_dims": [
220
+ 512,
221
+ 1024,
222
+ 2048
223
+ ],
224
+ "kernel_size": 5,
225
+ "n_groups": 8,
226
+ "diffusion_step_embed_dim": 128,
227
+ "use_film_scale_modulation": true,
228
+ "noise_scheduler_type": "DDPM",
229
+ "num_train_timesteps": 100,
230
+ "beta_schedule": "squaredcos_cap_v2",
231
+ "beta_start": 0.0001,
232
+ "beta_end": 0.02,
233
+ "prediction_type": "epsilon",
234
+ "clip_sample": true,
235
+ "clip_sample_range": 1.0,
236
+ "num_inference_steps": 100,
237
+ "compile_model": false,
238
+ "compile_mode": "reduce-overhead",
239
+ "do_mask_loss_for_padding": false,
240
+ "optimizer_lr": 0.0001,
241
+ "optimizer_betas": [
242
+ 0.95,
243
+ 0.999
244
+ ],
245
+ "optimizer_eps": 1e-08,
246
+ "optimizer_weight_decay": 1e-06,
247
+ "scheduler_name": "cosine",
248
+ "scheduler_warmup_steps": 500
249
+ },
250
+ "reward_model": null,
251
+ "output_dir": "/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_v2_dinov2_cls_mean_20260520_000542",
252
+ "job_name": "diffusion_v2_dinov2_cls_mean_20260520_000542",
253
+ "resume": false,
254
+ "seed": 1000,
255
+ "cudnn_deterministic": false,
256
+ "num_workers": 32,
257
+ "batch_size": 64,
258
+ "prefetch_factor": 4,
259
+ "persistent_workers": true,
260
+ "steps": 400000,
261
+ "eval_freq": 0,
262
+ "log_freq": 20,
263
+ "tolerance_s": 0.0001,
264
+ "save_checkpoint": true,
265
+ "save_freq": 100000,
266
+ "use_policy_training_preset": true,
267
+ "optimizer": {
268
+ "type": "adam",
269
+ "lr": 0.0001,
270
+ "weight_decay": 1e-06,
271
+ "grad_clip_norm": 10.0,
272
+ "betas": [
273
+ 0.95,
274
+ 0.999
275
+ ],
276
+ "eps": 1e-08
277
+ },
278
+ "scheduler": {
279
+ "type": "diffuser",
280
+ "num_warmup_steps": 500,
281
+ "name": "cosine"
282
+ },
283
+ "eval": {
284
+ "n_episodes": 50,
285
+ "batch_size": 19,
286
+ "use_async_envs": true
287
+ },
288
+ "wandb": {
289
+ "enable": true,
290
+ "disable_artifact": false,
291
+ "project": "lerobot",
292
+ "entity": null,
293
+ "notes": null,
294
+ "run_id": "6chr8b99",
295
+ "mode": null,
296
+ "add_tags": true
297
+ },
298
+ "peft": null,
299
+ "sample_weighting": null,
300
+ "rename_map": {},
301
+ "checkpoint_path": null
302
+ }
checkpoints/dino_v2_20260520/checkpoints/100000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,397 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 8.54594455744191e-05,
4
+ "betas": [
5
+ 0.95,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 1e-06,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": false,
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
+ ]
396
+ }
397
+ ]
checkpoints/dino_v2_20260520/checkpoints/100000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13734564cc26883987254b79dbfe33328e478b502fd7c653602c0d44f02c8f17
3
+ size 2222768976
checkpoints/dino_v2_20260520/checkpoints/100000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f36b4db7b539d1952161c661ef8582778c145b977ee9e2fe6b3d0483b140bd3
3
+ size 15708
checkpoints/dino_v2_20260520/checkpoints/100000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 0.0001
4
+ ],
5
+ "last_epoch": 100000,
6
+ "_step_count": 100001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 8.54594455744191e-05
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
checkpoints/dino_v2_20260520/checkpoints/100000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 100000
3
+ }
checkpoints/dino_v2_20260520/checkpoints/200000/pretrained_model/config.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "diffusion",
3
+ "n_obs_steps": 2,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 6
9
+ ]
10
+ },
11
+ "observation.images.front": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ }
19
+ },
20
+ "output_features": {
21
+ "action": {
22
+ "type": "ACTION",
23
+ "shape": [
24
+ 6
25
+ ]
26
+ }
27
+ },
28
+ "device": "cuda",
29
+ "use_amp": false,
30
+ "use_peft": false,
31
+ "push_to_hub": false,
32
+ "repo_id": null,
33
+ "private": null,
34
+ "tags": null,
35
+ "license": null,
36
+ "pretrained_path": null,
37
+ "horizon": 16,
38
+ "n_action_steps": 8,
39
+ "normalization_mapping": {
40
+ "VISUAL": "MEAN_STD",
41
+ "STATE": "MIN_MAX",
42
+ "ACTION": "MIN_MAX"
43
+ },
44
+ "drop_n_last_frames": 7,
45
+ "vision_backbone_type": "dinov2",
46
+ "vision_encoder_name": "facebook/dinov2-with-registers-small",
47
+ "freeze_vision_encoder": true,
48
+ "vision_backbone": "resnet18",
49
+ "resize_shape": [
50
+ 224,
51
+ 224
52
+ ],
53
+ "crop_ratio": 1.0,
54
+ "crop_shape": null,
55
+ "crop_is_random": true,
56
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
57
+ "use_group_norm": false,
58
+ "spatial_softmax_num_keypoints": 32,
59
+ "vit_pool_type": "cls_mean",
60
+ "vit_feature_dim": 512,
61
+ "use_separate_rgb_encoder_per_camera": true,
62
+ "down_dims": [
63
+ 512,
64
+ 1024,
65
+ 2048
66
+ ],
67
+ "kernel_size": 5,
68
+ "n_groups": 8,
69
+ "diffusion_step_embed_dim": 128,
70
+ "use_film_scale_modulation": true,
71
+ "noise_scheduler_type": "DDPM",
72
+ "num_train_timesteps": 100,
73
+ "beta_schedule": "squaredcos_cap_v2",
74
+ "beta_start": 0.0001,
75
+ "beta_end": 0.02,
76
+ "prediction_type": "epsilon",
77
+ "clip_sample": true,
78
+ "clip_sample_range": 1.0,
79
+ "num_inference_steps": 100,
80
+ "compile_model": false,
81
+ "compile_mode": "reduce-overhead",
82
+ "do_mask_loss_for_padding": false,
83
+ "optimizer_lr": 0.0001,
84
+ "optimizer_betas": [
85
+ 0.95,
86
+ 0.999
87
+ ],
88
+ "optimizer_eps": 1e-08,
89
+ "optimizer_weight_decay": 1e-06,
90
+ "scheduler_name": "cosine",
91
+ "scheduler_warmup_steps": 500
92
+ }
checkpoints/dino_v2_20260520/checkpoints/200000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:761ecc630bb1ddae54145eedbb6c6d33408fd06f2ae96fe9334a66514b1746b5
3
+ size 1199647464
checkpoints/dino_v2_20260520/checkpoints/200000/pretrained_model/policy_postprocessor.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 6
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "MEAN_STD",
18
+ "STATE": "MIN_MAX",
19
+ "ACTION": "MIN_MAX"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "device_processor",
26
+ "config": {
27
+ "device": "cpu",
28
+ "float_dtype": null
29
+ }
30
+ }
31
+ ]
32
+ }
checkpoints/dino_v2_20260520/checkpoints/200000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c58fd58fdfff3335fd358fa38d8478dedb5b3ba26b43ee2bce5b65d866e94cd3
3
+ size 6560
checkpoints/dino_v2_20260520/checkpoints/200000/pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "device_processor",
16
+ "config": {
17
+ "device": "cuda",
18
+ "float_dtype": null
19
+ }
20
+ },
21
+ {
22
+ "registry_name": "normalizer_processor",
23
+ "config": {
24
+ "eps": 1e-08,
25
+ "features": {
26
+ "observation.state": {
27
+ "type": "STATE",
28
+ "shape": [
29
+ 6
30
+ ]
31
+ },
32
+ "observation.images.front": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 480,
37
+ 640
38
+ ]
39
+ },
40
+ "action": {
41
+ "type": "ACTION",
42
+ "shape": [
43
+ 6
44
+ ]
45
+ }
46
+ },
47
+ "norm_map": {
48
+ "VISUAL": "MEAN_STD",
49
+ "STATE": "MIN_MAX",
50
+ "ACTION": "MIN_MAX"
51
+ }
52
+ },
53
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
54
+ }
55
+ ]
56
+ }
checkpoints/dino_v2_20260520/checkpoints/200000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c58fd58fdfff3335fd358fa38d8478dedb5b3ba26b43ee2bce5b65d866e94cd3
3
+ size 6560
checkpoints/dino_v2_20260520/checkpoints/200000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,302 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "local/act_collected_episodes",
4
+ "root": "/home/shadeform/Desktop/robot_learning/aggregated_new_dataset_781",
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": false,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "same_cloth_color": false,
11
+ "tfs": {
12
+ "color_jitter": {
13
+ "weight": 1.5,
14
+ "type": "ColorJitter",
15
+ "kwargs": {
16
+ "brightness": [
17
+ 0.7,
18
+ 1.3
19
+ ],
20
+ "contrast": [
21
+ 0.7,
22
+ 1.3
23
+ ],
24
+ "saturation": [
25
+ 0.4,
26
+ 1.6
27
+ ],
28
+ "hue": [
29
+ -0.5,
30
+ 0.5
31
+ ]
32
+ }
33
+ },
34
+ "grayscale": {
35
+ "weight": 0.5,
36
+ "type": "RandomGrayscale",
37
+ "kwargs": {
38
+ "p": 1.0
39
+ }
40
+ },
41
+ "shadow": {
42
+ "weight": 0.8,
43
+ "type": "RandomShadow",
44
+ "kwargs": {
45
+ "num_shadows": [
46
+ 1,
47
+ 2
48
+ ],
49
+ "intensity": [
50
+ 0.4,
51
+ 0.7
52
+ ],
53
+ "blur_sigma": [
54
+ 4.0,
55
+ 20.0
56
+ ]
57
+ }
58
+ },
59
+ "highlight": {
60
+ "weight": 0.5,
61
+ "type": "RandomHighlight",
62
+ "kwargs": {
63
+ "num_highlights": [
64
+ 0,
65
+ 1
66
+ ],
67
+ "intensity": [
68
+ 0.2,
69
+ 0.5
70
+ ],
71
+ "sigma": [
72
+ 20.0,
73
+ 60.0
74
+ ]
75
+ }
76
+ },
77
+ "gamma": {
78
+ "weight": 0.7,
79
+ "type": "RandomGamma",
80
+ "kwargs": {
81
+ "gamma": [
82
+ 0.6,
83
+ 1.4
84
+ ]
85
+ }
86
+ },
87
+ "blur": {
88
+ "weight": 0.0,
89
+ "type": "GaussianBlur",
90
+ "kwargs": {
91
+ "kernel_size": [
92
+ 3,
93
+ 3
94
+ ],
95
+ "sigma": [
96
+ 0.1,
97
+ 1.5
98
+ ]
99
+ }
100
+ },
101
+ "jpeg": {
102
+ "weight": 0.0,
103
+ "type": "RandomJPEG",
104
+ "kwargs": {
105
+ "quality": [
106
+ 60,
107
+ 95
108
+ ]
109
+ }
110
+ },
111
+ "crop": {
112
+ "weight": 0.5,
113
+ "type": "RandomCropPreserveSize",
114
+ "kwargs": {
115
+ "scale": [
116
+ 0.97,
117
+ 1.0
118
+ ],
119
+ "ratio": [
120
+ 0.99,
121
+ 1.01
122
+ ]
123
+ }
124
+ },
125
+ "affine": {
126
+ "weight": 0.0,
127
+ "type": "RandomAffine",
128
+ "kwargs": {
129
+ "degrees": [
130
+ -5.0,
131
+ 5.0
132
+ ],
133
+ "translate": [
134
+ 0.05,
135
+ 0.05
136
+ ]
137
+ }
138
+ },
139
+ "sharpness": {
140
+ "weight": 1.0,
141
+ "type": "SharpnessJitter",
142
+ "kwargs": {
143
+ "sharpness": [
144
+ 0.5,
145
+ 1.5
146
+ ]
147
+ }
148
+ }
149
+ }
150
+ },
151
+ "revision": null,
152
+ "use_imagenet_stats": true,
153
+ "video_backend": "pyav",
154
+ "return_uint8": false,
155
+ "streaming": false
156
+ },
157
+ "env": null,
158
+ "policy": {
159
+ "type": "diffusion",
160
+ "n_obs_steps": 2,
161
+ "input_features": {
162
+ "observation.state": {
163
+ "type": "STATE",
164
+ "shape": [
165
+ 6
166
+ ]
167
+ },
168
+ "observation.images.front": {
169
+ "type": "VISUAL",
170
+ "shape": [
171
+ 3,
172
+ 480,
173
+ 640
174
+ ]
175
+ }
176
+ },
177
+ "output_features": {
178
+ "action": {
179
+ "type": "ACTION",
180
+ "shape": [
181
+ 6
182
+ ]
183
+ }
184
+ },
185
+ "device": "cuda",
186
+ "use_amp": false,
187
+ "use_peft": false,
188
+ "push_to_hub": false,
189
+ "repo_id": null,
190
+ "private": null,
191
+ "tags": null,
192
+ "license": null,
193
+ "pretrained_path": null,
194
+ "horizon": 16,
195
+ "n_action_steps": 8,
196
+ "normalization_mapping": {
197
+ "VISUAL": "MEAN_STD",
198
+ "STATE": "MIN_MAX",
199
+ "ACTION": "MIN_MAX"
200
+ },
201
+ "drop_n_last_frames": 7,
202
+ "vision_backbone_type": "dinov2",
203
+ "vision_encoder_name": "facebook/dinov2-with-registers-small",
204
+ "freeze_vision_encoder": true,
205
+ "vision_backbone": "resnet18",
206
+ "resize_shape": [
207
+ 224,
208
+ 224
209
+ ],
210
+ "crop_ratio": 1.0,
211
+ "crop_shape": null,
212
+ "crop_is_random": true,
213
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
214
+ "use_group_norm": false,
215
+ "spatial_softmax_num_keypoints": 32,
216
+ "vit_pool_type": "cls_mean",
217
+ "vit_feature_dim": 512,
218
+ "use_separate_rgb_encoder_per_camera": true,
219
+ "down_dims": [
220
+ 512,
221
+ 1024,
222
+ 2048
223
+ ],
224
+ "kernel_size": 5,
225
+ "n_groups": 8,
226
+ "diffusion_step_embed_dim": 128,
227
+ "use_film_scale_modulation": true,
228
+ "noise_scheduler_type": "DDPM",
229
+ "num_train_timesteps": 100,
230
+ "beta_schedule": "squaredcos_cap_v2",
231
+ "beta_start": 0.0001,
232
+ "beta_end": 0.02,
233
+ "prediction_type": "epsilon",
234
+ "clip_sample": true,
235
+ "clip_sample_range": 1.0,
236
+ "num_inference_steps": 100,
237
+ "compile_model": false,
238
+ "compile_mode": "reduce-overhead",
239
+ "do_mask_loss_for_padding": false,
240
+ "optimizer_lr": 0.0001,
241
+ "optimizer_betas": [
242
+ 0.95,
243
+ 0.999
244
+ ],
245
+ "optimizer_eps": 1e-08,
246
+ "optimizer_weight_decay": 1e-06,
247
+ "scheduler_name": "cosine",
248
+ "scheduler_warmup_steps": 500
249
+ },
250
+ "reward_model": null,
251
+ "output_dir": "/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_v2_dinov2_cls_mean_20260520_000542",
252
+ "job_name": "diffusion_v2_dinov2_cls_mean_20260520_000542",
253
+ "resume": false,
254
+ "seed": 1000,
255
+ "cudnn_deterministic": false,
256
+ "num_workers": 32,
257
+ "batch_size": 64,
258
+ "prefetch_factor": 4,
259
+ "persistent_workers": true,
260
+ "steps": 400000,
261
+ "eval_freq": 0,
262
+ "log_freq": 20,
263
+ "tolerance_s": 0.0001,
264
+ "save_checkpoint": true,
265
+ "save_freq": 100000,
266
+ "use_policy_training_preset": true,
267
+ "optimizer": {
268
+ "type": "adam",
269
+ "lr": 0.0001,
270
+ "weight_decay": 1e-06,
271
+ "grad_clip_norm": 10.0,
272
+ "betas": [
273
+ 0.95,
274
+ 0.999
275
+ ],
276
+ "eps": 1e-08
277
+ },
278
+ "scheduler": {
279
+ "type": "diffuser",
280
+ "num_warmup_steps": 500,
281
+ "name": "cosine"
282
+ },
283
+ "eval": {
284
+ "n_episodes": 50,
285
+ "batch_size": 19,
286
+ "use_async_envs": true
287
+ },
288
+ "wandb": {
289
+ "enable": true,
290
+ "disable_artifact": false,
291
+ "project": "lerobot",
292
+ "entity": null,
293
+ "notes": null,
294
+ "run_id": "6chr8b99",
295
+ "mode": null,
296
+ "add_tags": true
297
+ },
298
+ "peft": null,
299
+ "sample_weighting": null,
300
+ "rename_map": {},
301
+ "checkpoint_path": null
302
+ }
checkpoints/dino_v2_20260520/checkpoints/200000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,397 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 5.0098297579158215e-05,
4
+ "betas": [
5
+ 0.95,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 1e-06,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": false,
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
+ ]
396
+ }
397
+ ]
checkpoints/dino_v2_20260520/checkpoints/200000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a69842454af7b5e93fe742585779e70c74290159c31088e8bb61136f463a4d6
3
+ size 2222768976
checkpoints/dino_v2_20260520/checkpoints/200000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dda742f9584a56eb028235231808547e0f50354d5afbd50a1f1c31a840de27bc
3
+ size 15708
checkpoints/dino_v2_20260520/checkpoints/200000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 0.0001
4
+ ],
5
+ "last_epoch": 200000,
6
+ "_step_count": 200001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 5.0098297579158215e-05
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
checkpoints/dino_v2_20260520/checkpoints/200000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 200000
3
+ }
checkpoints/dino_v2_20260520/checkpoints/300000/pretrained_model/config.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "diffusion",
3
+ "n_obs_steps": 2,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 6
9
+ ]
10
+ },
11
+ "observation.images.front": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ }
19
+ },
20
+ "output_features": {
21
+ "action": {
22
+ "type": "ACTION",
23
+ "shape": [
24
+ 6
25
+ ]
26
+ }
27
+ },
28
+ "device": "cuda",
29
+ "use_amp": false,
30
+ "use_peft": false,
31
+ "push_to_hub": false,
32
+ "repo_id": null,
33
+ "private": null,
34
+ "tags": null,
35
+ "license": null,
36
+ "pretrained_path": null,
37
+ "horizon": 16,
38
+ "n_action_steps": 8,
39
+ "normalization_mapping": {
40
+ "VISUAL": "MEAN_STD",
41
+ "STATE": "MIN_MAX",
42
+ "ACTION": "MIN_MAX"
43
+ },
44
+ "drop_n_last_frames": 7,
45
+ "vision_backbone_type": "dinov2",
46
+ "vision_encoder_name": "facebook/dinov2-with-registers-small",
47
+ "freeze_vision_encoder": true,
48
+ "vision_backbone": "resnet18",
49
+ "resize_shape": [
50
+ 224,
51
+ 224
52
+ ],
53
+ "crop_ratio": 1.0,
54
+ "crop_shape": null,
55
+ "crop_is_random": true,
56
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
57
+ "use_group_norm": false,
58
+ "spatial_softmax_num_keypoints": 32,
59
+ "vit_pool_type": "cls_mean",
60
+ "vit_feature_dim": 512,
61
+ "use_separate_rgb_encoder_per_camera": true,
62
+ "down_dims": [
63
+ 512,
64
+ 1024,
65
+ 2048
66
+ ],
67
+ "kernel_size": 5,
68
+ "n_groups": 8,
69
+ "diffusion_step_embed_dim": 128,
70
+ "use_film_scale_modulation": true,
71
+ "noise_scheduler_type": "DDPM",
72
+ "num_train_timesteps": 100,
73
+ "beta_schedule": "squaredcos_cap_v2",
74
+ "beta_start": 0.0001,
75
+ "beta_end": 0.02,
76
+ "prediction_type": "epsilon",
77
+ "clip_sample": true,
78
+ "clip_sample_range": 1.0,
79
+ "num_inference_steps": 100,
80
+ "compile_model": false,
81
+ "compile_mode": "reduce-overhead",
82
+ "do_mask_loss_for_padding": false,
83
+ "optimizer_lr": 0.0001,
84
+ "optimizer_betas": [
85
+ 0.95,
86
+ 0.999
87
+ ],
88
+ "optimizer_eps": 1e-08,
89
+ "optimizer_weight_decay": 1e-06,
90
+ "scheduler_name": "cosine",
91
+ "scheduler_warmup_steps": 500
92
+ }
checkpoints/dino_v2_20260520/checkpoints/300000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b10beb058e2df79304d240863b9959a451ffbebd3a01429a5bf546960ebabef9
3
+ size 1199647464
checkpoints/dino_v2_20260520/checkpoints/300000/pretrained_model/policy_postprocessor.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 6
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "MEAN_STD",
18
+ "STATE": "MIN_MAX",
19
+ "ACTION": "MIN_MAX"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "device_processor",
26
+ "config": {
27
+ "device": "cpu",
28
+ "float_dtype": null
29
+ }
30
+ }
31
+ ]
32
+ }
checkpoints/dino_v2_20260520/checkpoints/300000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c58fd58fdfff3335fd358fa38d8478dedb5b3ba26b43ee2bce5b65d866e94cd3
3
+ size 6560
checkpoints/dino_v2_20260520/checkpoints/300000/pretrained_model/policy_preprocessor.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "device_processor",
16
+ "config": {
17
+ "device": "cuda",
18
+ "float_dtype": null
19
+ }
20
+ },
21
+ {
22
+ "registry_name": "normalizer_processor",
23
+ "config": {
24
+ "eps": 1e-08,
25
+ "features": {
26
+ "observation.state": {
27
+ "type": "STATE",
28
+ "shape": [
29
+ 6
30
+ ]
31
+ },
32
+ "observation.images.front": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 480,
37
+ 640
38
+ ]
39
+ },
40
+ "action": {
41
+ "type": "ACTION",
42
+ "shape": [
43
+ 6
44
+ ]
45
+ }
46
+ },
47
+ "norm_map": {
48
+ "VISUAL": "MEAN_STD",
49
+ "STATE": "MIN_MAX",
50
+ "ACTION": "MIN_MAX"
51
+ }
52
+ },
53
+ "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
54
+ }
55
+ ]
56
+ }
checkpoints/dino_v2_20260520/checkpoints/300000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c58fd58fdfff3335fd358fa38d8478dedb5b3ba26b43ee2bce5b65d866e94cd3
3
+ size 6560
checkpoints/dino_v2_20260520/checkpoints/300000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,302 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "local/act_collected_episodes",
4
+ "root": "/home/shadeform/Desktop/robot_learning/aggregated_new_dataset_781",
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": false,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "same_cloth_color": false,
11
+ "tfs": {
12
+ "color_jitter": {
13
+ "weight": 1.5,
14
+ "type": "ColorJitter",
15
+ "kwargs": {
16
+ "brightness": [
17
+ 0.7,
18
+ 1.3
19
+ ],
20
+ "contrast": [
21
+ 0.7,
22
+ 1.3
23
+ ],
24
+ "saturation": [
25
+ 0.4,
26
+ 1.6
27
+ ],
28
+ "hue": [
29
+ -0.5,
30
+ 0.5
31
+ ]
32
+ }
33
+ },
34
+ "grayscale": {
35
+ "weight": 0.5,
36
+ "type": "RandomGrayscale",
37
+ "kwargs": {
38
+ "p": 1.0
39
+ }
40
+ },
41
+ "shadow": {
42
+ "weight": 0.8,
43
+ "type": "RandomShadow",
44
+ "kwargs": {
45
+ "num_shadows": [
46
+ 1,
47
+ 2
48
+ ],
49
+ "intensity": [
50
+ 0.4,
51
+ 0.7
52
+ ],
53
+ "blur_sigma": [
54
+ 4.0,
55
+ 20.0
56
+ ]
57
+ }
58
+ },
59
+ "highlight": {
60
+ "weight": 0.5,
61
+ "type": "RandomHighlight",
62
+ "kwargs": {
63
+ "num_highlights": [
64
+ 0,
65
+ 1
66
+ ],
67
+ "intensity": [
68
+ 0.2,
69
+ 0.5
70
+ ],
71
+ "sigma": [
72
+ 20.0,
73
+ 60.0
74
+ ]
75
+ }
76
+ },
77
+ "gamma": {
78
+ "weight": 0.7,
79
+ "type": "RandomGamma",
80
+ "kwargs": {
81
+ "gamma": [
82
+ 0.6,
83
+ 1.4
84
+ ]
85
+ }
86
+ },
87
+ "blur": {
88
+ "weight": 0.0,
89
+ "type": "GaussianBlur",
90
+ "kwargs": {
91
+ "kernel_size": [
92
+ 3,
93
+ 3
94
+ ],
95
+ "sigma": [
96
+ 0.1,
97
+ 1.5
98
+ ]
99
+ }
100
+ },
101
+ "jpeg": {
102
+ "weight": 0.0,
103
+ "type": "RandomJPEG",
104
+ "kwargs": {
105
+ "quality": [
106
+ 60,
107
+ 95
108
+ ]
109
+ }
110
+ },
111
+ "crop": {
112
+ "weight": 0.5,
113
+ "type": "RandomCropPreserveSize",
114
+ "kwargs": {
115
+ "scale": [
116
+ 0.97,
117
+ 1.0
118
+ ],
119
+ "ratio": [
120
+ 0.99,
121
+ 1.01
122
+ ]
123
+ }
124
+ },
125
+ "affine": {
126
+ "weight": 0.0,
127
+ "type": "RandomAffine",
128
+ "kwargs": {
129
+ "degrees": [
130
+ -5.0,
131
+ 5.0
132
+ ],
133
+ "translate": [
134
+ 0.05,
135
+ 0.05
136
+ ]
137
+ }
138
+ },
139
+ "sharpness": {
140
+ "weight": 1.0,
141
+ "type": "SharpnessJitter",
142
+ "kwargs": {
143
+ "sharpness": [
144
+ 0.5,
145
+ 1.5
146
+ ]
147
+ }
148
+ }
149
+ }
150
+ },
151
+ "revision": null,
152
+ "use_imagenet_stats": true,
153
+ "video_backend": "pyav",
154
+ "return_uint8": false,
155
+ "streaming": false
156
+ },
157
+ "env": null,
158
+ "policy": {
159
+ "type": "diffusion",
160
+ "n_obs_steps": 2,
161
+ "input_features": {
162
+ "observation.state": {
163
+ "type": "STATE",
164
+ "shape": [
165
+ 6
166
+ ]
167
+ },
168
+ "observation.images.front": {
169
+ "type": "VISUAL",
170
+ "shape": [
171
+ 3,
172
+ 480,
173
+ 640
174
+ ]
175
+ }
176
+ },
177
+ "output_features": {
178
+ "action": {
179
+ "type": "ACTION",
180
+ "shape": [
181
+ 6
182
+ ]
183
+ }
184
+ },
185
+ "device": "cuda",
186
+ "use_amp": false,
187
+ "use_peft": false,
188
+ "push_to_hub": false,
189
+ "repo_id": null,
190
+ "private": null,
191
+ "tags": null,
192
+ "license": null,
193
+ "pretrained_path": null,
194
+ "horizon": 16,
195
+ "n_action_steps": 8,
196
+ "normalization_mapping": {
197
+ "VISUAL": "MEAN_STD",
198
+ "STATE": "MIN_MAX",
199
+ "ACTION": "MIN_MAX"
200
+ },
201
+ "drop_n_last_frames": 7,
202
+ "vision_backbone_type": "dinov2",
203
+ "vision_encoder_name": "facebook/dinov2-with-registers-small",
204
+ "freeze_vision_encoder": true,
205
+ "vision_backbone": "resnet18",
206
+ "resize_shape": [
207
+ 224,
208
+ 224
209
+ ],
210
+ "crop_ratio": 1.0,
211
+ "crop_shape": null,
212
+ "crop_is_random": true,
213
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
214
+ "use_group_norm": false,
215
+ "spatial_softmax_num_keypoints": 32,
216
+ "vit_pool_type": "cls_mean",
217
+ "vit_feature_dim": 512,
218
+ "use_separate_rgb_encoder_per_camera": true,
219
+ "down_dims": [
220
+ 512,
221
+ 1024,
222
+ 2048
223
+ ],
224
+ "kernel_size": 5,
225
+ "n_groups": 8,
226
+ "diffusion_step_embed_dim": 128,
227
+ "use_film_scale_modulation": true,
228
+ "noise_scheduler_type": "DDPM",
229
+ "num_train_timesteps": 100,
230
+ "beta_schedule": "squaredcos_cap_v2",
231
+ "beta_start": 0.0001,
232
+ "beta_end": 0.02,
233
+ "prediction_type": "epsilon",
234
+ "clip_sample": true,
235
+ "clip_sample_range": 1.0,
236
+ "num_inference_steps": 100,
237
+ "compile_model": false,
238
+ "compile_mode": "reduce-overhead",
239
+ "do_mask_loss_for_padding": false,
240
+ "optimizer_lr": 0.0001,
241
+ "optimizer_betas": [
242
+ 0.95,
243
+ 0.999
244
+ ],
245
+ "optimizer_eps": 1e-08,
246
+ "optimizer_weight_decay": 1e-06,
247
+ "scheduler_name": "cosine",
248
+ "scheduler_warmup_steps": 500
249
+ },
250
+ "reward_model": null,
251
+ "output_dir": "/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_v2_dinov2_cls_mean_20260520_000542",
252
+ "job_name": "diffusion_v2_dinov2_cls_mean_20260520_000542",
253
+ "resume": false,
254
+ "seed": 1000,
255
+ "cudnn_deterministic": false,
256
+ "num_workers": 32,
257
+ "batch_size": 64,
258
+ "prefetch_factor": 4,
259
+ "persistent_workers": true,
260
+ "steps": 400000,
261
+ "eval_freq": 0,
262
+ "log_freq": 20,
263
+ "tolerance_s": 0.0001,
264
+ "save_checkpoint": true,
265
+ "save_freq": 100000,
266
+ "use_policy_training_preset": true,
267
+ "optimizer": {
268
+ "type": "adam",
269
+ "lr": 0.0001,
270
+ "weight_decay": 1e-06,
271
+ "grad_clip_norm": 10.0,
272
+ "betas": [
273
+ 0.95,
274
+ 0.999
275
+ ],
276
+ "eps": 1e-08
277
+ },
278
+ "scheduler": {
279
+ "type": "diffuser",
280
+ "num_warmup_steps": 500,
281
+ "name": "cosine"
282
+ },
283
+ "eval": {
284
+ "n_episodes": 50,
285
+ "batch_size": 19,
286
+ "use_async_envs": true
287
+ },
288
+ "wandb": {
289
+ "enable": true,
290
+ "disable_artifact": false,
291
+ "project": "lerobot",
292
+ "entity": null,
293
+ "notes": null,
294
+ "run_id": "6chr8b99",
295
+ "mode": null,
296
+ "add_tags": true
297
+ },
298
+ "peft": null,
299
+ "sample_weighting": null,
300
+ "rename_map": {},
301
+ "checkpoint_path": null
302
+ }
checkpoints/dino_v2_20260520/checkpoints/300000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,397 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 1.4679431480778156e-05,
4
+ "betas": [
5
+ 0.95,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 1e-06,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": false,
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
+ ]
396
+ }
397
+ ]
checkpoints/dino_v2_20260520/checkpoints/300000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b48ff32e5cccc0e6f350247f2f29023fa2f44c3e314ea7517aab478203b38fcc
3
+ size 2222768976
checkpoints/dino_v2_20260520/checkpoints/300000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b0bde195e5e071789ae8df230dd88a8cc5eeeeb6fc1e32cae163e6fd17cbfa7
3
+ size 15708
checkpoints/dino_v2_20260520/checkpoints/300000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 0.0001
4
+ ],
5
+ "last_epoch": 300000,
6
+ "_step_count": 300001,
7
+ "_is_initial": false,
8
+ "_get_lr_called_within_step": false,
9
+ "_last_lr": [
10
+ 1.4679431480778156e-05
11
+ ],
12
+ "lr_lambdas": [
13
+ null
14
+ ]
15
+ }
checkpoints/dino_v2_20260520/checkpoints/300000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 300000
3
+ }
checkpoints/dino_v2_20260520/wandb/debug-internal.log ADDED
The diff for this file is too large to render. See raw diff
 
checkpoints/dino_v2_20260520/wandb/debug.log ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2026-05-20 00:05:53,603 INFO MainThread:2545327 [wandb_setup.py:_flush():81] Current SDK version is 0.27.0
2
+ 2026-05-20 00:05:53,603 INFO MainThread:2545327 [wandb_setup.py:_flush():81] Configure stats pid to 2545327
3
+ 2026-05-20 00:05:53,603 INFO MainThread:2545327 [wandb_setup.py:_flush():81] Loading settings from environment variables
4
+ 2026-05-20 00:05:53,603 INFO MainThread:2545327 [wandb_init.py:setup_run_log_directory():723] Logging user logs to /home/shadeform/Desktop/robot_learning/outputs/train/diffusion_v2_dinov2_cls_mean_20260520_000542/wandb/run-20260520_000553-6chr8b99/logs/debug.log
5
+ 2026-05-20 00:05:53,604 INFO MainThread:2545327 [wandb_init.py:setup_run_log_directory():724] Logging internal logs to /home/shadeform/Desktop/robot_learning/outputs/train/diffusion_v2_dinov2_cls_mean_20260520_000542/wandb/run-20260520_000553-6chr8b99/logs/debug-internal.log
6
+ 2026-05-20 00:05:53,604 INFO MainThread:2545327 [wandb_init.py:init():851] calling init triggers
7
+ 2026-05-20 00:05:53,604 INFO MainThread:2545327 [wandb_init.py:init():856] wandb.init called with sweep_config: {}
8
+ config: {'dataset': {'repo_id': 'local/act_collected_episodes', 'root': '/home/shadeform/Desktop/robot_learning/aggregated_new_dataset_781', 'episodes': None, 'image_transforms': {'enable': False, 'max_num_transforms': 3, 'random_order': False, 'same_cloth_color': False, 'tfs': {'color_jitter': {'weight': 1.5, 'type': 'ColorJitter', 'kwargs': {'brightness': [0.7, 1.3], 'contrast': [0.7, 1.3], 'saturation': [0.4, 1.6], 'hue': [-0.5, 0.5]}}, 'grayscale': {'weight': 0.5, 'type': 'RandomGrayscale', 'kwargs': {'p': 1.0}}, 'shadow': {'weight': 0.8, 'type': 'RandomShadow', 'kwargs': {'num_shadows': [1, 2], 'intensity': [0.4, 0.7], 'blur_sigma': [4.0, 20.0]}}, 'highlight': {'weight': 0.5, 'type': 'RandomHighlight', 'kwargs': {'num_highlights': [0, 1], 'intensity': [0.2, 0.5], 'sigma': [20.0, 60.0]}}, 'gamma': {'weight': 0.7, 'type': 'RandomGamma', 'kwargs': {'gamma': [0.6, 1.4]}}, 'blur': {'weight': 0.0, 'type': 'GaussianBlur', 'kwargs': {'kernel_size': [3, 3], 'sigma': [0.1, 1.5]}}, 'jpeg': {'weight': 0.0, 'type': 'RandomJPEG', 'kwargs': {'quality': [60, 95]}}, 'crop': {'weight': 0.5, 'type': 'RandomCropPreserveSize', 'kwargs': {'scale': [0.97, 1.0], 'ratio': [0.99, 1.01]}}, 'affine': {'weight': 0.0, 'type': 'RandomAffine', 'kwargs': {'degrees': [-5.0, 5.0], 'translate': [0.05, 0.05]}}, 'sharpness': {'weight': 1.0, 'type': 'SharpnessJitter', 'kwargs': {'sharpness': [0.5, 1.5]}}}}, 'revision': None, 'use_imagenet_stats': True, 'video_backend': 'pyav', 'return_uint8': False, 'streaming': False}, 'env': None, 'policy': {'type': 'diffusion', 'n_obs_steps': 2, 'input_features': {}, 'output_features': {}, 'device': 'cuda', 'use_amp': False, 'use_peft': False, 'push_to_hub': False, 'repo_id': None, 'private': None, 'tags': None, 'license': None, 'pretrained_path': None, 'horizon': 16, 'n_action_steps': 8, 'normalization_mapping': {'VISUAL': <NormalizationMode.MEAN_STD: 'MEAN_STD'>, 'STATE': <NormalizationMode.MIN_MAX: 'MIN_MAX'>, 'ACTION': <NormalizationMode.MIN_MAX: 'MIN_MAX'>}, 'drop_n_last_frames': 7, 'vision_backbone_type': 'dinov2', 'vision_encoder_name': 'facebook/dinov2-with-registers-small', 'freeze_vision_encoder': True, 'vision_backbone': 'resnet18', 'resize_shape': [224, 224], 'crop_ratio': 1.0, 'crop_shape': None, 'crop_is_random': True, 'pretrained_backbone_weights': 'ResNet18_Weights.IMAGENET1K_V1', 'use_group_norm': False, 'spatial_softmax_num_keypoints': 32, 'vit_pool_type': 'cls_mean', 'vit_feature_dim': 512, 'use_separate_rgb_encoder_per_camera': True, 'down_dims': [512, 1024, 2048], 'kernel_size': 5, 'n_groups': 8, 'diffusion_step_embed_dim': 128, 'use_film_scale_modulation': True, 'noise_scheduler_type': 'DDPM', 'num_train_timesteps': 100, 'beta_schedule': 'squaredcos_cap_v2', 'beta_start': 0.0001, 'beta_end': 0.02, 'prediction_type': 'epsilon', 'clip_sample': True, 'clip_sample_range': 1.0, 'num_inference_steps': 100, 'compile_model': False, 'compile_mode': 'reduce-overhead', 'do_mask_loss_for_padding': False, 'optimizer_lr': 0.0001, 'optimizer_betas': [0.95, 0.999], 'optimizer_eps': 1e-08, 'optimizer_weight_decay': 1e-06, 'scheduler_name': 'cosine', 'scheduler_warmup_steps': 500}, 'reward_model': None, 'output_dir': '/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_v2_dinov2_cls_mean_20260520_000542', 'job_name': 'diffusion_v2_dinov2_cls_mean_20260520_000542', 'resume': False, 'seed': 1000, 'cudnn_deterministic': False, 'num_workers': 32, 'batch_size': 64, 'prefetch_factor': 4, 'persistent_workers': True, 'steps': 400000, 'eval_freq': 0, 'log_freq': 20, 'tolerance_s': 0.0001, 'save_checkpoint': True, 'save_freq': 100000, 'use_policy_training_preset': True, 'optimizer': {'type': 'adam', 'lr': 0.0001, 'weight_decay': 1e-06, 'grad_clip_norm': 10.0, 'betas': [0.95, 0.999], 'eps': 1e-08}, 'scheduler': {'type': 'diffuser', 'num_warmup_steps': 500, 'name': 'cosine'}, 'eval': {'n_episodes': 50, 'batch_size': 19, 'use_async_envs': True}, 'wandb': {'enable': True, 'disable_artifact': False, 'project': 'lerobot', 'entity': None, 'notes': None, 'run_id': None, 'mode': None, 'add_tags': True}, 'peft': None, 'sample_weighting': None, 'rename_map': {}, 'checkpoint_path': None, '_wandb': {}}
9
+ 2026-05-20 00:05:53,604 INFO MainThread:2545327 [wandb_init.py:init():899] starting backend
10
+ 2026-05-20 00:05:53,819 INFO MainThread:2545327 [wandb_init.py:init():914] sending inform_init request
11
+ 2026-05-20 00:05:54,034 INFO MainThread:2545327 [wandb_init.py:init():919] backend started and connected
12
+ 2026-05-20 00:05:54,036 INFO MainThread:2545327 [wandb_init.py:init():989] updated telemetry
13
+ 2026-05-20 00:05:54,040 INFO MainThread:2545327 [wandb_init.py:init():1012] communicating run to backend with 90.0 second timeout
14
+ 2026-05-20 00:05:54,481 INFO MainThread:2545327 [wandb_init.py:init():1057] starting run threads in backend
15
+ 2026-05-20 00:05:54,536 INFO MainThread:2545327 [wandb_run.py:_console_start():2509] atexit reg
16
+ 2026-05-20 00:05:54,536 INFO MainThread:2545327 [wandb_run.py:_redirect():2359] redirect: wrap_raw
17
+ 2026-05-20 00:05:54,536 INFO MainThread:2545327 [wandb_run.py:_redirect():2428] Wrapping output streams.
18
+ 2026-05-20 00:05:54,536 INFO MainThread:2545327 [wandb_run.py:_redirect():2451] Redirects installed.
19
+ 2026-05-20 00:05:54,537 INFO MainThread:2545327 [wandb_init.py:init():1095] run started, returning control to user process
20
+ 2026-05-20 08:44:53,937 INFO wandb-AsyncioManager-main:2545327 [service_client.py:_forward_responses():122] Reached EOF.
21
+ 2026-05-20 08:44:53,937 INFO wandb-AsyncioManager-main:2545327 [mailbox.py:close():154] Closing mailbox, abandoning 1 handles.
22
+ 2026-05-20 08:44:55,002 ERROR wandb-AsyncioManager-main:2545327 [asyncio_manager.py:fn_wrap_exceptions():184] Uncaught exception in run_soon callback.
23
+ Traceback (most recent call last):
24
+ File "/home/shadeform/Desktop/robot_learning/lerobot/.venv/lib/python3.12/site-packages/wandb/sdk/lib/asyncio_manager.py", line 182, in fn_wrap_exceptions
25
+ await fn()
26
+ File "/home/shadeform/Desktop/robot_learning/lerobot/.venv/lib/python3.12/site-packages/wandb/sdk/lib/run_stopping.py", line 87, in loop
27
+ should_stop = await self._check_should_stop()
28
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
29
+ File "/home/shadeform/Desktop/robot_learning/lerobot/.venv/lib/python3.12/site-packages/wandb/sdk/lib/run_stopping.py", line 115, in _check_should_stop
30
+ handle = await self._interface.deliver_async(request)
31
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
32
+ File "/home/shadeform/Desktop/robot_learning/lerobot/.venv/lib/python3.12/site-packages/wandb/sdk/interface/interface_sock.py", line 58, in deliver_async
33
+ handle = await self._client.deliver(request)
34
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
35
+ File "/home/shadeform/Desktop/robot_learning/lerobot/.venv/lib/python3.12/site-packages/wandb/sdk/lib/service/service_client.py", line 57, in deliver
36
+ handle = self._mailbox.require_response(request)
37
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
38
+ File "/home/shadeform/Desktop/robot_learning/lerobot/.venv/lib/python3.12/site-packages/wandb/sdk/mailbox/mailbox.py", line 89, in require_response
39
+ raise MailboxClosedError()
40
+ wandb.sdk.mailbox.mailbox.MailboxClosedError
checkpoints/dino_v2_20260520/wandb/run-20260520_000553-6chr8b99/files/config.yaml ADDED
@@ -0,0 +1,347 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ _wandb:
2
+ value:
3
+ cli_version: 0.27.0
4
+ e:
5
+ opyihrqsxrglq5vue62qkbl4bzy2t3wc:
6
+ args:
7
+ - --dataset.repo_id=local/act_collected_episodes
8
+ - --dataset.root=/home/shadeform/Desktop/robot_learning/aggregated_new_dataset_781
9
+ - --dataset.video_backend=pyav
10
+ - --policy.type=diffusion
11
+ - --policy.device=cuda
12
+ - --policy.push_to_hub=false
13
+ - --policy.n_obs_steps=2
14
+ - --policy.horizon=16
15
+ - --policy.n_action_steps=8
16
+ - --policy.vision_backbone_type=dinov2
17
+ - --policy.vision_backbone=resnet18
18
+ - --policy.freeze_vision_encoder=true
19
+ - --policy.noise_scheduler_type=DDPM
20
+ - --policy.num_train_timesteps=100
21
+ - --policy.num_inference_steps=100
22
+ - --policy.optimizer_lr=1e-4
23
+ - --policy.scheduler_warmup_steps=500
24
+ - --output_dir=/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_v2_dinov2_cls_mean_20260520_000542
25
+ - --job_name=diffusion_v2_dinov2_cls_mean_20260520_000542
26
+ - --batch_size=64
27
+ - --steps=400000
28
+ - --num_workers=32
29
+ - --log_freq=20
30
+ - --save_freq=100000
31
+ - --eval_freq=0
32
+ - --wandb.enable=True
33
+ - --policy.vision_encoder_name=facebook/dinov2-with-registers-small
34
+ - --policy.resize_shape=[224,224]
35
+ - --policy.vit_pool_type=cls_mean
36
+ - --policy.vit_feature_dim=512
37
+ codePath: .venv/bin/lerobot-train
38
+ codePathLocal: .venv/bin/lerobot-train
39
+ cpu_count: 28
40
+ cpu_count_logical: 28
41
+ cudaVersion: "12.8"
42
+ disk:
43
+ /:
44
+ total: "103865303040"
45
+ used: "40637841408"
46
+ executable: /home/shadeform/Desktop/robot_learning/lerobot/.venv/bin/python3
47
+ git:
48
+ commit: 9667d93b434b66acc9b9c2c56aef3e40d2569b57
49
+ remote: https://github.com/michavol/lerobot.git
50
+ gpu: NVIDIA H100 PCIe
51
+ gpu_count: 1
52
+ gpu_nvidia:
53
+ - architecture: Hopper
54
+ cudaCores: 14592
55
+ memoryTotal: "85520809984"
56
+ name: NVIDIA H100 PCIe
57
+ uuid: GPU-f209ed33-9578-1fa4-77e4-e9e40e8fc347
58
+ host: brev-q0fkyzjrp
59
+ memory:
60
+ total: "190128123904"
61
+ os: Linux-6.8.0-90-generic-x86_64-with-glibc2.35
62
+ program: /home/shadeform/Desktop/robot_learning/lerobot/.venv/bin/lerobot-train
63
+ python: CPython 3.12.13
64
+ root: /home/shadeform/Desktop/robot_learning/outputs/train/diffusion_v2_dinov2_cls_mean_20260520_000542
65
+ startedAt: "2026-05-20T00:05:53.602911Z"
66
+ writerId: opyihrqsxrglq5vue62qkbl4bzy2t3wc
67
+ m: []
68
+ python_version: 3.12.13
69
+ t:
70
+ "1":
71
+ - 1
72
+ - 11
73
+ - 41
74
+ - 49
75
+ - 51
76
+ - 71
77
+ - 83
78
+ "2":
79
+ - 1
80
+ - 11
81
+ - 41
82
+ - 49
83
+ - 51
84
+ - 71
85
+ - 83
86
+ "3":
87
+ - 13
88
+ - 15
89
+ - 16
90
+ - 61
91
+ "4": 3.12.13
92
+ "5": 0.27.0
93
+ "6": 5.5.4
94
+ "10":
95
+ - 21
96
+ "12": 0.27.0
97
+ "13": linux-x86_64
98
+ batch_size:
99
+ value: 64
100
+ checkpoint_path:
101
+ value: null
102
+ cudnn_deterministic:
103
+ value: false
104
+ dataset:
105
+ value:
106
+ episodes: null
107
+ image_transforms:
108
+ enable: false
109
+ max_num_transforms: 3
110
+ random_order: false
111
+ same_cloth_color: false
112
+ tfs:
113
+ affine:
114
+ kwargs:
115
+ degrees:
116
+ - -5
117
+ - 5
118
+ translate:
119
+ - 0.05
120
+ - 0.05
121
+ type: RandomAffine
122
+ weight: 0
123
+ blur:
124
+ kwargs:
125
+ kernel_size:
126
+ - 3
127
+ - 3
128
+ sigma:
129
+ - 0.1
130
+ - 1.5
131
+ type: GaussianBlur
132
+ weight: 0
133
+ color_jitter:
134
+ kwargs:
135
+ brightness:
136
+ - 0.7
137
+ - 1.3
138
+ contrast:
139
+ - 0.7
140
+ - 1.3
141
+ hue:
142
+ - -0.5
143
+ - 0.5
144
+ saturation:
145
+ - 0.4
146
+ - 1.6
147
+ type: ColorJitter
148
+ weight: 1.5
149
+ crop:
150
+ kwargs:
151
+ ratio:
152
+ - 0.99
153
+ - 1.01
154
+ scale:
155
+ - 0.97
156
+ - 1
157
+ type: RandomCropPreserveSize
158
+ weight: 0.5
159
+ gamma:
160
+ kwargs:
161
+ gamma:
162
+ - 0.6
163
+ - 1.4
164
+ type: RandomGamma
165
+ weight: 0.7
166
+ grayscale:
167
+ kwargs:
168
+ p: 1
169
+ type: RandomGrayscale
170
+ weight: 0.5
171
+ highlight:
172
+ kwargs:
173
+ intensity:
174
+ - 0.2
175
+ - 0.5
176
+ num_highlights:
177
+ - 0
178
+ - 1
179
+ sigma:
180
+ - 20
181
+ - 60
182
+ type: RandomHighlight
183
+ weight: 0.5
184
+ jpeg:
185
+ kwargs:
186
+ quality:
187
+ - 60
188
+ - 95
189
+ type: RandomJPEG
190
+ weight: 0
191
+ shadow:
192
+ kwargs:
193
+ blur_sigma:
194
+ - 4
195
+ - 20
196
+ intensity:
197
+ - 0.4
198
+ - 0.7
199
+ num_shadows:
200
+ - 1
201
+ - 2
202
+ type: RandomShadow
203
+ weight: 0.8
204
+ sharpness:
205
+ kwargs:
206
+ sharpness:
207
+ - 0.5
208
+ - 1.5
209
+ type: SharpnessJitter
210
+ weight: 1
211
+ repo_id: local/act_collected_episodes
212
+ return_uint8: false
213
+ revision: null
214
+ root: /home/shadeform/Desktop/robot_learning/aggregated_new_dataset_781
215
+ streaming: false
216
+ use_imagenet_stats: true
217
+ video_backend: pyav
218
+ env:
219
+ value: null
220
+ eval:
221
+ value:
222
+ batch_size: 19
223
+ n_episodes: 50
224
+ use_async_envs: true
225
+ eval_freq:
226
+ value: 0
227
+ job_name:
228
+ value: diffusion_v2_dinov2_cls_mean_20260520_000542
229
+ log_freq:
230
+ value: 20
231
+ num_workers:
232
+ value: 32
233
+ optimizer:
234
+ value:
235
+ betas:
236
+ - 0.95
237
+ - 0.999
238
+ eps: 1e-08
239
+ grad_clip_norm: 10
240
+ lr: 0.0001
241
+ type: adam
242
+ weight_decay: 1e-06
243
+ output_dir:
244
+ value: /home/shadeform/Desktop/robot_learning/outputs/train/diffusion_v2_dinov2_cls_mean_20260520_000542
245
+ peft:
246
+ value: null
247
+ persistent_workers:
248
+ value: true
249
+ policy:
250
+ value:
251
+ beta_end: 0.02
252
+ beta_schedule: squaredcos_cap_v2
253
+ beta_start: 0.0001
254
+ clip_sample: true
255
+ clip_sample_range: 1
256
+ compile_mode: reduce-overhead
257
+ compile_model: false
258
+ crop_is_random: true
259
+ crop_ratio: 1
260
+ crop_shape: null
261
+ device: cuda
262
+ diffusion_step_embed_dim: 128
263
+ do_mask_loss_for_padding: false
264
+ down_dims:
265
+ - 512
266
+ - 1024
267
+ - 2048
268
+ drop_n_last_frames: 7
269
+ freeze_vision_encoder: true
270
+ horizon: 16
271
+ kernel_size: 5
272
+ license: null
273
+ n_action_steps: 8
274
+ n_groups: 8
275
+ n_obs_steps: 2
276
+ noise_scheduler_type: DDPM
277
+ normalization_mapping:
278
+ ACTION: MIN_MAX
279
+ STATE: MIN_MAX
280
+ VISUAL: MEAN_STD
281
+ num_inference_steps: 100
282
+ num_train_timesteps: 100
283
+ optimizer_betas:
284
+ - 0.95
285
+ - 0.999
286
+ optimizer_eps: 1e-08
287
+ optimizer_lr: 0.0001
288
+ optimizer_weight_decay: 1e-06
289
+ prediction_type: epsilon
290
+ pretrained_backbone_weights: ResNet18_Weights.IMAGENET1K_V1
291
+ pretrained_path: null
292
+ private: null
293
+ push_to_hub: false
294
+ repo_id: null
295
+ resize_shape:
296
+ - 224
297
+ - 224
298
+ scheduler_name: cosine
299
+ scheduler_warmup_steps: 500
300
+ spatial_softmax_num_keypoints: 32
301
+ tags: null
302
+ type: diffusion
303
+ use_amp: false
304
+ use_film_scale_modulation: true
305
+ use_group_norm: false
306
+ use_peft: false
307
+ use_separate_rgb_encoder_per_camera: true
308
+ vision_backbone: resnet18
309
+ vision_backbone_type: dinov2
310
+ vision_encoder_name: facebook/dinov2-with-registers-small
311
+ vit_feature_dim: 512
312
+ vit_pool_type: cls_mean
313
+ prefetch_factor:
314
+ value: 4
315
+ resume:
316
+ value: false
317
+ reward_model:
318
+ value: null
319
+ sample_weighting:
320
+ value: null
321
+ save_checkpoint:
322
+ value: true
323
+ save_freq:
324
+ value: 100000
325
+ scheduler:
326
+ value:
327
+ name: cosine
328
+ num_warmup_steps: 500
329
+ type: diffuser
330
+ seed:
331
+ value: 1000
332
+ steps:
333
+ value: 400000
334
+ tolerance_s:
335
+ value: 0.0001
336
+ use_policy_training_preset:
337
+ value: true
338
+ wandb:
339
+ value:
340
+ add_tags: true
341
+ disable_artifact: false
342
+ enable: true
343
+ entity: null
344
+ mode: null
345
+ notes: null
346
+ project: lerobot
347
+ run_id: null
checkpoints/dino_v2_20260520/wandb/run-20260520_000553-6chr8b99/files/output.log ADDED
The diff for this file is too large to render. See raw diff
 
checkpoints/dino_v2_20260520/wandb/run-20260520_000553-6chr8b99/files/requirements.txt ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ lerobot==0.5.2
2
+ transformers==5.5.4
3
+ pydantic_core==2.46.4
4
+ fsspec==2026.2.0
5
+ MarkupSafe==3.0.3
6
+ protobuf==7.34.1
7
+ setuptools==80.10.2
8
+ sentry-sdk==2.60.0
9
+ idna==3.13
10
+ pandas==2.3.3
11
+ packaging==25.0
12
+ h11==0.16.0
13
+ nvidia-cufft-cu12==11.3.3.83
14
+ pillow==12.2.0
15
+ toml==0.10.2
16
+ typing-inspect==0.9.0
17
+ triton==3.6.0
18
+ Jinja2==3.1.6
19
+ networkx==3.6.1
20
+ Farama-Notifications==0.0.6
21
+ cloudpickle==3.1.2
22
+ draccus==0.10.0
23
+ pyyaml-include==1.4.1
24
+ aiohttp==3.13.5
25
+ markdown-it-py==4.0.0
26
+ termcolor==3.3.0
27
+ regex==2026.4.4
28
+ wandb==0.27.0
29
+ shellingham==1.5.4
30
+ PyYAML==6.0.3
31
+ smmap==5.0.3
32
+ nvidia-cusparselt-cu12==0.7.1
33
+ charset-normalizer==3.4.7
34
+ multiprocess==0.70.19
35
+ tzdata==2026.2
36
+ typer==0.25.1
37
+ mypy_extensions==1.1.0
38
+ multidict==6.7.1
39
+ torch==2.10.0
40
+ Flask==3.1.3
41
+ nvidia-cusparse-cu12==12.5.8.93
42
+ GitPython==3.1.50
43
+ mdurl==0.1.2
44
+ blinker==1.9.0
45
+ itsdangerous==2.2.0
46
+ datasets==4.8.5
47
+ httpcore==1.0.9
48
+ jsonlines==4.0.0
49
+ nvidia-cusolver-cu12==11.7.3.90
50
+ cmake==4.1.3
51
+ propcache==0.5.2
52
+ Werkzeug==3.1.8
53
+ typing_extensions==4.15.0
54
+ platformdirs==4.9.6
55
+ psutil==7.2.2
56
+ dill==0.4.1
57
+ lerobot==0.5.2
58
+ xxhash==3.7.0
59
+ gymnasium==1.3.0
60
+ nvidia-cublas-cu12==12.8.4.1
61
+ opencv-python-headless==4.13.0.92
62
+ mergedeep==1.3.4
63
+ pyarrow==24.0.0
64
+ annotated-types==0.7.0
65
+ anyio==4.13.0
66
+ cuda-pathfinder==1.5.4
67
+ six==1.17.0
68
+ nvidia-cuda-runtime-cu12==12.8.90
69
+ click==8.3.3
70
+ tqdm==4.67.3
71
+ annotated-doc==0.0.4
72
+ frozenlist==1.8.0
73
+ av==15.1.0
74
+ pydantic==2.13.4
75
+ torchcodec==0.10.0
76
+ zipp==4.1.0
77
+ mpmath==1.3.0
78
+ pytz==2026.2
79
+ importlib_metadata==9.0.0
80
+ huggingface_hub==1.13.0
81
+ hf-xet==1.4.3
82
+ attrs==26.1.0
83
+ nvidia-nvjitlink-cu12==12.8.93
84
+ sympy==1.14.0
85
+ nvidia-cufile-cu12==1.13.1.3
86
+ nvidia-cudnn-cu12==9.10.2.21
87
+ diffusers==0.35.2
88
+ yarl==1.23.0
89
+ cuda-bindings==12.9.4
90
+ nvidia-cuda-cupti-cu12==12.8.90
91
+ tokenizers==0.22.2
92
+ urllib3==2.6.3
93
+ aiosignal==1.4.0
94
+ torchvision==0.25.0
95
+ httpx==0.28.1
96
+ requests==2.33.1
97
+ certifi==2026.4.22
98
+ rich==15.0.0
99
+ python-dateutil==2.9.0.post0
100
+ nvidia-nccl-cu12==2.27.5
101
+ accelerate==1.13.0
102
+ numpy==2.2.6
103
+ nvidia-nvshmem-cu12==3.4.5
104
+ nvidia-curand-cu12==10.3.9.90
105
+ gitdb==4.0.12
106
+ aiohappyeyeballs==2.6.1
107
+ filelock==3.29.0
108
+ Pygments==2.20.0
109
+ safetensors==0.7.0
110
+ einops==0.8.2
111
+ nvidia-nvtx-cu12==12.8.90
112
+ nvidia-cuda-nvrtc-cu12==12.8.93
113
+ typing-inspection==0.4.2
checkpoints/dino_v2_20260520/wandb/run-20260520_000553-6chr8b99/files/wandb-metadata.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-6.8.0-90-generic-x86_64-with-glibc2.35",
3
+ "python": "CPython 3.12.13",
4
+ "startedAt": "2026-05-20T00:05:53.602911Z",
5
+ "args": [
6
+ "--dataset.repo_id=local/act_collected_episodes",
7
+ "--dataset.root=/home/shadeform/Desktop/robot_learning/aggregated_new_dataset_781",
8
+ "--dataset.video_backend=pyav",
9
+ "--policy.type=diffusion",
10
+ "--policy.device=cuda",
11
+ "--policy.push_to_hub=false",
12
+ "--policy.n_obs_steps=2",
13
+ "--policy.horizon=16",
14
+ "--policy.n_action_steps=8",
15
+ "--policy.vision_backbone_type=dinov2",
16
+ "--policy.vision_backbone=resnet18",
17
+ "--policy.freeze_vision_encoder=true",
18
+ "--policy.noise_scheduler_type=DDPM",
19
+ "--policy.num_train_timesteps=100",
20
+ "--policy.num_inference_steps=100",
21
+ "--policy.optimizer_lr=1e-4",
22
+ "--policy.scheduler_warmup_steps=500",
23
+ "--output_dir=/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_v2_dinov2_cls_mean_20260520_000542",
24
+ "--job_name=diffusion_v2_dinov2_cls_mean_20260520_000542",
25
+ "--batch_size=64",
26
+ "--steps=400000",
27
+ "--num_workers=32",
28
+ "--log_freq=20",
29
+ "--save_freq=100000",
30
+ "--eval_freq=0",
31
+ "--wandb.enable=True",
32
+ "--policy.vision_encoder_name=facebook/dinov2-with-registers-small",
33
+ "--policy.resize_shape=[224,224]",
34
+ "--policy.vit_pool_type=cls_mean",
35
+ "--policy.vit_feature_dim=512"
36
+ ],
37
+ "program": "/home/shadeform/Desktop/robot_learning/lerobot/.venv/bin/lerobot-train",
38
+ "codePath": ".venv/bin/lerobot-train",
39
+ "codePathLocal": ".venv/bin/lerobot-train",
40
+ "git": {
41
+ "remote": "https://github.com/michavol/lerobot.git",
42
+ "commit": "9667d93b434b66acc9b9c2c56aef3e40d2569b57"
43
+ },
44
+ "root": "/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_v2_dinov2_cls_mean_20260520_000542",
45
+ "host": "brev-q0fkyzjrp",
46
+ "executable": "/home/shadeform/Desktop/robot_learning/lerobot/.venv/bin/python3",
47
+ "cpu_count": 28,
48
+ "cpu_count_logical": 28,
49
+ "gpu": "NVIDIA H100 PCIe",
50
+ "gpu_count": 1,
51
+ "disk": {
52
+ "/": {
53
+ "total": "103865303040",
54
+ "used": "40637841408"
55
+ }
56
+ },
57
+ "memory": {
58
+ "total": "190128123904"
59
+ },
60
+ "gpu_nvidia": [
61
+ {
62
+ "name": "NVIDIA H100 PCIe",
63
+ "memoryTotal": "85520809984",
64
+ "cudaCores": 14592,
65
+ "architecture": "Hopper",
66
+ "uuid": "GPU-f209ed33-9578-1fa4-77e4-e9e40e8fc347"
67
+ }
68
+ ],
69
+ "cudaVersion": "12.8",
70
+ "writerId": "opyihrqsxrglq5vue62qkbl4bzy2t3wc"
71
+ }
checkpoints/dino_v2_20260520/wandb/run-20260520_000553-6chr8b99/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"train/samples":19260160,"train/lr":1.4421420432866837e-05,"train/dataloading_s":0.009806462699634722,"train/update_s":0.09067766815023788,"_step":300940,"_runtime":31139.455007701,"train/steps":300940,"train/loss":0.005171781172975898,"_timestamp":1.7792665330400941e+09,"train/episodes":32400.90502571879,"_wandb":{"runtime":31139},"train/epochs":41.48643409182944,"train/grad_norm":0.10429039523005486}
checkpoints/dino_v2_20260520/wandb/run-20260520_000553-6chr8b99/logs/debug-core.log ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-05-20T00:05:53.63334561Z","level":"INFO","msg":"main: starting server","port-filename":"/tmp/tmpjlxmhhg5/port-2545327.txt","pid":2545327,"detached":false,"idle-timeout":600000000000,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false,"enable-dcgm-profiling":false}
2
+ {"time":"2026-05-20T00:05:53.634293006Z","level":"INFO","msg":"server: will exit if parent process dies","ppid":2545327}
3
+ {"time":"2026-05-20T00:05:53.634281539Z","level":"INFO","msg":"server: accepting connections","addr":{"Name":"/tmp/wandb-2545327-2545379-3157816146/socket","Net":"unix"}}
4
+ {"time":"2026-05-20T00:05:53.819335289Z","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"1(@)"}
5
+ {"time":"2026-05-20T00:05:53.824044515Z","level":"INFO","msg":"handleInformInit: received","streamId":"6chr8b99","id":"1(@)"}
6
+ {"time":"2026-05-20T00:05:54.034060386Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"6chr8b99","id":"1(@)"}
7
+ {"time":"2026-05-20T00:05:59.545374872Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"pehd87t31gpg"}
8
+ {"time":"2026-05-20T08:44:53.937383476Z","level":"INFO","msg":"handleInformTeardown: server teardown initiated","id":"1(@)"}
9
+ {"time":"2026-05-20T08:44:53.937521924Z","level":"INFO","msg":"server is shutting down"}
10
+ {"time":"2026-05-20T08:44:53.937524197Z","level":"INFO","msg":"connection: closing","id":"1(@)"}
11
+ {"time":"2026-05-20T08:44:53.937669815Z","level":"INFO","msg":"connection: closed successfully","id":"1(@)"}
12
+ {"time":"2026-05-20T08:44:53.937708884Z","level":"INFO","msg":"server: listener closed","addr":{"Name":"/tmp/wandb-2545327-2545379-3157816146/socket","Net":"unix"}}
13
+ {"time":"2026-05-20T08:44:55.383803874Z","level":"INFO","msg":"handleInformTeardown: server shutdown complete","id":"1(@)"}
14
+ {"time":"2026-05-20T08:44:55.38382098Z","level":"INFO","msg":"connection: ManageConnectionData: connection closed","id":"1(@)"}
15
+ {"time":"2026-05-20T08:44:55.383828141Z","level":"INFO","msg":"server is closed"}
checkpoints/dino_v2_20260520/wandb/run-20260520_000553-6chr8b99/logs/debug-internal.log ADDED
The diff for this file is too large to render. See raw diff
 
checkpoints/dino_v2_20260520/wandb/run-20260520_000553-6chr8b99/logs/debug.log ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2026-05-20 00:05:53,603 INFO MainThread:2545327 [wandb_setup.py:_flush():81] Current SDK version is 0.27.0
2
+ 2026-05-20 00:05:53,603 INFO MainThread:2545327 [wandb_setup.py:_flush():81] Configure stats pid to 2545327
3
+ 2026-05-20 00:05:53,603 INFO MainThread:2545327 [wandb_setup.py:_flush():81] Loading settings from environment variables
4
+ 2026-05-20 00:05:53,603 INFO MainThread:2545327 [wandb_init.py:setup_run_log_directory():723] Logging user logs to /home/shadeform/Desktop/robot_learning/outputs/train/diffusion_v2_dinov2_cls_mean_20260520_000542/wandb/run-20260520_000553-6chr8b99/logs/debug.log
5
+ 2026-05-20 00:05:53,604 INFO MainThread:2545327 [wandb_init.py:setup_run_log_directory():724] Logging internal logs to /home/shadeform/Desktop/robot_learning/outputs/train/diffusion_v2_dinov2_cls_mean_20260520_000542/wandb/run-20260520_000553-6chr8b99/logs/debug-internal.log
6
+ 2026-05-20 00:05:53,604 INFO MainThread:2545327 [wandb_init.py:init():851] calling init triggers
7
+ 2026-05-20 00:05:53,604 INFO MainThread:2545327 [wandb_init.py:init():856] wandb.init called with sweep_config: {}
8
+ config: {'dataset': {'repo_id': 'local/act_collected_episodes', 'root': '/home/shadeform/Desktop/robot_learning/aggregated_new_dataset_781', 'episodes': None, 'image_transforms': {'enable': False, 'max_num_transforms': 3, 'random_order': False, 'same_cloth_color': False, 'tfs': {'color_jitter': {'weight': 1.5, 'type': 'ColorJitter', 'kwargs': {'brightness': [0.7, 1.3], 'contrast': [0.7, 1.3], 'saturation': [0.4, 1.6], 'hue': [-0.5, 0.5]}}, 'grayscale': {'weight': 0.5, 'type': 'RandomGrayscale', 'kwargs': {'p': 1.0}}, 'shadow': {'weight': 0.8, 'type': 'RandomShadow', 'kwargs': {'num_shadows': [1, 2], 'intensity': [0.4, 0.7], 'blur_sigma': [4.0, 20.0]}}, 'highlight': {'weight': 0.5, 'type': 'RandomHighlight', 'kwargs': {'num_highlights': [0, 1], 'intensity': [0.2, 0.5], 'sigma': [20.0, 60.0]}}, 'gamma': {'weight': 0.7, 'type': 'RandomGamma', 'kwargs': {'gamma': [0.6, 1.4]}}, 'blur': {'weight': 0.0, 'type': 'GaussianBlur', 'kwargs': {'kernel_size': [3, 3], 'sigma': [0.1, 1.5]}}, 'jpeg': {'weight': 0.0, 'type': 'RandomJPEG', 'kwargs': {'quality': [60, 95]}}, 'crop': {'weight': 0.5, 'type': 'RandomCropPreserveSize', 'kwargs': {'scale': [0.97, 1.0], 'ratio': [0.99, 1.01]}}, 'affine': {'weight': 0.0, 'type': 'RandomAffine', 'kwargs': {'degrees': [-5.0, 5.0], 'translate': [0.05, 0.05]}}, 'sharpness': {'weight': 1.0, 'type': 'SharpnessJitter', 'kwargs': {'sharpness': [0.5, 1.5]}}}}, 'revision': None, 'use_imagenet_stats': True, 'video_backend': 'pyav', 'return_uint8': False, 'streaming': False}, 'env': None, 'policy': {'type': 'diffusion', 'n_obs_steps': 2, 'input_features': {}, 'output_features': {}, 'device': 'cuda', 'use_amp': False, 'use_peft': False, 'push_to_hub': False, 'repo_id': None, 'private': None, 'tags': None, 'license': None, 'pretrained_path': None, 'horizon': 16, 'n_action_steps': 8, 'normalization_mapping': {'VISUAL': <NormalizationMode.MEAN_STD: 'MEAN_STD'>, 'STATE': <NormalizationMode.MIN_MAX: 'MIN_MAX'>, 'ACTION': <NormalizationMode.MIN_MAX: 'MIN_MAX'>}, 'drop_n_last_frames': 7, 'vision_backbone_type': 'dinov2', 'vision_encoder_name': 'facebook/dinov2-with-registers-small', 'freeze_vision_encoder': True, 'vision_backbone': 'resnet18', 'resize_shape': [224, 224], 'crop_ratio': 1.0, 'crop_shape': None, 'crop_is_random': True, 'pretrained_backbone_weights': 'ResNet18_Weights.IMAGENET1K_V1', 'use_group_norm': False, 'spatial_softmax_num_keypoints': 32, 'vit_pool_type': 'cls_mean', 'vit_feature_dim': 512, 'use_separate_rgb_encoder_per_camera': True, 'down_dims': [512, 1024, 2048], 'kernel_size': 5, 'n_groups': 8, 'diffusion_step_embed_dim': 128, 'use_film_scale_modulation': True, 'noise_scheduler_type': 'DDPM', 'num_train_timesteps': 100, 'beta_schedule': 'squaredcos_cap_v2', 'beta_start': 0.0001, 'beta_end': 0.02, 'prediction_type': 'epsilon', 'clip_sample': True, 'clip_sample_range': 1.0, 'num_inference_steps': 100, 'compile_model': False, 'compile_mode': 'reduce-overhead', 'do_mask_loss_for_padding': False, 'optimizer_lr': 0.0001, 'optimizer_betas': [0.95, 0.999], 'optimizer_eps': 1e-08, 'optimizer_weight_decay': 1e-06, 'scheduler_name': 'cosine', 'scheduler_warmup_steps': 500}, 'reward_model': None, 'output_dir': '/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_v2_dinov2_cls_mean_20260520_000542', 'job_name': 'diffusion_v2_dinov2_cls_mean_20260520_000542', 'resume': False, 'seed': 1000, 'cudnn_deterministic': False, 'num_workers': 32, 'batch_size': 64, 'prefetch_factor': 4, 'persistent_workers': True, 'steps': 400000, 'eval_freq': 0, 'log_freq': 20, 'tolerance_s': 0.0001, 'save_checkpoint': True, 'save_freq': 100000, 'use_policy_training_preset': True, 'optimizer': {'type': 'adam', 'lr': 0.0001, 'weight_decay': 1e-06, 'grad_clip_norm': 10.0, 'betas': [0.95, 0.999], 'eps': 1e-08}, 'scheduler': {'type': 'diffuser', 'num_warmup_steps': 500, 'name': 'cosine'}, 'eval': {'n_episodes': 50, 'batch_size': 19, 'use_async_envs': True}, 'wandb': {'enable': True, 'disable_artifact': False, 'project': 'lerobot', 'entity': None, 'notes': None, 'run_id': None, 'mode': None, 'add_tags': True}, 'peft': None, 'sample_weighting': None, 'rename_map': {}, 'checkpoint_path': None, '_wandb': {}}
9
+ 2026-05-20 00:05:53,604 INFO MainThread:2545327 [wandb_init.py:init():899] starting backend
10
+ 2026-05-20 00:05:53,819 INFO MainThread:2545327 [wandb_init.py:init():914] sending inform_init request
11
+ 2026-05-20 00:05:54,034 INFO MainThread:2545327 [wandb_init.py:init():919] backend started and connected
12
+ 2026-05-20 00:05:54,036 INFO MainThread:2545327 [wandb_init.py:init():989] updated telemetry
13
+ 2026-05-20 00:05:54,040 INFO MainThread:2545327 [wandb_init.py:init():1012] communicating run to backend with 90.0 second timeout
14
+ 2026-05-20 00:05:54,481 INFO MainThread:2545327 [wandb_init.py:init():1057] starting run threads in backend
15
+ 2026-05-20 00:05:54,536 INFO MainThread:2545327 [wandb_run.py:_console_start():2509] atexit reg
16
+ 2026-05-20 00:05:54,536 INFO MainThread:2545327 [wandb_run.py:_redirect():2359] redirect: wrap_raw
17
+ 2026-05-20 00:05:54,536 INFO MainThread:2545327 [wandb_run.py:_redirect():2428] Wrapping output streams.
18
+ 2026-05-20 00:05:54,536 INFO MainThread:2545327 [wandb_run.py:_redirect():2451] Redirects installed.
19
+ 2026-05-20 00:05:54,537 INFO MainThread:2545327 [wandb_init.py:init():1095] run started, returning control to user process
20
+ 2026-05-20 08:44:53,937 INFO wandb-AsyncioManager-main:2545327 [service_client.py:_forward_responses():122] Reached EOF.
21
+ 2026-05-20 08:44:53,937 INFO wandb-AsyncioManager-main:2545327 [mailbox.py:close():154] Closing mailbox, abandoning 1 handles.
22
+ 2026-05-20 08:44:55,002 ERROR wandb-AsyncioManager-main:2545327 [asyncio_manager.py:fn_wrap_exceptions():184] Uncaught exception in run_soon callback.
23
+ Traceback (most recent call last):
24
+ File "/home/shadeform/Desktop/robot_learning/lerobot/.venv/lib/python3.12/site-packages/wandb/sdk/lib/asyncio_manager.py", line 182, in fn_wrap_exceptions
25
+ await fn()
26
+ File "/home/shadeform/Desktop/robot_learning/lerobot/.venv/lib/python3.12/site-packages/wandb/sdk/lib/run_stopping.py", line 87, in loop
27
+ should_stop = await self._check_should_stop()
28
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
29
+ File "/home/shadeform/Desktop/robot_learning/lerobot/.venv/lib/python3.12/site-packages/wandb/sdk/lib/run_stopping.py", line 115, in _check_should_stop
30
+ handle = await self._interface.deliver_async(request)
31
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
32
+ File "/home/shadeform/Desktop/robot_learning/lerobot/.venv/lib/python3.12/site-packages/wandb/sdk/interface/interface_sock.py", line 58, in deliver_async
33
+ handle = await self._client.deliver(request)
34
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
35
+ File "/home/shadeform/Desktop/robot_learning/lerobot/.venv/lib/python3.12/site-packages/wandb/sdk/lib/service/service_client.py", line 57, in deliver
36
+ handle = self._mailbox.require_response(request)
37
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
38
+ File "/home/shadeform/Desktop/robot_learning/lerobot/.venv/lib/python3.12/site-packages/wandb/sdk/mailbox/mailbox.py", line 89, in require_response
39
+ raise MailboxClosedError()
40
+ wandb.sdk.mailbox.mailbox.MailboxClosedError
checkpoints/dino_v2_20260520/wandb/run-20260520_000553-6chr8b99/run-6chr8b99.wandb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9d08e4d5667f15e60c69ebfbc3bd6bc95dae4cefdfc4697dd3c2e573006551b
3
+ size 82496048