Update config.yaml
Browse files- config.yaml +4 -2
config.yaml
CHANGED
|
@@ -8,7 +8,7 @@ wandb_entity: jinhuiye
|
|
| 8 |
wandb_project: InternVLA
|
| 9 |
is_debug: false
|
| 10 |
framework:
|
| 11 |
-
framework_py:
|
| 12 |
qwenvl:
|
| 13 |
base_vlm: /mnt/phwfile/efm_t/zhuyangkun_tmp_need_del/exp/exp_08_09/manip_sys2_qwen25_3b_onevision_molmo_a0all_refsp20/checkpoint-20000
|
| 14 |
attn_implementation: flash_attention_2
|
|
@@ -19,6 +19,8 @@ framework:
|
|
| 19 |
qformer_end_layer: 37
|
| 20 |
qformer_start_layer: 36
|
| 21 |
num_query_tokens: 64
|
|
|
|
|
|
|
| 22 |
grad_scale: 0.5
|
| 23 |
action_model:
|
| 24 |
action_model_type: DiT-B
|
|
@@ -89,4 +91,4 @@ trainer:
|
|
| 89 |
enable_gradient_checkpointing: true
|
| 90 |
enable_mixed_precision_training: true
|
| 91 |
is_resume: false
|
| 92 |
-
output_dir: ./results/Checkpoints/
|
|
|
|
| 8 |
wandb_project: InternVLA
|
| 9 |
is_debug: false
|
| 10 |
framework:
|
| 11 |
+
framework_py: InternVLA-M1
|
| 12 |
qwenvl:
|
| 13 |
base_vlm: /mnt/phwfile/efm_t/zhuyangkun_tmp_need_del/exp/exp_08_09/manip_sys2_qwen25_3b_onevision_molmo_a0all_refsp20/checkpoint-20000
|
| 14 |
attn_implementation: flash_attention_2
|
|
|
|
| 19 |
qformer_end_layer: 37
|
| 20 |
qformer_start_layer: 36
|
| 21 |
num_query_tokens: 64
|
| 22 |
+
input_dim: 2048
|
| 23 |
+
ouptput_dim: 768
|
| 24 |
grad_scale: 0.5
|
| 25 |
action_model:
|
| 26 |
action_model_type: DiT-B
|
|
|
|
| 91 |
enable_gradient_checkpointing: true
|
| 92 |
enable_mixed_precision_training: true
|
| 93 |
is_resume: false
|
| 94 |
+
output_dir: ./results/Checkpoints/0906_internvla_m1
|