From cd99d6b874d9d09b3bb87b8485cc787885af71f1 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Tue, 13 Jan 2026 23:49:05 -0600 Subject: init commit --- .../20251230-134445/config.json | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 runs/grid_search_cifar10/20251230-134445/config.json (limited to 'runs/grid_search_cifar10/20251230-134445/config.json') 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 -- cgit v1.2.3