more fixes

This commit is contained in:
Jade Choghari
2025-11-07 12:58:38 +01:00
parent d9e4d374c5
commit 8a65623dec
2 changed files with 10 additions and 1 deletions
@@ -129,7 +129,7 @@ class XVLAConfig(PreTrainedConfig):
config_dict['vision_config'] = { config_dict['vision_config'] = {
'model_type': 'davit', 'model_type': 'davit',
'drop_path_rate': 0.1, 'drop_path_rate': 0.1,
'patch_size': [7, 3, 3, 3], 'patch_size': [14, 7, 7, 7],
'patch_stride': [4, 2, 2, 2], 'patch_stride': [4, 2, 2, 2],
'patch_padding': [3, 1, 1, 1], 'patch_padding': [3, 1, 1, 1],
'patch_prenorm': [False, True, True, True], 'patch_prenorm': [False, True, True, True],
+9
View File
@@ -0,0 +1,9 @@
lerobot-train \
--dataset.repo_id=lerobot/svla_so101_pickplace \
--policy.type=xvla \
--output_dir=outputs/train/act_your_dataset \
--job_name=xvla_so101_pickplace \
--policy.device=cuda \
--wandb.enable=true \
--policy.repo_id=jadechoghari/xvla_policy \
--steps=10000