Whalswp commited on
Commit
fa5e726
·
verified ·
1 Parent(s): be5a2b7

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ wandb/run-20260423_130904-ec0hb0kz/run-ec0hb0kz.wandb filter=lfs diff=lfs merge=lfs -text
checkpoints/050000/pretrained_model/config.json ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "groot",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 32
9
+ ]
10
+ },
11
+ "observation.images.wrist": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 224,
16
+ 224
17
+ ]
18
+ },
19
+ "observation.images.wrist_semantic": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 224,
24
+ 224
25
+ ]
26
+ },
27
+ "observation.images.left_shoulder": {
28
+ "type": "VISUAL",
29
+ "shape": [
30
+ 3,
31
+ 224,
32
+ 224
33
+ ]
34
+ },
35
+ "observation.images.left_shoulder_semantic": {
36
+ "type": "VISUAL",
37
+ "shape": [
38
+ 3,
39
+ 224,
40
+ 224
41
+ ]
42
+ },
43
+ "observation.images.right_shoulder": {
44
+ "type": "VISUAL",
45
+ "shape": [
46
+ 3,
47
+ 224,
48
+ 224
49
+ ]
50
+ },
51
+ "observation.images.right_shoulder_semantic": {
52
+ "type": "VISUAL",
53
+ "shape": [
54
+ 3,
55
+ 224,
56
+ 224
57
+ ]
58
+ },
59
+ "observation.images.guide": {
60
+ "type": "VISUAL",
61
+ "shape": [
62
+ 3,
63
+ 224,
64
+ 224
65
+ ]
66
+ },
67
+ "observation.images.guide_semantic": {
68
+ "type": "VISUAL",
69
+ "shape": [
70
+ 3,
71
+ 224,
72
+ 224
73
+ ]
74
+ }
75
+ },
76
+ "output_features": {
77
+ "action": {
78
+ "type": "ACTION",
79
+ "shape": [
80
+ 32
81
+ ]
82
+ },
83
+ "action.skill_id": {
84
+ "type": "ACTION",
85
+ "shape": [
86
+ 1
87
+ ]
88
+ }
89
+ },
90
+ "device": "cuda",
91
+ "use_amp": false,
92
+ "use_peft": false,
93
+ "push_to_hub": true,
94
+ "repo_id": null,
95
+ "private": null,
96
+ "tags": null,
97
+ "license": null,
98
+ "pretrained_path": null,
99
+ "chunk_size": 50,
100
+ "n_action_steps": 50,
101
+ "max_state_dim": 64,
102
+ "max_action_dim": 32,
103
+ "normalization_mapping": {
104
+ "VISUAL": "IDENTITY",
105
+ "STATE": "MEAN_STD",
106
+ "ACTION": "MEAN_STD"
107
+ },
108
+ "image_size": [
109
+ 224,
110
+ 224
111
+ ],
112
+ "base_model_path": "nvidia/GR00T-N1.5-3B",
113
+ "tokenizer_assets_repo": "lerobot/eagle2hg-processor-groot-n1p5",
114
+ "embodiment_tag": "new_embodiment",
115
+ "tune_llm": false,
116
+ "tune_visual": true,
117
+ "tune_projector": true,
118
+ "tune_diffusion_model": true,
119
+ "lora_rank": 0,
120
+ "lora_alpha": 16,
121
+ "lora_dropout": 0.1,
122
+ "lora_full_model": false,
123
+ "lora_target": "llm",
124
+ "optimizer_lr": 0.0001,
125
+ "optimizer_betas": [
126
+ 0.95,
127
+ 0.999
128
+ ],
129
+ "optimizer_eps": 1e-08,
130
+ "optimizer_weight_decay": 1e-05,
131
+ "warmup_ratio": 0.05,
132
+ "use_bf16": true,
133
+ "video_backend": "decord",
134
+ "balance_dataset_weights": true,
135
+ "balance_trajectory_weights": true,
136
+ "dataset_paths": null,
137
+ "output_dir": "./tmp/gr00t",
138
+ "save_steps": 1000,
139
+ "max_steps": 10000,
140
+ "batch_size": 32,
141
+ "dataloader_num_workers": 8,
142
+ "report_to": "wandb",
143
+ "resume": false
144
+ }
checkpoints/050000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd37cee93d1f4788146c77fe95bd6e1f9b2af5cb349d76d67e6b359b1a652699
3
+ size 6964802952
checkpoints/050000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "paragon7060/INSIGHTfixposV3",
4
+ "root": null,
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": false,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "tfs": {
11
+ "brightness": {
12
+ "weight": 1.0,
13
+ "type": "ColorJitter",
14
+ "kwargs": {
15
+ "brightness": [
16
+ 0.8,
17
+ 1.2
18
+ ]
19
+ }
20
+ },
21
+ "contrast": {
22
+ "weight": 1.0,
23
+ "type": "ColorJitter",
24
+ "kwargs": {
25
+ "contrast": [
26
+ 0.8,
27
+ 1.2
28
+ ]
29
+ }
30
+ },
31
+ "saturation": {
32
+ "weight": 1.0,
33
+ "type": "ColorJitter",
34
+ "kwargs": {
35
+ "saturation": [
36
+ 0.5,
37
+ 1.5
38
+ ]
39
+ }
40
+ },
41
+ "hue": {
42
+ "weight": 1.0,
43
+ "type": "ColorJitter",
44
+ "kwargs": {
45
+ "hue": [
46
+ -0.05,
47
+ 0.05
48
+ ]
49
+ }
50
+ },
51
+ "sharpness": {
52
+ "weight": 1.0,
53
+ "type": "SharpnessJitter",
54
+ "kwargs": {
55
+ "sharpness": [
56
+ 0.5,
57
+ 1.5
58
+ ]
59
+ }
60
+ },
61
+ "affine": {
62
+ "weight": 1.0,
63
+ "type": "RandomAffine",
64
+ "kwargs": {
65
+ "degrees": [
66
+ -5.0,
67
+ 5.0
68
+ ],
69
+ "translate": [
70
+ 0.05,
71
+ 0.05
72
+ ]
73
+ }
74
+ }
75
+ }
76
+ },
77
+ "revision": null,
78
+ "use_imagenet_stats": true,
79
+ "video_backend": "pyav",
80
+ "streaming": false
81
+ },
82
+ "env": null,
83
+ "policy": {
84
+ "type": "groot",
85
+ "n_obs_steps": 1,
86
+ "input_features": {
87
+ "observation.state": {
88
+ "type": "STATE",
89
+ "shape": [
90
+ 32
91
+ ]
92
+ },
93
+ "observation.images.wrist": {
94
+ "type": "VISUAL",
95
+ "shape": [
96
+ 3,
97
+ 224,
98
+ 224
99
+ ]
100
+ },
101
+ "observation.images.wrist_semantic": {
102
+ "type": "VISUAL",
103
+ "shape": [
104
+ 3,
105
+ 224,
106
+ 224
107
+ ]
108
+ },
109
+ "observation.images.left_shoulder": {
110
+ "type": "VISUAL",
111
+ "shape": [
112
+ 3,
113
+ 224,
114
+ 224
115
+ ]
116
+ },
117
+ "observation.images.left_shoulder_semantic": {
118
+ "type": "VISUAL",
119
+ "shape": [
120
+ 3,
121
+ 224,
122
+ 224
123
+ ]
124
+ },
125
+ "observation.images.right_shoulder": {
126
+ "type": "VISUAL",
127
+ "shape": [
128
+ 3,
129
+ 224,
130
+ 224
131
+ ]
132
+ },
133
+ "observation.images.right_shoulder_semantic": {
134
+ "type": "VISUAL",
135
+ "shape": [
136
+ 3,
137
+ 224,
138
+ 224
139
+ ]
140
+ },
141
+ "observation.images.guide": {
142
+ "type": "VISUAL",
143
+ "shape": [
144
+ 3,
145
+ 224,
146
+ 224
147
+ ]
148
+ },
149
+ "observation.images.guide_semantic": {
150
+ "type": "VISUAL",
151
+ "shape": [
152
+ 3,
153
+ 224,
154
+ 224
155
+ ]
156
+ }
157
+ },
158
+ "output_features": {
159
+ "action": {
160
+ "type": "ACTION",
161
+ "shape": [
162
+ 32
163
+ ]
164
+ },
165
+ "action.skill_id": {
166
+ "type": "ACTION",
167
+ "shape": [
168
+ 1
169
+ ]
170
+ }
171
+ },
172
+ "device": "cuda",
173
+ "use_amp": false,
174
+ "use_peft": false,
175
+ "push_to_hub": true,
176
+ "repo_id": null,
177
+ "private": null,
178
+ "tags": null,
179
+ "license": null,
180
+ "pretrained_path": null,
181
+ "chunk_size": 50,
182
+ "n_action_steps": 50,
183
+ "max_state_dim": 64,
184
+ "max_action_dim": 32,
185
+ "normalization_mapping": {
186
+ "VISUAL": "IDENTITY",
187
+ "STATE": "MEAN_STD",
188
+ "ACTION": "MEAN_STD"
189
+ },
190
+ "image_size": [
191
+ 224,
192
+ 224
193
+ ],
194
+ "base_model_path": "nvidia/GR00T-N1.5-3B",
195
+ "tokenizer_assets_repo": "lerobot/eagle2hg-processor-groot-n1p5",
196
+ "embodiment_tag": "new_embodiment",
197
+ "tune_llm": false,
198
+ "tune_visual": true,
199
+ "tune_projector": true,
200
+ "tune_diffusion_model": true,
201
+ "lora_rank": 0,
202
+ "lora_alpha": 16,
203
+ "lora_dropout": 0.1,
204
+ "lora_full_model": false,
205
+ "lora_target": "llm",
206
+ "optimizer_lr": 0.0001,
207
+ "optimizer_betas": [
208
+ 0.95,
209
+ 0.999
210
+ ],
211
+ "optimizer_eps": 1e-08,
212
+ "optimizer_weight_decay": 1e-05,
213
+ "warmup_ratio": 0.05,
214
+ "use_bf16": true,
215
+ "video_backend": "decord",
216
+ "balance_dataset_weights": true,
217
+ "balance_trajectory_weights": true,
218
+ "dataset_paths": null,
219
+ "output_dir": "./tmp/gr00t",
220
+ "save_steps": 1000,
221
+ "max_steps": 10000,
222
+ "batch_size": 32,
223
+ "dataloader_num_workers": 8,
224
+ "report_to": "wandb",
225
+ "resume": false
226
+ },
227
+ "output_dir": "/home/seonho/clvla/memory_module/outputs/insight_groot_keyframe_fix",
228
+ "job_name": "insight_groot_keyframe",
229
+ "resume": false,
230
+ "seed": 42,
231
+ "cudnn_deterministic": false,
232
+ "num_workers": 8,
233
+ "batch_size": 4,
234
+ "steps": 100000,
235
+ "eval_freq": 20000,
236
+ "log_freq": 10,
237
+ "tolerance_s": 0.0001,
238
+ "save_checkpoint": true,
239
+ "save_freq": 25000,
240
+ "use_policy_training_preset": false,
241
+ "optimizer": null,
242
+ "scheduler": null,
243
+ "eval": {
244
+ "n_episodes": 50,
245
+ "batch_size": 50,
246
+ "use_async_envs": false
247
+ },
248
+ "wandb": {
249
+ "enable": true,
250
+ "disable_artifact": false,
251
+ "project": "groot_insight_keyframe",
252
+ "entity": "RwHlabs",
253
+ "notes": null,
254
+ "run_id": null,
255
+ "mode": null,
256
+ "add_tags": true
257
+ },
258
+ "peft": null,
259
+ "use_rabc": false,
260
+ "rabc_progress_path": null,
261
+ "rabc_kappa": 0.01,
262
+ "rabc_epsilon": 1e-06,
263
+ "rabc_head_mode": "sparse",
264
+ "rename_map": {},
265
+ "checkpoint_path": null,
266
+ "gradient_checkpointing": false,
267
+ "keyframe_registry_path": "/home/seonho/clvla/memory_module/INSIGHTfixposV3_Keyframe_right_ver/frame_index_registry.json",
268
+ "task_descriptions_path": null,
269
+ "task_prompt_mode": "non_guide",
270
+ "action_dim": 8,
271
+ "state_dim": 16
272
+ }
checkpoints/050000/pretrained_model_migrated/README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets: unknown
3
+ library_name: lerobot
4
+ license: apache-2.0
5
+ model_name: groot
6
+ pipeline_tag: robotics
7
+ tags:
8
+ - robotics
9
+ - lerobot
10
+ - groot
11
+ ---
12
+
13
+ # Model Card for groot
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+ _Model type not recognized — please update this template._
19
+
20
+
21
+ This policy has been trained and pushed to the Hub using [LeRobot](https://github.com/huggingface/lerobot).
22
+ See the full documentation at [LeRobot Docs](https://huggingface.co/docs/lerobot/index).
23
+
24
+ ---
25
+
26
+ ## How to Get Started with the Model
27
+
28
+ For a complete walkthrough, see the [training guide](https://huggingface.co/docs/lerobot/il_robots#train-a-policy).
29
+ Below is the short version on how to train and run inference/eval:
30
+
31
+ ### Train from scratch
32
+
33
+ ```bash
34
+ lerobot-train \
35
+ --dataset.repo_id=${HF_USER}/<dataset> \
36
+ --policy.type=act \
37
+ --output_dir=outputs/train/<desired_policy_repo_id> \
38
+ --job_name=lerobot_training \
39
+ --policy.device=cuda \
40
+ --policy.repo_id=${HF_USER}/<desired_policy_repo_id>
41
+ --wandb.enable=true
42
+ ```
43
+
44
+ _Writes checkpoints to `outputs/train/<desired_policy_repo_id>/checkpoints/`._
45
+
46
+ ### Evaluate the policy/run inference
47
+
48
+ ```bash
49
+ lerobot-record \
50
+ --robot.type=so100_follower \
51
+ --dataset.repo_id=<hf_user>/eval_<dataset> \
52
+ --policy.path=<hf_user>/<desired_policy_repo_id> \
53
+ --episodes=10
54
+ ```
55
+
56
+ Prefix the dataset repo with **eval\_** and supply `--policy.path` pointing to a local or hub checkpoint.
57
+
58
+ ---
59
+
60
+ ## Model Details
61
+
62
+ - **License:** apache-2.0
checkpoints/050000/pretrained_model_migrated/config.json ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "groot",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 32
9
+ ]
10
+ },
11
+ "observation.images.wrist": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 224,
16
+ 224
17
+ ]
18
+ },
19
+ "observation.images.wrist_semantic": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 224,
24
+ 224
25
+ ]
26
+ },
27
+ "observation.images.left_shoulder": {
28
+ "type": "VISUAL",
29
+ "shape": [
30
+ 3,
31
+ 224,
32
+ 224
33
+ ]
34
+ },
35
+ "observation.images.left_shoulder_semantic": {
36
+ "type": "VISUAL",
37
+ "shape": [
38
+ 3,
39
+ 224,
40
+ 224
41
+ ]
42
+ },
43
+ "observation.images.right_shoulder": {
44
+ "type": "VISUAL",
45
+ "shape": [
46
+ 3,
47
+ 224,
48
+ 224
49
+ ]
50
+ },
51
+ "observation.images.right_shoulder_semantic": {
52
+ "type": "VISUAL",
53
+ "shape": [
54
+ 3,
55
+ 224,
56
+ 224
57
+ ]
58
+ },
59
+ "observation.images.guide": {
60
+ "type": "VISUAL",
61
+ "shape": [
62
+ 3,
63
+ 224,
64
+ 224
65
+ ]
66
+ },
67
+ "observation.images.guide_semantic": {
68
+ "type": "VISUAL",
69
+ "shape": [
70
+ 3,
71
+ 224,
72
+ 224
73
+ ]
74
+ }
75
+ },
76
+ "output_features": {
77
+ "action": {
78
+ "type": "ACTION",
79
+ "shape": [
80
+ 32
81
+ ]
82
+ },
83
+ "action.skill_id": {
84
+ "type": "ACTION",
85
+ "shape": [
86
+ 1
87
+ ]
88
+ }
89
+ },
90
+ "device": "cuda",
91
+ "use_amp": false,
92
+ "use_peft": false,
93
+ "push_to_hub": true,
94
+ "repo_id": null,
95
+ "private": null,
96
+ "tags": null,
97
+ "license": null,
98
+ "pretrained_path": null,
99
+ "chunk_size": 50,
100
+ "n_action_steps": 50,
101
+ "max_state_dim": 64,
102
+ "max_action_dim": 32,
103
+ "normalization_mapping": {
104
+ "VISUAL": "IDENTITY",
105
+ "STATE": "MEAN_STD",
106
+ "ACTION": "MEAN_STD"
107
+ },
108
+ "image_size": [
109
+ 224,
110
+ 224
111
+ ],
112
+ "base_model_path": "nvidia/GR00T-N1.5-3B",
113
+ "tokenizer_assets_repo": "lerobot/eagle2hg-processor-groot-n1p5",
114
+ "embodiment_tag": "new_embodiment",
115
+ "tune_llm": false,
116
+ "tune_visual": true,
117
+ "tune_projector": true,
118
+ "tune_diffusion_model": true,
119
+ "lora_rank": 0,
120
+ "lora_alpha": 16,
121
+ "lora_dropout": 0.1,
122
+ "lora_full_model": false,
123
+ "lora_target": "llm",
124
+ "optimizer_lr": 0.0001,
125
+ "optimizer_betas": [
126
+ 0.95,
127
+ 0.999
128
+ ],
129
+ "optimizer_eps": 1e-08,
130
+ "optimizer_weight_decay": 1e-05,
131
+ "warmup_ratio": 0.05,
132
+ "use_bf16": true,
133
+ "video_backend": "decord",
134
+ "balance_dataset_weights": true,
135
+ "balance_trajectory_weights": true,
136
+ "dataset_paths": null,
137
+ "output_dir": "./tmp/gr00t",
138
+ "save_steps": 1000,
139
+ "max_steps": 10000,
140
+ "batch_size": 32,
141
+ "dataloader_num_workers": 8,
142
+ "report_to": "wandb",
143
+ "resume": false
144
+ }
checkpoints/050000/pretrained_model_migrated/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f948198eb22fd38626b352929d5dcbd92d63b767c9127b9aa1e381e304eacece
3
+ size 9654235840
checkpoints/050000/pretrained_model_migrated/policy_postprocessor.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "groot_action_unpack_unnormalize_v1",
6
+ "config": {
7
+ "env_action_dim": 32,
8
+ "normalize_min_max": true
9
+ }
10
+ },
11
+ {
12
+ "registry_name": "device_processor",
13
+ "config": {
14
+ "device": "cpu",
15
+ "float_dtype": null
16
+ }
17
+ }
18
+ ]
19
+ }
checkpoints/050000/pretrained_model_migrated/policy_preprocessor.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "groot_pack_inputs_v3",
16
+ "config": {
17
+ "state_horizon": 1,
18
+ "action_horizon": 16,
19
+ "max_state_dim": 64,
20
+ "max_action_dim": 32,
21
+ "language_key": "task",
22
+ "formalize_language": false,
23
+ "embodiment_tag": "new_embodiment",
24
+ "embodiment_mapping": {
25
+ "new_embodiment": 31,
26
+ "oxe_droid": 17,
27
+ "agibot_genie1": 26,
28
+ "gr1": 24,
29
+ "so100": 2,
30
+ "unitree_g1": 3
31
+ },
32
+ "normalize_min_max": true
33
+ }
34
+ },
35
+ {
36
+ "registry_name": "groot_eagle_encode_v3",
37
+ "config": {}
38
+ },
39
+ {
40
+ "registry_name": "groot_eagle_collate_v3",
41
+ "config": {}
42
+ },
43
+ {
44
+ "registry_name": "device_processor",
45
+ "config": {
46
+ "device": "cuda",
47
+ "float_dtype": null
48
+ }
49
+ }
50
+ ]
51
+ }
checkpoints/050000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,785 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 5.4128967273616625e-05,
4
+ "betas": [
5
+ 0.95,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 1e-05,
10
+ "amsgrad": false,
11
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "initial_lr": 0.0001,
18
+ "params": [
19
+ 0,
20
+ 1,
21
+ 2,
22
+ 3,
23
+ 4,
24
+ 5,
25
+ 6,
26
+ 7,
27
+ 8,
28
+ 9,
29
+ 10,
30
+ 11,
31
+ 12,
32
+ 13,
33
+ 14,
34
+ 15,
35
+ 16,
36
+ 17,
37
+ 18,
38
+ 19,
39
+ 20,
40
+ 21,
41
+ 22,
42
+ 23,
43
+ 24,
44
+ 25,
45
+ 26,
46
+ 27,
47
+ 28,
48
+ 29,
49
+ 30,
50
+ 31,
51
+ 32,
52
+ 33,
53
+ 34,
54
+ 35,
55
+ 36,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 40,
60
+ 41,
61
+ 42,
62
+ 43,
63
+ 44,
64
+ 45,
65
+ 46,
66
+ 47,
67
+ 48,
68
+ 49,
69
+ 50,
70
+ 51,
71
+ 52,
72
+ 53,
73
+ 54,
74
+ 55,
75
+ 56,
76
+ 57,
77
+ 58,
78
+ 59,
79
+ 60,
80
+ 61,
81
+ 62,
82
+ 63,
83
+ 64,
84
+ 65,
85
+ 66,
86
+ 67,
87
+ 68,
88
+ 69,
89
+ 70,
90
+ 71,
91
+ 72,
92
+ 73,
93
+ 74,
94
+ 75,
95
+ 76,
96
+ 77,
97
+ 78,
98
+ 79,
99
+ 80,
100
+ 81,
101
+ 82,
102
+ 83,
103
+ 84,
104
+ 85,
105
+ 86,
106
+ 87,
107
+ 88,
108
+ 89,
109
+ 90,
110
+ 91,
111
+ 92,
112
+ 93,
113
+ 94,
114
+ 95,
115
+ 96,
116
+ 97,
117
+ 98,
118
+ 99,
119
+ 100,
120
+ 101,
121
+ 102,
122
+ 103,
123
+ 104,
124
+ 105,
125
+ 106,
126
+ 107,
127
+ 108,
128
+ 109,
129
+ 110,
130
+ 111,
131
+ 112,
132
+ 113,
133
+ 114,
134
+ 115,
135
+ 116,
136
+ 117,
137
+ 118,
138
+ 119,
139
+ 120,
140
+ 121,
141
+ 122,
142
+ 123,
143
+ 124,
144
+ 125,
145
+ 126,
146
+ 127,
147
+ 128,
148
+ 129,
149
+ 130,
150
+ 131,
151
+ 132,
152
+ 133,
153
+ 134,
154
+ 135,
155
+ 136,
156
+ 137,
157
+ 138,
158
+ 139,
159
+ 140,
160
+ 141,
161
+ 142,
162
+ 143,
163
+ 144,
164
+ 145,
165
+ 146,
166
+ 147,
167
+ 148,
168
+ 149,
169
+ 150,
170
+ 151,
171
+ 152,
172
+ 153,
173
+ 154,
174
+ 155,
175
+ 156,
176
+ 157,
177
+ 158,
178
+ 159,
179
+ 160,
180
+ 161,
181
+ 162,
182
+ 163,
183
+ 164,
184
+ 165,
185
+ 166,
186
+ 167,
187
+ 168,
188
+ 169,
189
+ 170,
190
+ 171,
191
+ 172,
192
+ 173,
193
+ 174,
194
+ 175,
195
+ 176,
196
+ 177,
197
+ 178,
198
+ 179,
199
+ 180,
200
+ 181,
201
+ 182,
202
+ 183,
203
+ 184,
204
+ 185,
205
+ 186,
206
+ 187,
207
+ 188,
208
+ 189,
209
+ 190,
210
+ 191,
211
+ 192,
212
+ 193,
213
+ 194,
214
+ 195,
215
+ 196,
216
+ 197,
217
+ 198,
218
+ 199,
219
+ 200,
220
+ 201,
221
+ 202,
222
+ 203,
223
+ 204,
224
+ 205,
225
+ 206,
226
+ 207,
227
+ 208,
228
+ 209,
229
+ 210,
230
+ 211,
231
+ 212,
232
+ 213,
233
+ 214,
234
+ 215,
235
+ 216,
236
+ 217,
237
+ 218,
238
+ 219,
239
+ 220,
240
+ 221,
241
+ 222,
242
+ 223,
243
+ 224,
244
+ 225,
245
+ 226,
246
+ 227,
247
+ 228,
248
+ 229,
249
+ 230,
250
+ 231,
251
+ 232,
252
+ 233,
253
+ 234,
254
+ 235,
255
+ 236,
256
+ 237,
257
+ 238,
258
+ 239,
259
+ 240,
260
+ 241,
261
+ 242,
262
+ 243,
263
+ 244,
264
+ 245,
265
+ 246,
266
+ 247,
267
+ 248,
268
+ 249,
269
+ 250,
270
+ 251,
271
+ 252,
272
+ 253,
273
+ 254,
274
+ 255,
275
+ 256,
276
+ 257,
277
+ 258,
278
+ 259,
279
+ 260,
280
+ 261,
281
+ 262,
282
+ 263,
283
+ 264,
284
+ 265,
285
+ 266,
286
+ 267,
287
+ 268,
288
+ 269,
289
+ 270,
290
+ 271,
291
+ 272,
292
+ 273,
293
+ 274,
294
+ 275,
295
+ 276,
296
+ 277,
297
+ 278,
298
+ 279,
299
+ 280,
300
+ 281,
301
+ 282,
302
+ 283,
303
+ 284,
304
+ 285,
305
+ 286,
306
+ 287,
307
+ 288,
308
+ 289,
309
+ 290,
310
+ 291,
311
+ 292,
312
+ 293,
313
+ 294,
314
+ 295,
315
+ 296,
316
+ 297,
317
+ 298,
318
+ 299,
319
+ 300,
320
+ 301,
321
+ 302,
322
+ 303,
323
+ 304,
324
+ 305,
325
+ 306,
326
+ 307,
327
+ 308,
328
+ 309,
329
+ 310,
330
+ 311,
331
+ 312,
332
+ 313,
333
+ 314,
334
+ 315,
335
+ 316,
336
+ 317,
337
+ 318,
338
+ 319,
339
+ 320,
340
+ 321,
341
+ 322,
342
+ 323,
343
+ 324,
344
+ 325,
345
+ 326,
346
+ 327,
347
+ 328,
348
+ 329,
349
+ 330,
350
+ 331,
351
+ 332,
352
+ 333,
353
+ 334,
354
+ 335,
355
+ 336,
356
+ 337,
357
+ 338,
358
+ 339,
359
+ 340,
360
+ 341,
361
+ 342,
362
+ 343,
363
+ 344,
364
+ 345,
365
+ 346,
366
+ 347,
367
+ 348,
368
+ 349,
369
+ 350,
370
+ 351,
371
+ 352,
372
+ 353,
373
+ 354,
374
+ 355,
375
+ 356,
376
+ 357,
377
+ 358,
378
+ 359,
379
+ 360,
380
+ 361,
381
+ 362,
382
+ 363,
383
+ 364,
384
+ 365,
385
+ 366,
386
+ 367,
387
+ 368,
388
+ 369,
389
+ 370,
390
+ 371,
391
+ 372,
392
+ 373,
393
+ 374,
394
+ 375,
395
+ 376,
396
+ 377,
397
+ 378,
398
+ 379,
399
+ 380,
400
+ 381,
401
+ 382,
402
+ 383,
403
+ 384,
404
+ 385,
405
+ 386,
406
+ 387,
407
+ 388,
408
+ 389,
409
+ 390,
410
+ 391,
411
+ 392,
412
+ 393,
413
+ 394,
414
+ 395,
415
+ 396,
416
+ 397,
417
+ 398,
418
+ 399,
419
+ 400,
420
+ 401,
421
+ 402,
422
+ 403,
423
+ 404,
424
+ 405,
425
+ 406,
426
+ 407,
427
+ 408,
428
+ 409,
429
+ 410,
430
+ 411,
431
+ 412,
432
+ 413,
433
+ 414,
434
+ 415,
435
+ 416,
436
+ 417,
437
+ 418,
438
+ 419,
439
+ 420,
440
+ 421,
441
+ 422,
442
+ 423,
443
+ 424,
444
+ 425,
445
+ 426,
446
+ 427,
447
+ 428,
448
+ 429,
449
+ 430,
450
+ 431,
451
+ 432,
452
+ 433,
453
+ 434,
454
+ 435,
455
+ 436,
456
+ 437,
457
+ 438,
458
+ 439,
459
+ 440,
460
+ 441,
461
+ 442,
462
+ 443,
463
+ 444,
464
+ 445,
465
+ 446,
466
+ 447,
467
+ 448,
468
+ 449,
469
+ 450,
470
+ 451,
471
+ 452,
472
+ 453,
473
+ 454,
474
+ 455,
475
+ 456,
476
+ 457,
477
+ 458,
478
+ 459,
479
+ 460,
480
+ 461,
481
+ 462,
482
+ 463,
483
+ 464,
484
+ 465,
485
+ 466,
486
+ 467,
487
+ 468,
488
+ 469,
489
+ 470,
490
+ 471,
491
+ 472,
492
+ 473,
493
+ 474,
494
+ 475,
495
+ 476,
496
+ 477,
497
+ 478,
498
+ 479,
499
+ 480,
500
+ 481,
501
+ 482,
502
+ 483,
503
+ 484,
504
+ 485,
505
+ 486,
506
+ 487,
507
+ 488,
508
+ 489,
509
+ 490,
510
+ 491,
511
+ 492,
512
+ 493,
513
+ 494,
514
+ 495,
515
+ 496,
516
+ 497,
517
+ 498,
518
+ 499,
519
+ 500,
520
+ 501,
521
+ 502,
522
+ 503,
523
+ 504,
524
+ 505,
525
+ 506,
526
+ 507,
527
+ 508,
528
+ 509,
529
+ 510,
530
+ 511,
531
+ 512,
532
+ 513,
533
+ 514,
534
+ 515,
535
+ 516,
536
+ 517,
537
+ 518,
538
+ 519,
539
+ 520,
540
+ 521,
541
+ 522,
542
+ 523,
543
+ 524,
544
+ 525,
545
+ 526,
546
+ 527,
547
+ 528,
548
+ 529,
549
+ 530,
550
+ 531,
551
+ 532,
552
+ 533,
553
+ 534,
554
+ 535,
555
+ 536,
556
+ 537,
557
+ 538,
558
+ 539,
559
+ 540,
560
+ 541,
561
+ 542,
562
+ 543,
563
+ 544,
564
+ 545,
565
+ 546,
566
+ 547,
567
+ 548,
568
+ 549,
569
+ 550,
570
+ 551,
571
+ 552,
572
+ 553,
573
+ 554,
574
+ 555,
575
+ 556,
576
+ 557,
577
+ 558,
578
+ 559,
579
+ 560,
580
+ 561,
581
+ 562,
582
+ 563,
583
+ 564,
584
+ 565,
585
+ 566,
586
+ 567,
587
+ 568,
588
+ 569,
589
+ 570,
590
+ 571,
591
+ 572,
592
+ 573,
593
+ 574,
594
+ 575,
595
+ 576,
596
+ 577,
597
+ 578,
598
+ 579,
599
+ 580,
600
+ 581,
601
+ 582,
602
+ 583,
603
+ 584,
604
+ 585,
605
+ 586,
606
+ 587,
607
+ 588,
608
+ 589,
609
+ 590,
610
+ 591,
611
+ 592,
612
+ 593,
613
+ 594,
614
+ 595,
615
+ 596,
616
+ 597,
617
+ 598,
618
+ 599,
619
+ 600,
620
+ 601,
621
+ 602,
622
+ 603,
623
+ 604,
624
+ 605,
625
+ 606,
626
+ 607,
627
+ 608,
628
+ 609,
629
+ 610,
630
+ 611,
631
+ 612,
632
+ 613,
633
+ 614,
634
+ 615,
635
+ 616,
636
+ 617,
637
+ 618,
638
+ 619,
639
+ 620,
640
+ 621,
641
+ 622,
642
+ 623,
643
+ 624,
644
+ 625,
645
+ 626,
646
+ 627,
647
+ 628,
648
+ 629,
649
+ 630,
650
+ 631,
651
+ 632,
652
+ 633,
653
+ 634,
654
+ 635,
655
+ 636,
656
+ 637,
657
+ 638,
658
+ 639,
659
+ 640,
660
+ 641,
661
+ 642,
662
+ 643,
663
+ 644,
664
+ 645,
665
+ 646,
666
+ 647,
667
+ 648,
668
+ 649,
669
+ 650,
670
+ 651,
671
+ 652,
672
+ 653,
673
+ 654,
674
+ 655,
675
+ 656,
676
+ 657,
677
+ 658,
678
+ 659,
679
+ 660,
680
+ 661,
681
+ 662,
682
+ 663,
683
+ 664,
684
+ 665,
685
+ 666,
686
+ 667,
687
+ 668,
688
+ 669,
689
+ 670,
690
+ 671,
691
+ 672,
692
+ 673,
693
+ 674,
694
+ 675,
695
+ 676,
696
+ 677,
697
+ 678,
698
+ 679,
699
+ 680,
700
+ 681,
701
+ 682,
702
+ 683,
703
+ 684,
704
+ 685,
705
+ 686,
706
+ 687,
707
+ 688,
708
+ 689,
709
+ 690,
710
+ 691,
711
+ 692,
712
+ 693,
713
+ 694,
714
+ 695,
715
+ 696,
716
+ 697,
717
+ 698,
718
+ 699,
719
+ 700,
720
+ 701,
721
+ 702,
722
+ 703,
723
+ 704,
724
+ 705,
725
+ 706,
726
+ 707,
727
+ 708,
728
+ 709,
729
+ 710,
730
+ 711,
731
+ 712,
732
+ 713,
733
+ 714,
734
+ 715,
735
+ 716,
736
+ 717,
737
+ 718,
738
+ 719,
739
+ 720,
740
+ 721,
741
+ 722,
742
+ 723,
743
+ 724,
744
+ 725,
745
+ 726,
746
+ 727,
747
+ 728,
748
+ 729,
749
+ 730,
750
+ 731,
751
+ 732,
752
+ 733,
753
+ 734,
754
+ 735,
755
+ 736,
756
+ 737,
757
+ 738,
758
+ 739,
759
+ 740,
760
+ 741,
761
+ 742,
762
+ 743,
763
+ 744,
764
+ 745,
765
+ 746,
766
+ 747,
767
+ 748,
768
+ 749,
769
+ 750,
770
+ 751,
771
+ 752,
772
+ 753,
773
+ 754,
774
+ 755,
775
+ 756,
776
+ 757,
777
+ 758,
778
+ 759,
779
+ 760,
780
+ 761,
781
+ 762,
782
+ 763
783
+ ]
784
+ }
785
+ ]
checkpoints/050000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18050c10fc86d8704f8de7f85d9b760d8ef2efaf09f24eb36242b010f21ddcc8
3
+ size 10270822056
checkpoints/050000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:206f3e7389e6c436ba02a56e31d3accdfd3db27c727c7b2b2c02566bb4be0bd5
3
+ size 15708
checkpoints/050000/training_state/scheduler_state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_lrs": [
3
+ 0.0001
4
+ ],
5
+ "last_epoch": 50000,
6
+ "_step_count": 50001,
7
+ "_get_lr_called_within_step": false,
8
+ "_last_lr": [
9
+ 5.4128967273616625e-05
10
+ ],
11
+ "lr_lambdas": [
12
+ {}
13
+ ]
14
+ }
checkpoints/050000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 50000
3
+ }
wandb/debug-internal.log ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-04-23T13:09:05.061882598+09:00","level":"INFO","msg":"stream: starting","core version":"0.24.2"}
2
+ {"time":"2026-04-23T13:09:06.321309739+09:00","level":"INFO","msg":"stream: created new stream","id":"ec0hb0kz"}
3
+ {"time":"2026-04-23T13:09:06.321388808+09:00","level":"INFO","msg":"handler: started","stream_id":"ec0hb0kz"}
4
+ {"time":"2026-04-23T13:09:06.321476+09:00","level":"INFO","msg":"stream: started","id":"ec0hb0kz"}
5
+ {"time":"2026-04-23T13:09:06.32148772+09:00","level":"INFO","msg":"writer: started","stream_id":"ec0hb0kz"}
6
+ {"time":"2026-04-23T13:09:06.3214905+09:00","level":"INFO","msg":"sender: started","stream_id":"ec0hb0kz"}
7
+ {"time":"2026-04-24T02:43:15.782981176+09:00","level":"INFO","msg":"stream: closing","id":"ec0hb0kz"}
8
+ {"time":"2026-04-24T02:43:15.785188196+09:00","level":"ERROR","msg":"failed to write to chunk: failed to append: write /home/seonho/clvla/memory_module/outputs/insight_groot_keyframe_fix/wandb/run-20260423_130904-ec0hb0kz/files/output.log: no space left on device"}
9
+ {"time":"2026-04-24T02:43:15.785642237+09:00","level":"ERROR","msg":"sender: failed to upload run summary: write /home/seonho/clvla/memory_module/outputs/insight_groot_keyframe_fix/wandb/run-20260423_130904-ec0hb0kz/files/wandb-summary.json: no space left on device"}
10
+ {"time":"2026-04-24T02:43:15.786315284+09:00","level":"ERROR","msg":"sender: failed to upload run config: write /home/seonho/clvla/memory_module/outputs/insight_groot_keyframe_fix/wandb/run-20260423_130904-ec0hb0kz/files/config.yaml: no space left on device"}
11
+ {"time":"2026-04-24T02:43:16.950746251+09:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
12
+ {"time":"2026-04-24T02:43:17.292044036+09:00","level":"INFO","msg":"handler: closed","stream_id":"ec0hb0kz"}
13
+ {"time":"2026-04-24T02:43:17.292181396+09:00","level":"ERROR","msg":"writer: failed closing store: transactionlog: error closing writer: write /home/seonho/clvla/memory_module/outputs/insight_groot_keyframe_fix/wandb/run-20260423_130904-ec0hb0kz/run-ec0hb0kz.wandb: no space left on device"}
14
+ {"time":"2026-04-24T02:43:17.292788713+09:00","level":"INFO","msg":"sender: closed","stream_id":"ec0hb0kz"}
15
+ {"time":"2026-04-24T02:43:17.292814948+09:00","level":"INFO","msg":"stream: closed","id":"ec0hb0kz"}
wandb/debug.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2026-04-23 13:09:04,837 INFO MainThread:2446823 [wandb_setup.py:_flush():81] Current SDK version is 0.24.2
2
+ 2026-04-23 13:09:04,837 INFO MainThread:2446823 [wandb_setup.py:_flush():81] Configure stats pid to 2446823
3
+ 2026-04-23 13:09:04,837 INFO MainThread:2446823 [wandb_setup.py:_flush():81] Loading settings from environment variables
4
+ 2026-04-23 13:09:04,837 INFO MainThread:2446823 [wandb_init.py:setup_run_log_directory():717] Logging user logs to /home/seonho/clvla/memory_module/outputs/insight_groot_keyframe_fix/wandb/run-20260423_130904-ec0hb0kz/logs/debug.log
5
+ 2026-04-23 13:09:04,837 INFO MainThread:2446823 [wandb_init.py:setup_run_log_directory():718] Logging internal logs to /home/seonho/clvla/memory_module/outputs/insight_groot_keyframe_fix/wandb/run-20260423_130904-ec0hb0kz/logs/debug-internal.log
6
+ 2026-04-23 13:09:04,837 INFO MainThread:2446823 [wandb_init.py:init():844] calling init triggers
7
+ 2026-04-23 13:09:04,838 INFO MainThread:2446823 [wandb_init.py:init():849] wandb.init called with sweep_config: {}
8
+ config: {'repo_id': 'paragon7060/INSIGHTfixposV3', 'base_model_path': 'nvidia/GR00T-N1.5-3B', 'steps': 100000, 'lr': 0.0001, 'batch_size': 4, 'num_processes': 1, 'effective_batch_size': 4, 'tune_llm': False, 'tune_visual': True, 'tune_projector': True, 'tune_diffusion_model': True, 'lora_rank': 0, 'lora_alpha': 16, 'lora_dropout': 0.1, 'lora_target': 'llm', 'gradient_checkpointing': False, 'seed': 42, 'valid_episodes': 3788, 'num_cameras': 4, 'cameras': ['guide', 'keyframe', 'right_shoulder', 'wrist'], 'task_prompt_mode': 'non_guide', 'action_dim': 8, 'state_dim': 16, '_wandb': {}}
9
+ 2026-04-23 13:09:04,838 INFO MainThread:2446823 [wandb_init.py:init():892] starting backend
10
+ 2026-04-23 13:09:05,057 INFO MainThread:2446823 [wandb_init.py:init():895] sending inform_init request
11
+ 2026-04-23 13:09:05,060 INFO MainThread:2446823 [wandb_init.py:init():903] backend started and connected
12
+ 2026-04-23 13:09:05,062 INFO MainThread:2446823 [wandb_init.py:init():973] updated telemetry
13
+ 2026-04-23 13:09:05,066 INFO MainThread:2446823 [wandb_init.py:init():997] communicating run to backend with 90.0 second timeout
14
+ 2026-04-23 13:09:07,011 INFO MainThread:2446823 [wandb_init.py:init():1042] starting run threads in backend
15
+ 2026-04-23 13:09:07,102 INFO MainThread:2446823 [wandb_run.py:_console_start():2529] atexit reg
16
+ 2026-04-23 13:09:07,102 INFO MainThread:2446823 [wandb_run.py:_redirect():2377] redirect: wrap_raw
17
+ 2026-04-23 13:09:07,102 INFO MainThread:2446823 [wandb_run.py:_redirect():2446] Wrapping output streams.
18
+ 2026-04-23 13:09:07,102 INFO MainThread:2446823 [wandb_run.py:_redirect():2469] Redirects installed.
19
+ 2026-04-23 13:09:07,106 INFO MainThread:2446823 [wandb_init.py:init():1082] run started, returning control to user process
20
+ 2026-04-24 02:43:15,783 INFO wandb-AsyncioManager-main:2446823 [service_client.py:_forward_responses():94] Reached EOF.
21
+ 2026-04-24 02:43:15,783 INFO wandb-AsyncioManager-main:2446823 [mailbox.py:close():154] Closing mailbox, abandoning 1 handles.
wandb/run-20260423_130904-ec0hb0kz/files/config.yaml ADDED
File without changes
wandb/run-20260423_130904-ec0hb0kz/files/output.log ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [GROOT] Flash Attention version: 2.8.3
2
+ Loading pretrained dual brain from nvidia/GR00T-N1.5-3B
3
+ Tune backbone vision tower: True
4
+ Tune backbone LLM: False
5
+ Tune action head projector: True
6
+ Tune action head DiT: True
7
+ Fetching 13 files: 100%|██████████| 13/13 [00:00<00:00, 1053.80it/s]
8
+ `torch_dtype` is deprecated! Use `dtype` instead!
9
+ [GROOT] Copying vendor Eagle files to cache: /home/seonho/clvla/lerobot_cl/src/lerobot/policies/groot/eagle2_hg_model -> /home/seonho/.cache/huggingface/lerobot/lerobot/eagle2hg-processor-groot-n1p5
10
+ [GROOT] Assets repo: lerobot/eagle2hg-processor-groot-n1p5
11
+ Cache dir: /home/seonho/.cache/huggingface/lerobot/lerobot/eagle2hg-processor-groot-n1p5
12
+ Tune backbone llm: False
13
+ Tune backbone visual: True
14
+ Total number of DiT parameters: 550386688
15
+ Total number of SelfAttentionTransformer parameters: 201433088
16
+ Tune action head projector: True
17
+ Tune action head diffusion model: True
18
+ Tune backbone llm: False
19
+ Tune backbone visual: True
20
+ Tune action head projector: True
21
+ Tune action head diffusion model: True
22
+ `use_fast` is set to `True` but the image processor class does not have a fast version. Falling back to the slow version.
23
+ The tokenizer you are loading from '/home/seonho/.cache/huggingface/lerobot/lerobot/eagle2hg-processor-groot-n1p5' with an incorrect regex pattern: https://huggingface.co/mistralai/Mistral-Small-3.1-24B-Instruct-2503/discussions/84#69121093e8b480e709447d5e. This will lead to incorrect tokenization. You should set the `fix_mistral_regex=True` flag when loading this tokenizer to fix this issue.
24
+ The tokenizer you are loading from '/home/seonho/.cache/huggingface/lerobot/lerobot/eagle2hg-processor-groot-n1p5' with an incorrect regex pattern: https://huggingface.co/mistralai/Mistral-Small-3.1-24B-Instruct-2503/discussions/84#69121093e8b480e709447d5e. This will lead to incorrect tokenization. You should set the `fix_mistral_regex=True` flag when loading this tokenizer to fix this issue.
25
+ wandb: Adding directory to artifact (/home/seonho/clvla/memory_module/outputs/insight_groot_keyframe_fix/checkpoints/025000)... Done. 46.7s
26
+ wandb: Adding directory to artifact (/home/seonho/clvla/memory_module/outputs/insight_groot_keyframe_fix/checkpoints/050000)... Traceback (most recent call last):
27
+ File "/home/seonho/clvla/lerobot_cl/scripts/train_groot_keyframe.py", line 678, in <module>
28
+ main()
29
+ File "/home/seonho/clvla/lerobot_cl/src/lerobot/configs/parser.py", line 233, in wrapper_inner
30
+ response = fn(cfg, *args, **kwargs)
31
+ ^^^^^^^^^^^^^^^^^^^^^^^^
32
+ File "/home/seonho/clvla/lerobot_cl/scripts/train_groot_keyframe.py", line 661, in main
33
+ artifact.add_dir(str(checkpoint_dir))
34
+ File "/home/seonho/miniconda3/envs/lerobot050_groot/lib/python3.12/site-packages/wandb/sdk/artifacts/_validators.py", line 271, in wrapper
35
+ return method(self, *args, **kwargs)
36
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
37
+ File "/home/seonho/miniconda3/envs/lerobot050_groot/lib/python3.12/site-packages/wandb/sdk/artifacts/artifact.py", line 1563, in add_dir
38
+ pool.starmap(add_manifest_file, paths)
39
+ File "/home/seonho/miniconda3/envs/lerobot050_groot/lib/python3.12/multiprocessing/pool.py", line 375, in starmap
40
+ return self._map_async(func, iterable, starmapstar, chunksize).get()
41
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42
+ File "/home/seonho/miniconda3/envs/lerobot050_groot/lib/python3.12/multiprocessing/pool.py", line 774, in get
43
+ raise self._value
44
+ File "/home/seonho/miniconda3/envs/lerobot050_groot/lib/python3.12/multiprocessing/pool.py", line 125, in worker
45
+ result = (True, func(*args, **kwds))
46
+ ^^^^^^^^^^^^^^^^^^^
47
+ File "/home/seonho/miniconda3/envs/lerobot050_groot/lib/python3.12/multiprocessing/pool.py", line 51, in starmapstar
48
+ return list(itertools.starmap(args[0], args[1]))
49
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
50
+ File "/home/seonho/miniconda3/envs/lerobot050_groot/lib/python3.12/site-packages/wandb/sdk/artifacts/artifact.py", line 1553, in add_manifest_file
51
+ self._add_local_file(
wandb/run-20260423_130904-ec0hb0kz/files/requirements.txt ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ attrs==25.4.0
2
+ kiwisolver==1.5.0
3
+ setuptools==80.10.2
4
+ numba==0.65.0
5
+ pytorch_kinematics==0.10.0
6
+ transformers==5.3.0
7
+ pynndescent==0.6.0
8
+ filelock==3.25.2
9
+ arm_pytorch_utilities==0.5.0
10
+ numpy==2.2.6
11
+ gymnasium==1.2.3
12
+ shellingham==1.5.4
13
+ ninja==1.13.0
14
+ orderly-set==5.5.0
15
+ mypy_extensions==1.1.0
16
+ scipy==1.17.1
17
+ xxhash==3.6.0
18
+ pyserial==3.5
19
+ Farama-Notifications==0.0.4
20
+ nvidia-nccl-cu12==2.26.2
21
+ plotly==6.6.0
22
+ platformdirs==4.9.4
23
+ nvidia-cufft-cu12==11.3.0.4
24
+ packaging==25.0
25
+ typing-inspect==0.9.0
26
+ opencv-python-headless==4.12.0.88
27
+ lerobot==0.5.1
28
+ pyyaml-include==1.4.1
29
+ urllib3==2.6.3
30
+ lxml==6.1.0
31
+ huggingface_hub==1.7.1
32
+ peft==0.18.1
33
+ importlib_metadata==8.7.1
34
+ datasets==4.7.0
35
+ protobuf==6.33.5
36
+ click==8.3.1
37
+ accelerate==1.13.0
38
+ tokenizers==0.22.2
39
+ nvidia-cusparselt-cu12==0.6.3
40
+ certifi==2026.2.25
41
+ annotated-doc==0.0.4
42
+ triton==3.3.1
43
+ mpmath==1.3.0
44
+ decord==0.6.0
45
+ hf-xet==1.4.2
46
+ matplotlib==3.10.8
47
+ python-xlib==0.33
48
+ regex==2026.2.28
49
+ charset-normalizer==3.4.5
50
+ mdurl==0.1.2
51
+ GitPython==3.1.46
52
+ av==15.1.0
53
+ markdown-it-py==4.0.0
54
+ nvidia-cufile-cu12==1.11.1.6
55
+ PyYAML==6.0.3
56
+ python-dateutil==2.9.0.post0
57
+ pytorch-seed==0.2.0
58
+ cmake==4.1.3
59
+ typing-inspection==0.4.2
60
+ timm==1.0.25
61
+ umap-learn==0.5.11
62
+ MarkupSafe==3.0.3
63
+ smmap==5.0.3
64
+ evdev==1.9.3
65
+ pydantic==2.12.5
66
+ scikit-learn==1.8.0
67
+ narwhals==2.18.1
68
+ flash_attn==2.8.3
69
+ pyarrow==23.0.1
70
+ h11==0.16.0
71
+ multiprocess==0.70.18
72
+ mergedeep==1.3.4
73
+ tqdm==4.67.3
74
+ nvidia-nvjitlink-cu12==12.6.85
75
+ nvidia-cuda-nvrtc-cu12==12.6.77
76
+ draccus==0.10.0
77
+ pip==26.0.1
78
+ threadpoolctl==3.6.0
79
+ annotated-types==0.7.0
80
+ anyio==4.12.1
81
+ imageio-ffmpeg==0.6.0
82
+ wrapt==2.1.2
83
+ pydantic_core==2.41.5
84
+ networkx==3.6.1
85
+ contourpy==1.3.3
86
+ dill==0.4.0
87
+ gitdb==4.0.12
88
+ nvidia-cusparse-cu12==12.5.4.2
89
+ typer==0.24.1
90
+ toml==0.10.2
91
+ rerun-sdk==0.26.2
92
+ diffusers==0.35.2
93
+ wandb==0.24.2
94
+ nvidia-cublas-cu12==12.6.4.1
95
+ nvidia-cuda-runtime-cu12==12.6.77
96
+ cycler==0.12.1
97
+ torch==2.7.1
98
+ nvidia-cuda-cupti-cu12==12.6.80
99
+ Pygments==2.19.2
100
+ ImageIO==2.37.3
101
+ sentry-sdk==2.54.0
102
+ sympy==1.14.0
103
+ safetensors==0.7.0
104
+ einops==0.8.2
105
+ absl-py==2.4.0
106
+ pandas==3.0.1
107
+ httpx==0.28.1
108
+ fonttools==4.62.1
109
+ nvidia-cusolver-cu12==11.7.1.2
110
+ aiohttp==3.13.3
111
+ frozenlist==1.8.0
112
+ deepdiff==8.6.1
113
+ yarl==1.23.0
114
+ nvidia-cudnn-cu12==9.5.1.17
115
+ torchvision==0.22.1
116
+ idna==3.11
117
+ termcolor==3.3.0
118
+ nvidia-curand-cu12==10.3.7.77
119
+ multidict==6.7.1
120
+ pynput==1.8.1
121
+ propcache==0.4.1
122
+ zipp==3.23.0
123
+ nvidia-nvtx-cu12==12.6.77
124
+ httpcore==1.0.9
125
+ psutil==7.2.2
126
+ pillow==12.1.1
127
+ fsspec==2026.2.0
128
+ wheel==0.46.3
129
+ aiohappyeyeballs==2.6.1
130
+ cloudpickle==3.1.2
131
+ requests==2.32.5
132
+ torchcodec==0.11.0+cu126
133
+ joblib==1.5.3
134
+ typing_extensions==4.15.0
135
+ jsonlines==4.0.0
136
+ Jinja2==3.1.6
137
+ aiosignal==1.4.0
138
+ llvmlite==0.47.0
139
+ dm-tree==0.1.9
140
+ six==1.17.0
141
+ rich==14.3.3
142
+ pyparsing==3.3.2
143
+ lerobot==0.5.1
wandb/run-20260423_130904-ec0hb0kz/files/wandb-metadata.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-6.8.0-101-generic-x86_64-with-glibc2.35",
3
+ "python": "CPython 3.12.12",
4
+ "startedAt": "2026-04-23T04:09:04.836538Z",
5
+ "args": [
6
+ "--dataset.repo_id=paragon7060/INSIGHTfixposV3",
7
+ "--dataset.video_backend=pyav",
8
+ "--output_dir=/home/seonho/clvla/memory_module/outputs/insight_groot_keyframe_fix",
9
+ "--job_name=insight_groot_keyframe",
10
+ "--steps=100000",
11
+ "--save_checkpoint=true",
12
+ "--save_freq=25000",
13
+ "--batch_size=4",
14
+ "--log_freq",
15
+ "10",
16
+ "--policy.type=groot",
17
+ "--policy.tune_visual=true",
18
+ "--policy.lora_rank=0",
19
+ "--wandb.enable=true",
20
+ "--wandb.project=groot_insight_keyframe",
21
+ "--wandb.entity=RwHlabs",
22
+ "--keyframe_registry_path=/home/seonho/clvla/memory_module/INSIGHTfixposV3_Keyframe_right_ver/frame_index_registry.json",
23
+ "--task_prompt_mode=non_guide"
24
+ ],
25
+ "program": "/home/seonho/clvla/lerobot_cl/scripts/train_groot_keyframe.py",
26
+ "codePath": "scripts/train_groot_keyframe.py",
27
+ "codePathLocal": "scripts/train_groot_keyframe.py",
28
+ "git": {
29
+ "remote": "git@github.com:paragon7060/lerobot_cl.git",
30
+ "commit": "d2638ef08d818eae7388655f4cda44df553459c7"
31
+ },
32
+ "email": "dankk98@gmail.com",
33
+ "root": "/home/seonho/clvla/memory_module/outputs/insight_groot_keyframe_fix",
34
+ "host": "worker1",
35
+ "executable": "/home/seonho/miniconda3/envs/lerobot050_groot/bin/python3.12",
36
+ "cpu_count": 32,
37
+ "cpu_count_logical": 64,
38
+ "gpu": "NVIDIA A100 80GB PCIe",
39
+ "gpu_count": 4,
40
+ "disk": {
41
+ "/": {
42
+ "total": "3778130485248",
43
+ "used": "3553725181952"
44
+ }
45
+ },
46
+ "memory": {
47
+ "total": "1081620840448"
48
+ },
49
+ "gpu_nvidia": [
50
+ {
51
+ "name": "NVIDIA A100 80GB PCIe",
52
+ "memoryTotal": "85899345920",
53
+ "cudaCores": 6912,
54
+ "architecture": "Ampere",
55
+ "uuid": "GPU-0dd6d491-2dd8-24ac-bb27-872483ab77e9"
56
+ },
57
+ {
58
+ "name": "NVIDIA A100 80GB PCIe",
59
+ "memoryTotal": "85899345920",
60
+ "cudaCores": 6912,
61
+ "architecture": "Ampere",
62
+ "uuid": "GPU-dbfb7925-aec1-50fb-039a-3a4c0a4b2caa"
63
+ },
64
+ {
65
+ "name": "NVIDIA A100 80GB PCIe",
66
+ "memoryTotal": "85899345920",
67
+ "cudaCores": 6912,
68
+ "architecture": "Ampere",
69
+ "uuid": "GPU-ca1c0319-e178-a3c3-ac41-386c2723deac"
70
+ },
71
+ {
72
+ "name": "NVIDIA A100 80GB PCIe",
73
+ "memoryTotal": "85899345920",
74
+ "cudaCores": 6912,
75
+ "architecture": "Ampere",
76
+ "uuid": "GPU-47b6036e-4fde-e399-5515-f73eed752c6d"
77
+ }
78
+ ],
79
+ "cudaVersion": "12.2",
80
+ "writerId": "okskp5w9je4c3i5r82tqyuc6v3mhwjdn"
81
+ }
wandb/run-20260423_130904-ec0hb0kz/files/wandb-summary.json ADDED
File without changes
wandb/run-20260423_130904-ec0hb0kz/logs/debug-internal.log ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2026-04-23T13:09:05.061882598+09:00","level":"INFO","msg":"stream: starting","core version":"0.24.2"}
2
+ {"time":"2026-04-23T13:09:06.321309739+09:00","level":"INFO","msg":"stream: created new stream","id":"ec0hb0kz"}
3
+ {"time":"2026-04-23T13:09:06.321388808+09:00","level":"INFO","msg":"handler: started","stream_id":"ec0hb0kz"}
4
+ {"time":"2026-04-23T13:09:06.321476+09:00","level":"INFO","msg":"stream: started","id":"ec0hb0kz"}
5
+ {"time":"2026-04-23T13:09:06.32148772+09:00","level":"INFO","msg":"writer: started","stream_id":"ec0hb0kz"}
6
+ {"time":"2026-04-23T13:09:06.3214905+09:00","level":"INFO","msg":"sender: started","stream_id":"ec0hb0kz"}
7
+ {"time":"2026-04-24T02:43:15.782981176+09:00","level":"INFO","msg":"stream: closing","id":"ec0hb0kz"}
8
+ {"time":"2026-04-24T02:43:15.785188196+09:00","level":"ERROR","msg":"failed to write to chunk: failed to append: write /home/seonho/clvla/memory_module/outputs/insight_groot_keyframe_fix/wandb/run-20260423_130904-ec0hb0kz/files/output.log: no space left on device"}
9
+ {"time":"2026-04-24T02:43:15.785642237+09:00","level":"ERROR","msg":"sender: failed to upload run summary: write /home/seonho/clvla/memory_module/outputs/insight_groot_keyframe_fix/wandb/run-20260423_130904-ec0hb0kz/files/wandb-summary.json: no space left on device"}
10
+ {"time":"2026-04-24T02:43:15.786315284+09:00","level":"ERROR","msg":"sender: failed to upload run config: write /home/seonho/clvla/memory_module/outputs/insight_groot_keyframe_fix/wandb/run-20260423_130904-ec0hb0kz/files/config.yaml: no space left on device"}
11
+ {"time":"2026-04-24T02:43:16.950746251+09:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
12
+ {"time":"2026-04-24T02:43:17.292044036+09:00","level":"INFO","msg":"handler: closed","stream_id":"ec0hb0kz"}
13
+ {"time":"2026-04-24T02:43:17.292181396+09:00","level":"ERROR","msg":"writer: failed closing store: transactionlog: error closing writer: write /home/seonho/clvla/memory_module/outputs/insight_groot_keyframe_fix/wandb/run-20260423_130904-ec0hb0kz/run-ec0hb0kz.wandb: no space left on device"}
14
+ {"time":"2026-04-24T02:43:17.292788713+09:00","level":"INFO","msg":"sender: closed","stream_id":"ec0hb0kz"}
15
+ {"time":"2026-04-24T02:43:17.292814948+09:00","level":"INFO","msg":"stream: closed","id":"ec0hb0kz"}
wandb/run-20260423_130904-ec0hb0kz/logs/debug.log ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2026-04-23 13:09:04,837 INFO MainThread:2446823 [wandb_setup.py:_flush():81] Current SDK version is 0.24.2
2
+ 2026-04-23 13:09:04,837 INFO MainThread:2446823 [wandb_setup.py:_flush():81] Configure stats pid to 2446823
3
+ 2026-04-23 13:09:04,837 INFO MainThread:2446823 [wandb_setup.py:_flush():81] Loading settings from environment variables
4
+ 2026-04-23 13:09:04,837 INFO MainThread:2446823 [wandb_init.py:setup_run_log_directory():717] Logging user logs to /home/seonho/clvla/memory_module/outputs/insight_groot_keyframe_fix/wandb/run-20260423_130904-ec0hb0kz/logs/debug.log
5
+ 2026-04-23 13:09:04,837 INFO MainThread:2446823 [wandb_init.py:setup_run_log_directory():718] Logging internal logs to /home/seonho/clvla/memory_module/outputs/insight_groot_keyframe_fix/wandb/run-20260423_130904-ec0hb0kz/logs/debug-internal.log
6
+ 2026-04-23 13:09:04,837 INFO MainThread:2446823 [wandb_init.py:init():844] calling init triggers
7
+ 2026-04-23 13:09:04,838 INFO MainThread:2446823 [wandb_init.py:init():849] wandb.init called with sweep_config: {}
8
+ config: {'repo_id': 'paragon7060/INSIGHTfixposV3', 'base_model_path': 'nvidia/GR00T-N1.5-3B', 'steps': 100000, 'lr': 0.0001, 'batch_size': 4, 'num_processes': 1, 'effective_batch_size': 4, 'tune_llm': False, 'tune_visual': True, 'tune_projector': True, 'tune_diffusion_model': True, 'lora_rank': 0, 'lora_alpha': 16, 'lora_dropout': 0.1, 'lora_target': 'llm', 'gradient_checkpointing': False, 'seed': 42, 'valid_episodes': 3788, 'num_cameras': 4, 'cameras': ['guide', 'keyframe', 'right_shoulder', 'wrist'], 'task_prompt_mode': 'non_guide', 'action_dim': 8, 'state_dim': 16, '_wandb': {}}
9
+ 2026-04-23 13:09:04,838 INFO MainThread:2446823 [wandb_init.py:init():892] starting backend
10
+ 2026-04-23 13:09:05,057 INFO MainThread:2446823 [wandb_init.py:init():895] sending inform_init request
11
+ 2026-04-23 13:09:05,060 INFO MainThread:2446823 [wandb_init.py:init():903] backend started and connected
12
+ 2026-04-23 13:09:05,062 INFO MainThread:2446823 [wandb_init.py:init():973] updated telemetry
13
+ 2026-04-23 13:09:05,066 INFO MainThread:2446823 [wandb_init.py:init():997] communicating run to backend with 90.0 second timeout
14
+ 2026-04-23 13:09:07,011 INFO MainThread:2446823 [wandb_init.py:init():1042] starting run threads in backend
15
+ 2026-04-23 13:09:07,102 INFO MainThread:2446823 [wandb_run.py:_console_start():2529] atexit reg
16
+ 2026-04-23 13:09:07,102 INFO MainThread:2446823 [wandb_run.py:_redirect():2377] redirect: wrap_raw
17
+ 2026-04-23 13:09:07,102 INFO MainThread:2446823 [wandb_run.py:_redirect():2446] Wrapping output streams.
18
+ 2026-04-23 13:09:07,102 INFO MainThread:2446823 [wandb_run.py:_redirect():2469] Redirects installed.
19
+ 2026-04-23 13:09:07,106 INFO MainThread:2446823 [wandb_init.py:init():1082] run started, returning control to user process
20
+ 2026-04-24 02:43:15,783 INFO wandb-AsyncioManager-main:2446823 [service_client.py:_forward_responses():94] Reached EOF.
21
+ 2026-04-24 02:43:15,783 INFO wandb-AsyncioManager-main:2446823 [mailbox.py:close():154] Closing mailbox, abandoning 1 handles.
wandb/run-20260423_130904-ec0hb0kz/run-ec0hb0kz.wandb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d0213ec590cb9e0742ed4529d7f8156b493e9a166b3a05fd500333f07185c46
3
+ size 9535488