Encrux commited on
Commit
4996212
·
verified ·
1 Parent(s): 06d8845

Upload folder using huggingface_hub

Browse files
groot_finetune/experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ load_config_path: null
2
+ model:
3
+ model_type: Gr00tN1d6
4
+ model_dtype: bfloat16
5
+ model_name: nvidia/Eagle-Block2A-2B-v2
6
+ backbone_model_type: eagle
7
+ model_revision: null
8
+ tune_top_llm_layers: 4
9
+ backbone_embedding_dim: 2048
10
+ tune_llm: false
11
+ tune_visual: false
12
+ select_layer: 16
13
+ reproject_vision: false
14
+ use_flash_attention: true
15
+ load_bf16: false
16
+ collator_overwrite_image_inputs: false
17
+ eagle_collator: true
18
+ backbone_trainable_params_fp32: true
19
+ image_crop_size: null
20
+ image_target_size: null
21
+ shortest_image_edge: 256
22
+ crop_fraction: 0.95
23
+ random_rotation_angle: null
24
+ color_jitter_params: null
25
+ use_albumentations_transforms: true
26
+ extra_augmentation_config: null
27
+ formalize_language: true
28
+ apply_sincos_state_encoding: false
29
+ use_relative_action: true
30
+ max_state_dim: 29
31
+ max_action_dim: 29
32
+ action_horizon: 50
33
+ hidden_size: 1024
34
+ input_embedding_dim: 1536
35
+ add_pos_embed: true
36
+ attn_dropout: 0.2
37
+ use_vlln: true
38
+ max_seq_len: 1024
39
+ use_alternate_vl_dit: true
40
+ attend_text_every_n_blocks: 2
41
+ diffusion_model_cfg:
42
+ positional_embeddings: null
43
+ num_layers: 32
44
+ num_attention_heads: 32
45
+ attention_head_dim: 48
46
+ norm_type: ada_norm
47
+ dropout: 0.2
48
+ final_dropout: true
49
+ output_dim: 1024
50
+ interleave_self_attention: true
51
+ num_inference_timesteps: 4
52
+ noise_beta_alpha: 1.5
53
+ noise_beta_beta: 1.0
54
+ noise_s: 0.999
55
+ num_timestep_buckets: 1000
56
+ tune_projector: true
57
+ tune_diffusion_model: true
58
+ tune_vlln: true
59
+ state_dropout_prob: 0.0
60
+ state_dropout_prob_per_embodiment: null
61
+ state_additive_noise_scale: 0.0
62
+ max_num_embodiments: 32
63
+ data:
64
+ datasets:
65
+ - dataset_paths:
66
+ - /hkfs/work/workspace/scratch/uenyr-thesis/data/peg_transfer_lerobot
67
+ embodiment_tag: jhu_imerse_dvrk_mono
68
+ mix_ratio: 1.0
69
+ dataset_type: physical_embodiment
70
+ val_dataset_path: null
71
+ exclude_splits: null
72
+ include_splits: null
73
+ modality_configs:
74
+ jhu_imerse_dvrk_mono:
75
+ video:
76
+ delta_indices:
77
+ - 0
78
+ modality_keys:
79
+ - endoscope_left
80
+ sin_cos_embedding_keys: null
81
+ mean_std_embedding_keys: null
82
+ min_max_embedding_keys: null
83
+ pass_through_keys: null
84
+ action_configs: null
85
+ state:
86
+ delta_indices:
87
+ - 0
88
+ modality_keys:
89
+ - psm1_pose
90
+ - psm1_gripper
91
+ - psm2_pose
92
+ - psm2_gripper
93
+ sin_cos_embedding_keys: null
94
+ mean_std_embedding_keys:
95
+ - psm1_pose
96
+ - psm1_gripper
97
+ - psm2_pose
98
+ - psm2_gripper
99
+ min_max_embedding_keys: null
100
+ pass_through_keys: null
101
+ action_configs: null
102
+ action:
103
+ delta_indices:
104
+ - 0
105
+ - 1
106
+ - 2
107
+ - 3
108
+ - 4
109
+ - 5
110
+ - 6
111
+ - 7
112
+ - 8
113
+ - 9
114
+ - 10
115
+ - 11
116
+ - 12
117
+ - 13
118
+ - 14
119
+ - 15
120
+ - 16
121
+ - 17
122
+ - 18
123
+ - 19
124
+ - 20
125
+ - 21
126
+ - 22
127
+ - 23
128
+ - 24
129
+ - 25
130
+ - 26
131
+ - 27
132
+ - 28
133
+ - 29
134
+ - 30
135
+ - 31
136
+ - 32
137
+ - 33
138
+ - 34
139
+ - 35
140
+ - 36
141
+ - 37
142
+ - 38
143
+ - 39
144
+ - 40
145
+ - 41
146
+ - 42
147
+ - 43
148
+ - 44
149
+ - 45
150
+ - 46
151
+ - 47
152
+ - 48
153
+ - 49
154
+ modality_keys:
155
+ - psm1_pose
156
+ - psm1_gripper
157
+ - psm2_pose
158
+ - psm2_gripper
159
+ sin_cos_embedding_keys: null
160
+ mean_std_embedding_keys: null
161
+ min_max_embedding_keys: null
162
+ pass_through_keys: null
163
+ action_configs:
164
+ - rep: REL_XYZ_ROT6D
165
+ type: EEF
166
+ format: XYZ_ROT6D
167
+ state_key: psm1_pose
168
+ input_rotation_format: quat
169
+ input_quat_order: xyzw
170
+ reference_rotation_format: quat
171
+ reference_quat_order: xyzw
172
+ translation_scaling_key: null
173
+ rotation_scaling_key: null
174
+ hold_through_clutch: false
175
+ normalization_type: temporal_meanstd
176
+ - rep: ABSOLUTE
177
+ type: NON_EEF
178
+ format: DEFAULT
179
+ state_key: null
180
+ input_rotation_format: quat
181
+ input_quat_order: xyzw
182
+ reference_rotation_format: rot6d
183
+ reference_quat_order: xyzw
184
+ translation_scaling_key: null
185
+ rotation_scaling_key: null
186
+ hold_through_clutch: false
187
+ normalization_type: temporal_meanstd
188
+ - rep: REL_XYZ_ROT6D
189
+ type: EEF
190
+ format: XYZ_ROT6D
191
+ state_key: psm2_pose
192
+ input_rotation_format: quat
193
+ input_quat_order: xyzw
194
+ reference_rotation_format: quat
195
+ reference_quat_order: xyzw
196
+ translation_scaling_key: null
197
+ rotation_scaling_key: null
198
+ hold_through_clutch: false
199
+ normalization_type: temporal_meanstd
200
+ - rep: ABSOLUTE
201
+ type: NON_EEF
202
+ format: DEFAULT
203
+ state_key: null
204
+ input_rotation_format: quat
205
+ input_quat_order: xyzw
206
+ reference_rotation_format: rot6d
207
+ reference_quat_order: xyzw
208
+ translation_scaling_key: null
209
+ rotation_scaling_key: null
210
+ hold_through_clutch: false
211
+ normalization_type: temporal_meanstd
212
+ language:
213
+ delta_indices:
214
+ - 0
215
+ modality_keys:
216
+ - annotation.human.task_description
217
+ sin_cos_embedding_keys: null
218
+ mean_std_embedding_keys: null
219
+ min_max_embedding_keys: null
220
+ pass_through_keys: null
221
+ action_configs: null
222
+ download_cache: false
223
+ shard_size: 1024
224
+ episode_sampling_rate: 0.1
225
+ num_shards_per_epoch: 100000
226
+ override_pretraining_statistics: false
227
+ mode: single_turn
228
+ random_chop: 0.0
229
+ mock_dataset_mode: false
230
+ shuffle: true
231
+ seed: 42
232
+ multiprocessing_context: fork
233
+ allow_padding: false
234
+ subsample_ratio: 1.0
235
+ image_crop_size:
236
+ - 244
237
+ - 244
238
+ image_target_size:
239
+ - 224
240
+ - 224
241
+ video_backend: torchcodec
242
+ training:
243
+ output_dir: /hkfs/work/workspace/scratch/uenyr-thesis/outputs/groot_finetune
244
+ experiment_name: null
245
+ max_steps: 10000
246
+ global_batch_size: 32
247
+ batch_size: null
248
+ gradient_accumulation_steps: 1
249
+ learning_rate: 0.0001
250
+ lr_scheduler_type: cosine
251
+ weight_decay: 1.0e-05
252
+ warmup_ratio: 0.05
253
+ warmup_steps: 0
254
+ max_grad_norm: 1.0
255
+ optim: adamw_torch
256
+ start_from_checkpoint: /hkfs/work/workspace/scratch/uenyr-thesis/pretrained/GR00T-H
257
+ tf32: true
258
+ fp16: false
259
+ bf16: true
260
+ eval_bf16: true
261
+ logging_steps: 10
262
+ save_steps: 2000
263
+ save_total_limit: 3
264
+ save_vl_model: false
265
+ upload_checkpoints: false
266
+ upload_every: 1000
267
+ upload_last_n_checkpoints: 5
268
+ max_concurrent_uploads: 2
269
+ eval_strategy: 'no'
270
+ eval_steps: 500
271
+ eval_set_split_ratio: 0.1
272
+ eval_batch_size: 2
273
+ save_best_eval_metric_name: ''
274
+ save_best_eval_metric_greater_is_better: true
275
+ deepspeed_stage: 2
276
+ gradient_checkpointing: false
277
+ transformers_trust_remote_code: true
278
+ transformers_local_files_only: false
279
+ transformers_cache_dir: null
280
+ transformers_access_token: null
281
+ use_ddp: false
282
+ ddp_bucket_cap_mb: 100
283
+ num_gpus: 1
284
+ dataloader_num_workers: 4
285
+ remove_unused_columns: false
286
+ use_wandb: false
287
+ wandb_project: finetune-gr00t-n1d6
288
+ enable_profiling: false
289
+ max_retries: 3
290
+ assert_loss_less_than: null
291
+ add_rl_callback: false
292
+ enable_open_loop_eval: false
293
+ open_loop_eval_traj_ids:
294
+ - 0
295
+ open_loop_eval_steps_per_traj: 100
296
+ open_loop_eval_plot_indices: null
297
+ max_steps: 10000
298
+ save_steps: 2000
groot_finetune/experiment_cfg/config.yaml ADDED
@@ -0,0 +1,336 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ !!python/object:gr00t.configs.base_config.Config
2
+ data: !!python/object:gr00t.configs.data.data_config.DataConfig
3
+ allow_padding: false
4
+ datasets:
5
+ - !!python/object:gr00t.configs.data.data_config.SingleDatasetConfig
6
+ dataset_paths:
7
+ - /hkfs/work/workspace/scratch/uenyr-thesis/data/peg_transfer_lerobot
8
+ dataset_type: physical_embodiment
9
+ embodiment_tag: jhu_imerse_dvrk_mono
10
+ exclude_splits: null
11
+ include_splits: null
12
+ mix_ratio: 1.0
13
+ val_dataset_path: null
14
+ download_cache: false
15
+ episode_sampling_rate: 0.1
16
+ image_crop_size:
17
+ - 244
18
+ - 244
19
+ image_target_size:
20
+ - 224
21
+ - 224
22
+ mock_dataset_mode: false
23
+ modality_configs:
24
+ jhu_imerse_dvrk_mono:
25
+ action: !!python/object:gr00t.data.types.ModalityConfig
26
+ action_configs:
27
+ - !!python/object:gr00t.data.types.ActionConfig
28
+ format: &id001 !!python/object/apply:gr00t.data.types.ActionFormat
29
+ - xyz+rot6d
30
+ hold_through_clutch: false
31
+ input_quat_order: xyzw
32
+ input_rotation_format: quat
33
+ normalization_type: temporal_meanstd
34
+ reference_quat_order: xyzw
35
+ reference_rotation_format: quat
36
+ rep: &id002 !!python/object/apply:gr00t.data.types.ActionRepresentation
37
+ - rel_xyz_rot6d
38
+ rotation_scaling_key: null
39
+ state_key: psm1_pose
40
+ translation_scaling_key: null
41
+ type: &id003 !!python/object/apply:gr00t.data.types.ActionType
42
+ - eef
43
+ - !!python/object:gr00t.data.types.ActionConfig
44
+ format: &id004 !!python/object/apply:gr00t.data.types.ActionFormat
45
+ - default
46
+ hold_through_clutch: false
47
+ input_quat_order: xyzw
48
+ input_rotation_format: quat
49
+ normalization_type: temporal_meanstd
50
+ reference_quat_order: xyzw
51
+ reference_rotation_format: rot6d
52
+ rep: &id005 !!python/object/apply:gr00t.data.types.ActionRepresentation
53
+ - absolute
54
+ rotation_scaling_key: null
55
+ state_key: null
56
+ translation_scaling_key: null
57
+ type: &id006 !!python/object/apply:gr00t.data.types.ActionType
58
+ - non_eef
59
+ - !!python/object:gr00t.data.types.ActionConfig
60
+ format: *id001
61
+ hold_through_clutch: false
62
+ input_quat_order: xyzw
63
+ input_rotation_format: quat
64
+ normalization_type: temporal_meanstd
65
+ reference_quat_order: xyzw
66
+ reference_rotation_format: quat
67
+ rep: *id002
68
+ rotation_scaling_key: null
69
+ state_key: psm2_pose
70
+ translation_scaling_key: null
71
+ type: *id003
72
+ - !!python/object:gr00t.data.types.ActionConfig
73
+ format: *id004
74
+ hold_through_clutch: false
75
+ input_quat_order: xyzw
76
+ input_rotation_format: quat
77
+ normalization_type: temporal_meanstd
78
+ reference_quat_order: xyzw
79
+ reference_rotation_format: rot6d
80
+ rep: *id005
81
+ rotation_scaling_key: null
82
+ state_key: null
83
+ translation_scaling_key: null
84
+ type: *id006
85
+ delta_indices:
86
+ - 0
87
+ - 1
88
+ - 2
89
+ - 3
90
+ - 4
91
+ - 5
92
+ - 6
93
+ - 7
94
+ - 8
95
+ - 9
96
+ - 10
97
+ - 11
98
+ - 12
99
+ - 13
100
+ - 14
101
+ - 15
102
+ - 16
103
+ - 17
104
+ - 18
105
+ - 19
106
+ - 20
107
+ - 21
108
+ - 22
109
+ - 23
110
+ - 24
111
+ - 25
112
+ - 26
113
+ - 27
114
+ - 28
115
+ - 29
116
+ - 30
117
+ - 31
118
+ - 32
119
+ - 33
120
+ - 34
121
+ - 35
122
+ - 36
123
+ - 37
124
+ - 38
125
+ - 39
126
+ - 40
127
+ - 41
128
+ - 42
129
+ - 43
130
+ - 44
131
+ - 45
132
+ - 46
133
+ - 47
134
+ - 48
135
+ - 49
136
+ mean_std_embedding_keys: null
137
+ min_max_embedding_keys: null
138
+ modality_keys:
139
+ - psm1_pose
140
+ - psm1_gripper
141
+ - psm2_pose
142
+ - psm2_gripper
143
+ pass_through_keys: null
144
+ sin_cos_embedding_keys: null
145
+ language: !!python/object:gr00t.data.types.ModalityConfig
146
+ action_configs: null
147
+ delta_indices:
148
+ - 0
149
+ mean_std_embedding_keys: null
150
+ min_max_embedding_keys: null
151
+ modality_keys:
152
+ - annotation.human.task_description
153
+ pass_through_keys: null
154
+ sin_cos_embedding_keys: null
155
+ state: !!python/object:gr00t.data.types.ModalityConfig
156
+ action_configs: null
157
+ delta_indices:
158
+ - 0
159
+ mean_std_embedding_keys:
160
+ - psm1_pose
161
+ - psm1_gripper
162
+ - psm2_pose
163
+ - psm2_gripper
164
+ min_max_embedding_keys: null
165
+ modality_keys:
166
+ - psm1_pose
167
+ - psm1_gripper
168
+ - psm2_pose
169
+ - psm2_gripper
170
+ pass_through_keys: null
171
+ sin_cos_embedding_keys: null
172
+ video: !!python/object:gr00t.data.types.ModalityConfig
173
+ action_configs: null
174
+ delta_indices:
175
+ - 0
176
+ mean_std_embedding_keys: null
177
+ min_max_embedding_keys: null
178
+ modality_keys:
179
+ - endoscope_left
180
+ pass_through_keys: null
181
+ sin_cos_embedding_keys: null
182
+ mode: single_turn
183
+ multiprocessing_context: fork
184
+ num_shards_per_epoch: 100000
185
+ override_pretraining_statistics: false
186
+ random_chop: 0.0
187
+ seed: 42
188
+ shard_size: 1024
189
+ shuffle: true
190
+ subsample_ratio: 1.0
191
+ video_backend: torchcodec
192
+ load_config_path: null
193
+ model: !!python/object:gr00t.configs.model.gr00t_n1d6.Gr00tN1d6Config
194
+ _attn_implementation_autoset: false
195
+ _attn_implementation_internal: null
196
+ _commit_hash: null
197
+ _name_or_path: ''
198
+ add_cross_attention: false
199
+ architectures: null
200
+ backbone_model_type: eagle
201
+ backbone_trainable_params_fp32: true
202
+ bad_words_ids: null
203
+ begin_suppress_tokens: null
204
+ bos_token_id: null
205
+ chunk_size_feed_forward: 0
206
+ color_jitter_params: null
207
+ cross_attention_hidden_size: null
208
+ decoder_start_token_id: null
209
+ diffusion_model_cfg:
210
+ attention_head_dim: 48
211
+ dropout: 0.2
212
+ final_dropout: true
213
+ interleave_self_attention: true
214
+ norm_type: ada_norm
215
+ num_attention_heads: 32
216
+ num_layers: 32
217
+ output_dim: 1024
218
+ positional_embeddings: null
219
+ diversity_penalty: 0.0
220
+ do_sample: false
221
+ eagle_collator: true
222
+ early_stopping: false
223
+ encoder_no_repeat_ngram_size: 0
224
+ eos_token_id: null
225
+ exponential_decay_length_penalty: null
226
+ extra_augmentation_config: null
227
+ finetuning_task: null
228
+ forced_bos_token_id: null
229
+ forced_eos_token_id: null
230
+ id2label:
231
+ 0: LABEL_0
232
+ 1: LABEL_1
233
+ is_decoder: false
234
+ is_encoder_decoder: false
235
+ label2id:
236
+ LABEL_0: 0
237
+ LABEL_1: 1
238
+ length_penalty: 1.0
239
+ load_bf16: false
240
+ max_length: 20
241
+ min_length: 0
242
+ model_name: nvidia/Eagle-Block2A-2B-v2
243
+ no_repeat_ngram_size: 0
244
+ num_beam_groups: 1
245
+ num_beams: 1
246
+ num_return_sequences: 1
247
+ output_attentions: false
248
+ output_hidden_states: false
249
+ output_scores: false
250
+ pad_token_id: null
251
+ prefix: null
252
+ problem_type: null
253
+ pruned_heads: {}
254
+ random_rotation_angle: null
255
+ remove_invalid_values: false
256
+ repetition_penalty: 1.0
257
+ reproject_vision: false
258
+ return_dict: true
259
+ return_dict_in_generate: false
260
+ sep_token_id: null
261
+ state_dropout_prob: 0.0
262
+ state_dropout_prob_per_embodiment: null
263
+ suppress_tokens: null
264
+ task_specific_params: null
265
+ temperature: 1.0
266
+ tf_legacy_loss: false
267
+ tie_encoder_decoder: false
268
+ tie_word_embeddings: true
269
+ tokenizer_class: null
270
+ top_k: 50
271
+ top_p: 1.0
272
+ torch_dtype: null
273
+ torchscript: false
274
+ transformers_version: null
275
+ tune_diffusion_model: true
276
+ tune_llm: false
277
+ tune_projector: true
278
+ tune_visual: false
279
+ typical_p: 1.0
280
+ use_bfloat16: false
281
+ use_relative_action: true
282
+ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
283
+ add_rl_callback: false
284
+ assert_loss_less_than: null
285
+ batch_size: null
286
+ bf16: true
287
+ dataloader_num_workers: 4
288
+ ddp_bucket_cap_mb: 100
289
+ deepspeed_stage: 2
290
+ enable_open_loop_eval: false
291
+ enable_profiling: false
292
+ eval_batch_size: 2
293
+ eval_bf16: true
294
+ eval_set_split_ratio: 0.1
295
+ eval_steps: 500
296
+ eval_strategy: 'no'
297
+ experiment_name: null
298
+ fp16: false
299
+ global_batch_size: 32
300
+ gradient_accumulation_steps: 1
301
+ gradient_checkpointing: false
302
+ learning_rate: 0.0001
303
+ logging_steps: 10
304
+ lr_scheduler_type: cosine
305
+ max_concurrent_uploads: 2
306
+ max_grad_norm: 1.0
307
+ max_retries: 3
308
+ max_steps: 10000
309
+ num_gpus: 1
310
+ open_loop_eval_plot_indices: null
311
+ open_loop_eval_steps_per_traj: 100
312
+ open_loop_eval_traj_ids:
313
+ - 0
314
+ optim: adamw_torch
315
+ output_dir: /hkfs/work/workspace/scratch/uenyr-thesis/outputs/groot_finetune
316
+ remove_unused_columns: false
317
+ save_best_eval_metric_greater_is_better: true
318
+ save_best_eval_metric_name: ''
319
+ save_steps: 2000
320
+ save_total_limit: 3
321
+ save_vl_model: false
322
+ start_from_checkpoint: /hkfs/work/workspace/scratch/uenyr-thesis/pretrained/GR00T-H
323
+ tf32: true
324
+ transformers_access_token: null
325
+ transformers_cache_dir: null
326
+ transformers_local_files_only: false
327
+ transformers_trust_remote_code: true
328
+ upload_checkpoints: false
329
+ upload_every: 1000
330
+ upload_last_n_checkpoints: 5
331
+ use_ddp: false
332
+ use_wandb: false
333
+ wandb_project: finetune-gr00t-n1d6
334
+ warmup_ratio: 0.05
335
+ warmup_steps: 0
336
+ weight_decay: 1.0e-05
groot_finetune/experiment_cfg/dataset_statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
groot_finetune/experiment_cfg/final_model_config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "Gr00tN1d6",
3
+ "model_dtype": "bfloat16",
4
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
5
+ "backbone_model_type": "eagle",
6
+ "model_revision": null,
7
+ "tune_top_llm_layers": 4,
8
+ "backbone_embedding_dim": 2048,
9
+ "tune_llm": false,
10
+ "tune_visual": false,
11
+ "select_layer": 16,
12
+ "reproject_vision": false,
13
+ "use_flash_attention": true,
14
+ "load_bf16": true,
15
+ "collator_overwrite_image_inputs": false,
16
+ "eagle_collator": true,
17
+ "backbone_trainable_params_fp32": true,
18
+ "extra_augmentation_config": null,
19
+ "apply_sincos_state_encoding": true,
20
+ "use_relative_action": true,
21
+ "max_state_dim": 128,
22
+ "max_action_dim": 128,
23
+ "action_horizon": 50,
24
+ "hidden_size": 1024,
25
+ "input_embedding_dim": 1536,
26
+ "add_pos_embed": true,
27
+ "attn_dropout": 0.2,
28
+ "use_vlln": true,
29
+ "max_seq_len": 1024,
30
+ "use_alternate_vl_dit": true,
31
+ "attend_text_every_n_blocks": 2,
32
+ "diffusion_model_cfg": {
33
+ "attention_head_dim": 48,
34
+ "dropout": 0.2,
35
+ "final_dropout": true,
36
+ "interleave_self_attention": true,
37
+ "norm_type": "ada_norm",
38
+ "num_attention_heads": 32,
39
+ "num_layers": 32,
40
+ "output_dim": 1024,
41
+ "positional_embeddings": null
42
+ },
43
+ "num_inference_timesteps": 4,
44
+ "noise_beta_alpha": 1.5,
45
+ "noise_beta_beta": 1.0,
46
+ "noise_s": 0.999,
47
+ "num_timestep_buckets": 1000,
48
+ "tune_projector": true,
49
+ "tune_diffusion_model": true,
50
+ "tune_vlln": true,
51
+ "state_dropout_prob": 0.0,
52
+ "state_dropout_prob_per_embodiment": {
53
+ "cmr_versius": 1.0,
54
+ "jhu_imerse_dvrk": 1.0,
55
+ "obuda_dvrk": 1.0,
56
+ "stanford_dvrk_real": 1.0,
57
+ "ucb_dvrk": 1.0,
58
+ "ucsd_dvrk": 1.0,
59
+ "hamlyn_dvrk_30hz": 1.0,
60
+ "jhu_imerse_dvrk_mono": 1.0,
61
+ "jhu_imerse_star_il": 1.0,
62
+ "jhu_lscr_dvrk_smarts": 1.0,
63
+ "rob_surgical_bitrack": 1.0,
64
+ "tud_tundra_ur5e": 1.0,
65
+ "turin_mitic_ex_vivo": 1.0,
66
+ "ustc_torin_tuodao": 1.0
67
+ },
68
+ "state_additive_noise_scale": 0.0,
69
+ "max_num_embodiments": 32
70
+ }
groot_finetune/experiment_cfg/final_processor_config.json ADDED
The diff for this file is too large to render. See raw diff