summaryrefslogtreecommitdiff
path: root/runs/grid_search_cifar10/20251230-134445/config.json
diff options
context:
space:
mode:
authorYurenHao0426 <blackhao0426@gmail.com>2026-01-13 23:50:59 -0600
committerYurenHao0426 <blackhao0426@gmail.com>2026-01-13 23:50:59 -0600
commit00cf667cee7ffacb144d5805fc7e0ef443f3583a (patch)
tree77d20a3adaecf96bf3aff0612bdd3b5fa1a7dc7e /runs/grid_search_cifar10/20251230-134445/config.json
parentc53c04aa1d6ff75cb478a9498c370baa929c74b6 (diff)
parentcd99d6b874d9d09b3bb87b8485cc787885af71f1 (diff)
Merge master into main
Diffstat (limited to 'runs/grid_search_cifar10/20251230-134445/config.json')
-rw-r--r--runs/grid_search_cifar10/20251230-134445/config.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/runs/grid_search_cifar10/20251230-134445/config.json b/runs/grid_search_cifar10/20251230-134445/config.json
new file mode 100644
index 0000000..e63a5bf
--- /dev/null
+++ b/runs/grid_search_cifar10/20251230-134445/config.json
@@ -0,0 +1,32 @@
+{
+ "depths": [
+ 4,
+ 6,
+ 8,
+ 10
+ ],
+ "lambda_regs": [
+ 0.01,
+ 0.05,
+ 0.1,
+ 0.2,
+ 0.3
+ ],
+ "lambda_targets": [
+ 0.0,
+ -0.05,
+ -0.1,
+ -0.2
+ ],
+ "hidden_dim": 256,
+ "epochs": 15,
+ "lr": 0.001,
+ "batch_size": 128,
+ "seed": 42,
+ "synthetic": false,
+ "data_dir": "./data",
+ "T": 8,
+ "out_dir": "runs/grid_search_cifar10",
+ "device": "cuda",
+ "no_progress": false
+} \ No newline at end of file