summaryrefslogtreecommitdiff
path: root/runs/depth_scaling_asymm/cifar100_20260101-112330/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'runs/depth_scaling_asymm/cifar100_20260101-112330/config.json')
-rw-r--r--runs/depth_scaling_asymm/cifar100_20260101-112330/config.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/runs/depth_scaling_asymm/cifar100_20260101-112330/config.json b/runs/depth_scaling_asymm/cifar100_20260101-112330/config.json
new file mode 100644
index 0000000..eaf917f
--- /dev/null
+++ b/runs/depth_scaling_asymm/cifar100_20260101-112330/config.json
@@ -0,0 +1,22 @@
+{
+ "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_asymm",
+ "device": "cuda",
+ "seed": 42,
+ "no_progress": false,
+ "reg_type": "asymmetric",
+ "warmup_epochs": 20
+} \ No newline at end of file