Safetensors
Weiww99 commited on
Commit
fb71a2c
·
verified ·
1 Parent(s): 21c2f19

Update lingbotvla_cli.yaml

Browse files
Files changed (1) hide show
  1. lingbotvla_cli.yaml +26 -40
lingbotvla_cli.yaml CHANGED
@@ -4,24 +4,22 @@ data:
4
  - camera_wrist_left
5
  - camera_wrist_right
6
  chat_template: default
7
- data_name: multi
8
- data_root: null
9
- data_tag: default
10
  data_type: conversation
11
  dataloader_type: native
12
  datasets_type: vla
13
  drop_last: true
14
- image_keys: images
15
  joints:
16
  - '{''arm.position'': 14}'
17
  - '{''effector.position'': 2}'
18
- max_seq_len: 64
19
- norm_type: bounds_99_woclip
20
- num_workers: 20
 
21
  pin_memory: true
22
  prefetch_factor: 4
23
- robot_config_root: ./configs/robot_configs
24
- source_name: null
25
  text_keys: messages
26
  train_path: ./assets/training_data/robotwin_all_tasks_with_aug.txt
27
  train_size: 8000000
@@ -30,17 +28,12 @@ model:
30
  attn_implementation: flash_attention_2
31
  basic_modules: []
32
  decoders: {}
33
- depth_incremental_training: false
34
- encode_target: false
35
  encoders: {}
36
  final_norm_adanorm: false
37
  force_use_huggingface: false
38
- incremental_training: false
39
- input_encoder: encoder
40
- moe_implementation: null
41
  nosplit_gate_liner: false
42
- old_adanorm: true
43
- output_encoder: decoder
44
  post_training: true
45
  separate_time_proj: false
46
  split_gate_liner: false
@@ -48,8 +41,9 @@ model:
48
  vlm_repo_id: null
49
  vocab_size: 0
50
  train:
51
- action_dim: 14
52
  activation_gpu_limit: 0.0
 
53
  align_params: {}
54
  bsz_warmup_init_mbtoken: 200
55
  bsz_warmup_ratio: 0
@@ -63,8 +57,6 @@ train:
63
  dyn_bsz: true
64
  dyn_bsz_buffer_size: 200
65
  dyn_bsz_margin: 0
66
- ema_rate: 0.9999
67
- embodiment_name: null
68
  empty_cache_steps: 500
69
  enable_activation_offload: false
70
  enable_expert_vision: false
@@ -74,7 +66,6 @@ train:
74
  enable_full_determinism: false
75
  enable_full_shard: false
76
  enable_gradient_checkpointing: true
77
- enable_manual_eager: false
78
  enable_mixed_precision: true
79
  enable_profiling: false
80
  enable_reentrant: false
@@ -85,11 +76,9 @@ train:
85
  freeze_vision_encoder: false
86
  freeze_vit: false
87
  global_batch_size: 256
88
- ignore_depth: false
89
  init_device: cuda
90
- interact_layer_end: null
91
- interact_layer_start: null
92
  load_checkpoint_path: null
 
93
  lr: 0.0001
94
  lr_decay_ratio: 1.0
95
  lr_decay_style: constant
@@ -102,42 +91,39 @@ train:
102
  max_steps: 220000
103
  micro_batch_size: 32
104
  module_fsdp_enable: true
105
- my_tokenizer_max_length: 72
106
  norm_qkv: false
107
- num_train_epochs: 29000
 
108
  optimizer: adamw
109
  pipeline_parallel_size: 1
110
- pre_train: false
111
  profile_end_step: 2
112
  profile_profile_memory: true
113
  profile_record_shapes: true
114
  profile_start_step: 1
115
  profile_trace_dir: ./trace
116
  profile_with_stack: true
117
- qwenvl_bos: true
 
 
118
  resume_dataloader_state: true
119
  rmpad: false
120
  rmpad_with_pos_ids: false
121
- save_epochs: 29000
122
  save_hf_weights: true
123
  save_steps: 10000
124
  seed: 42
125
- skip_max_norm: false
126
  stable_train_steps: 100000
127
  tensor_parallel_size: 1
128
- tokenizer_max_length: 24
 
 
129
  ulysses_parallel_size: 1
 
130
  use_compile: true
131
- use_doptim: false
132
- use_ema: false
133
- use_fast_action: false
134
- use_ki: false
135
- use_prompt: false
136
- use_state: false
137
- use_subtask: false
138
  use_wandb: false
139
  vit_lr: 1.0e-06
140
  vlm_causal: false
141
- wandb_name: pi0_libero
142
- wandb_project: pi0_libero
143
- weight_decay: 0
 
4
  - camera_wrist_left
5
  - camera_wrist_right
6
  chat_template: default
7
+ data_name: robotwin
 
 
8
  data_type: conversation
9
  dataloader_type: native
10
  datasets_type: vla
11
  drop_last: true
12
+ img_size: 224
13
  joints:
14
  - '{''arm.position'': 14}'
15
  - '{''effector.position'': 2}'
16
+ max_seq_len: 2048
17
+ norm_stats_file: assets/norm_stats/robotwin_50.json
18
+ norm_type: bounds_99
19
+ num_workers: 8
20
  pin_memory: true
21
  prefetch_factor: 4
22
+ robot_config_root: configs/robot_configs
 
23
  text_keys: messages
24
  train_path: ./assets/training_data/robotwin_all_tasks_with_aug.txt
25
  train_size: 8000000
 
28
  attn_implementation: flash_attention_2
29
  basic_modules: []
30
  decoders: {}
 
 
31
  encoders: {}
32
  final_norm_adanorm: false
33
  force_use_huggingface: false
34
+ moge_path: null
35
+ morgbd_path: null
 
36
  nosplit_gate_liner: false
 
 
37
  post_training: true
38
  separate_time_proj: false
39
  split_gate_liner: false
 
41
  vlm_repo_id: null
42
  vocab_size: 0
43
  train:
44
+ action_dim: null
45
  activation_gpu_limit: 0.0
46
+ adapt_to_pi_aloha: false
47
  align_params: {}
48
  bsz_warmup_init_mbtoken: 200
49
  bsz_warmup_ratio: 0
 
57
  dyn_bsz: true
58
  dyn_bsz_buffer_size: 200
59
  dyn_bsz_margin: 0
 
 
60
  empty_cache_steps: 500
61
  enable_activation_offload: false
62
  enable_expert_vision: false
 
66
  enable_full_determinism: false
67
  enable_full_shard: false
68
  enable_gradient_checkpointing: true
 
69
  enable_mixed_precision: true
70
  enable_profiling: false
71
  enable_reentrant: false
 
76
  freeze_vision_encoder: false
77
  freeze_vit: false
78
  global_batch_size: 256
 
79
  init_device: cuda
 
 
80
  load_checkpoint_path: null
81
+ loss_type: L1_fm
82
  lr: 0.0001
83
  lr_decay_ratio: 1.0
84
  lr_decay_style: constant
 
91
  max_steps: 220000
92
  micro_batch_size: 32
93
  module_fsdp_enable: true
 
94
  norm_qkv: false
95
+ num_steps: 10
96
+ num_train_epochs: 69
97
  optimizer: adamw
98
  pipeline_parallel_size: 1
 
99
  profile_end_step: 2
100
  profile_profile_memory: true
101
  profile_record_shapes: true
102
  profile_start_step: 1
103
  profile_trace_dir: ./trace
104
  profile_with_stack: true
105
+ resize_imgs_with_padding:
106
+ - 224
107
+ - 224
108
  resume_dataloader_state: true
109
  rmpad: false
110
  rmpad_with_pos_ids: false
111
+ save_epochs: 23
112
  save_hf_weights: true
113
  save_steps: 10000
114
  seed: 42
 
115
  stable_train_steps: 100000
116
  tensor_parallel_size: 1
117
+ tokenizer_max_length: 72
118
+ train_expert_only: false
119
+ train_state_proj: true
120
  ulysses_parallel_size: 1
121
+ use_cache: true
122
  use_compile: true
123
+ use_delta_joint_actions_aloha: false
 
 
 
 
 
 
124
  use_wandb: false
125
  vit_lr: 1.0e-06
126
  vlm_causal: false
127
+ wandb_name: null
128
+ wandb_project: LingBotVLA
129
+ weight_decay: 0