From cd99d6b874d9d09b3bb87b8485cc787885af71f1 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Tue, 13 Jan 2026 23:49:05 -0600 Subject: init commit --- .../cifar100_20260102-133536/config.json | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 runs/depth_scaling_extreme/cifar100_20260102-133536/config.json (limited to 'runs/depth_scaling_extreme/cifar100_20260102-133536/config.json') diff --git a/runs/depth_scaling_extreme/cifar100_20260102-133536/config.json b/runs/depth_scaling_extreme/cifar100_20260102-133536/config.json new file mode 100644 index 0000000..232b971 --- /dev/null +++ b/runs/depth_scaling_extreme/cifar100_20260102-133536/config.json @@ -0,0 +1,23 @@ +{ + "dataset": "cifar100", + "depths": [ + 4, + 8, + 12, + 16 + ], + "T": 4, + "epochs": 150, + "batch_size": 128, + "lr": 0.001, + "lambda_reg": 0.3, + "lambda_target": -0.1, + "data_dir": "./data", + "out_dir": "runs/depth_scaling_extreme", + "device": "cuda", + "seed": 42, + "no_progress": false, + "reg_type": "extreme", + "warmup_epochs": 10, + "stable_init": false +} \ No newline at end of file -- cgit v1.2.3