diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-22 02:04:33 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-22 02:04:33 -0500 |
| commit | 17bcd975b18d826010e2e4b83f009cbc3fb11e72 (patch) | |
| tree | 7e6e74f363c585cf08bb0fc0f68a24ca9ac8acbb /experiments/traffic_validation_sweep.sh | |
| parent | a09a9b928c4c733fdcfbb6e83e73d0f46ee90218 (diff) | |
experiments: sweep neutral predictor timescales
Diffstat (limited to 'experiments/traffic_validation_sweep.sh')
| -rwxr-xr-x | experiments/traffic_validation_sweep.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/experiments/traffic_validation_sweep.sh b/experiments/traffic_validation_sweep.sh index 9d27e25..f7ea438 100755 --- a/experiments/traffic_validation_sweep.sh +++ b/experiments/traffic_validation_sweep.sh @@ -67,7 +67,7 @@ for seed in $SEEDS; do --learn_A 1 --learn_P 1 --p_neutral "$p_neutral" \ --p_warmup_steps 200 --p_warmup_eta 0.05 \ --val_examples 5000 --split_seed 2027 --eval_split validation \ - --seed "$seed" --log_every 100 --tag "$tag" + --diagnostics alignment --seed "$seed" --log_every 100 --tag "$tag" done done done |
