Views
No views yet
success_threshold=0.95.| Package | When | Path prefix | What |
|---|---|---|---|
| Jul 15 | 2026-07-15 | repo root (frozen_dino/, state_*, resnet_unet/, repro/) | Frozen / scratch + Celia BC→CCIL repro (OPAL knobs: crop84 / bs640) |
| Jul 18 | 2026-07-18 | ft_*, bc_h2_*, seqb_*, seqa_resnet/ | OPAL knobs: FT→CCIL, h2 BC, Seq-A/B |
| Jul 20 k76b64 | 2026-07-20 | k76b64/ | Celia knobs (crop76 / bs64): FT, h2 BC, Seq-A/B, and frozen scratch |
k76b64/README.md · k76b64/manifest.jsonHANDOFF_CHECKPOINTS_AND_REPRO.md1# Jul 15 (OPAL knobs)
2frozen_dino|state_transformer|resnet_unet|state_unet/
3 demos{41,206}/{expert_only,expert_aug}/{best.pt,summary.txt}
4repro/dino_tf_*_demos{41,206}/
5
6# Jul 18 (OPAL knobs)
7ft_{dino,resnet}/demos{41,206}/{expert_only,expert_aug}/
8bc_h2_{dino,resnet}/demos{41,206}/
9seqb_{dino,resnet}/...
10seqa_resnet/demos41/...
11
12# Jul 20 (Celia knobs) — not duplicates of Jul-15 scratch
13k76b64/
14 frozen_dino_scratch|resnet_unet_scratch/demos{41,206}/{expert_only,expert_aug}/
15 ft_{dino,resnet}/demos{41,206}/{expert_only,expert_aug}/
16 bc_h2_{dino,resnet}/demos{41,206}/
17 seqb_{dino,resnet}/...
18 seqa_{dino,resnet}/...
19 README.md manifest.json[76,76], BC batch_size=64, DINO patch_hw=[-1,-1], dynamics patch [5,5], UNet [256,512,1024] emb 256.frozen_dino/ / resnet_unet/ ≠ k76b64 *_scratch/ (different crop / batch size / UNet).bc_h1_*.1huggingface-cli login
2
3# full repo
4huggingface-cli download helen9975/opal-pusht-ckpts \
5 --repo-type model --local-dir ./opal_ckpts
6
7# Celia-knob package only
8huggingface-cli download helen9975/opal-pusht-ckpts \
9 --repo-type model --include "k76b64/**" \
10 --local-dir ./opal_ckpts_k76b641python eval_checkpoints_multi_seed.py \
2 --ckpt ./k76b64/frozen_dino_scratch/demos206/expert_aug/best.pt \
3 --output_dir ./eval_out \
4 --n_seeds 3 --n_test 50 --base_seed 42 \
5 --success_threshold 0.95personalrobotics/image_ccil branch helen.