summaryrefslogtreecommitdiff
path: root/experiments/depth_task_validation_sweep.sh
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-07-22 02:04:33 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-07-22 02:04:33 -0500
commit17bcd975b18d826010e2e4b83f009cbc3fb11e72 (patch)
tree7e6e74f363c585cf08bb0fc0f68a24ca9ac8acbb /experiments/depth_task_validation_sweep.sh
parenta09a9b928c4c733fdcfbb6e83e73d0f46ee90218 (diff)
experiments: sweep neutral predictor timescales
Diffstat (limited to 'experiments/depth_task_validation_sweep.sh')
-rwxr-xr-xexperiments/depth_task_validation_sweep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/experiments/depth_task_validation_sweep.sh b/experiments/depth_task_validation_sweep.sh
index 5105069..2ee0f67 100755
--- a/experiments/depth_task_validation_sweep.sh
+++ b/experiments/depth_task_validation_sweep.sh
@@ -67,7 +67,7 @@ for task_seed in $TASK_SEEDS; do
--task_train_examples 50000 --task_test_examples 10000 \
--task_seed "$task_seed" $TASK_ARGS \
--val_examples 5000 --split_seed 2027 --eval_split validation \
- --seed "$model_seed" --log_every 200 --tag "$tag"
+ --diagnostics alignment --seed "$model_seed" --log_every 200 --tag "$tag"
done
done
done