mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-21 11:39:50 +00:00
more fixes
This commit is contained in:
@@ -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],
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user