Skip to content

Commit f52405d

Browse files
authored
Finetuning should not take as long as training from scratch (#2897)
1 parent 72a9cbf commit f52405d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smolvla.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ python lerobot/scripts/train.py \
116116
--policy.path=lerobot/smolvla_base \
117117
--dataset.repo_id=lerobot/svla_so100_stacking \
118118
--batch_size=64 \
119-
--steps=200000
119+
--steps=20000 # 10% of training budget
120120
```
121121
### Train from scratch
122122
​​If you'd like to build from the architecture (pretrained VLM + action expert) rather than a pretrained checkpoint:

0 commit comments

Comments
 (0)