B111ue commited on
Commit
b5a2ed9
·
verified ·
1 Parent(s): 9ef6312

Upload strict640x480-v2/code/run_five_task_moe80k.sh with huggingface_hub

Browse files
strict640x480-v2/code/run_five_task_moe80k.sh CHANGED
@@ -1,8 +1,10 @@
1
  #!/usr/bin/env bash
2
  set -euo pipefail
3
  export CUDA_VISIBLE_DEVICES=2 OMP_NUM_THREADS=12 MKL_NUM_THREADS=12
 
 
4
  cd /workspace/RoboFactory
5
  exec /workspace/venvs/robofactory-act/bin/python3.10 -u /workspace/act_liftbarrier/train_stereo_variants.py \
6
- --variant ffn_moe --data 'runs/wrist_rgbd640/lift_barrier/*.h5,runs/wrist_rgbd640/camera_alignment/*.h5,runs/wrist_rgbd640/three_robots_stack_cube/**/*.h5,runs/wrist_rgbd640/long_pipeline_delivery_atomic_canary/seed_*/worker_00.h5,runs/wrist_rgbd640/take_photo/**/*.h5' \
7
  --shared-arms 0,1,2,3 --batch-size 40 --workers 0 --cache-episodes 64 --episode-block-updates 64 --updates 80000 --save-updates 80000 --task-balanced --seed 20260728 \
8
- --output runs/five_task_rgbd_v1/stereo_ffn_moe_all5_80k
 
1
  #!/usr/bin/env bash
2
  set -euo pipefail
3
  export CUDA_VISIBLE_DEVICES=2 OMP_NUM_THREADS=12 MKL_NUM_THREADS=12
4
+ export DEFM_CHECKPOINT=/workspace/external/defm/defm_vit_s14.pth
5
+ export HF_TOKEN="$(cat /workspace/.hf_dinov3_token)"
6
  cd /workspace/RoboFactory
7
  exec /workspace/venvs/robofactory-act/bin/python3.10 -u /workspace/act_liftbarrier/train_stereo_variants.py \
8
+ --variant ffn_moe --data 'runs/strict640x480_v2/lift_barrier/*.h5,runs/strict640x480_v2/camera_alignment/*.h5,runs/strict640x480_v2/three_robots_stack_cube/*.h5,runs/strict640x480_v2/long_pipeline_delivery/*.h5,runs/strict640x480_v2/take_photo/*.h5' \
9
  --shared-arms 0,1,2,3 --batch-size 40 --workers 0 --cache-episodes 64 --episode-block-updates 64 --updates 80000 --save-updates 80000 --task-balanced --seed 20260728 \
10
+ --output runs/strict640x480_v2/results/stereo_ffn_moe_all5_80k