summaryrefslogtreecommitdiff
path: root/results/synth_ladder_smoke/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'results/synth_ladder_smoke/config.json')
-rw-r--r--results/synth_ladder_smoke/config.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/results/synth_ladder_smoke/config.json b/results/synth_ladder_smoke/config.json
new file mode 100644
index 0000000..d3102c3
--- /dev/null
+++ b/results/synth_ladder_smoke/config.json
@@ -0,0 +1,30 @@
+{
+ "alphas": [
+ 0.0,
+ 0.5,
+ 1.0
+ ],
+ "depths": [
+ 2,
+ 8
+ ],
+ "seeds": [
+ 42
+ ],
+ "d_hidden": 128,
+ "num_classes": 10,
+ "n_train": 10000,
+ "n_test": 2000,
+ "batch_size": 256,
+ "epochs": 60,
+ "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_smoke"
+} \ No newline at end of file