chore(viz): bump SigLIP batch size to 512 for H100

Made-with: Cursor
This commit is contained in:
Pepijn
2026-03-23 20:31:02 -07:00
parent 58eecad8a4
commit efe8c09fca
@@ -36,7 +36,7 @@ K_NEIGHBORS = 50
ACTION_CHUNK_SIZE = 30
CAMERA_KEY = "observation.images.base"
ENCODER_MODEL = "google/siglip-base-patch16-224"
ENCODE_BATCH_SIZE = 128
ENCODE_BATCH_SIZE = 512
SEED = 42
DPI = 150