summaryrefslogtreecommitdiff
path: root/results/synth_ladder_v2_hi/config.json
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-06-14 04:06:32 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-06-14 04:06:32 -0500
commitaa73718eb6427d7da3b9cb416275802d90c4b2ed (patch)
treeb68b0a664fb650744ef934a1c22abd740a7b62a6 /results/synth_ladder_v2_hi/config.json
parent827c658fa9a750f3c6ebdb87703762f10f69f6ff (diff)
Add new experiment scripts, figures, and paper assets; untrack pyc/build artifactsHEADmaster
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'results/synth_ladder_v2_hi/config.json')
-rw-r--r--results/synth_ladder_v2_hi/config.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/results/synth_ladder_v2_hi/config.json b/results/synth_ladder_v2_hi/config.json
new file mode 100644
index 0000000..a96090b
--- /dev/null
+++ b/results/synth_ladder_v2_hi/config.json
@@ -0,0 +1,33 @@
+{
+ "alphas": [
+ 0.5,
+ 1.0
+ ],
+ "depths": [
+ 2,
+ 4,
+ 8,
+ 12
+ ],
+ "seeds": [
+ 42,
+ 123,
+ 456
+ ],
+ "d_hidden": 128,
+ "num_classes": 10,
+ "n_train": 10000,
+ "n_test": 2000,
+ "batch_size": 256,
+ "epochs": 80,
+ "lr": 0.001,
+ "lr_fb": 0.001,
+ "wd": 0.01,
+ "lam": 0.1,
+ "K": 4,
+ "sigma_bridge": 0.05,
+ "ema_momentum": 0.995,
+ "term_grad_weight": 1.0,
+ "gpu": 0,
+ "output_dir": "results/synth_ladder_v2_hi"
+} \ No newline at end of file