Instructions to use StrongRoboticsLab/pi05-so100-diverse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use StrongRoboticsLab/pi05-so100-diverse with LeRobot:
- Notebooks
- Google Colab
- Kaggle
bot commited on
Commit ·
683125d
1
Parent(s): 148f20d
Add short job_name to fix wandb artifact name too long
Browse files- train_cloud.sh +1 -0
train_cloud.sh
CHANGED
|
@@ -47,6 +47,7 @@ python3.12 -m accelerate.commands.launch $ACCEL_FLAGS \
|
|
| 47 |
--save_freq=500 \
|
| 48 |
--log_freq=50 \
|
| 49 |
--num_workers=4 \
|
|
|
|
| 50 |
--wandb.enable=true \
|
| 51 |
--wandb.project=pi05-so100-diverse \
|
| 52 |
--output_dir=/ephemeral/production_run \
|
|
|
|
| 47 |
--save_freq=500 \
|
| 48 |
--log_freq=50 \
|
| 49 |
--num_workers=4 \
|
| 50 |
+
--job_name=pi05-so100-diverse \
|
| 51 |
--wandb.enable=true \
|
| 52 |
--wandb.project=pi05-so100-diverse \
|
| 53 |
--output_dir=/ephemeral/production_run \
|