From cd99d6b874d9d09b3bb87b8485cc787885af71f1 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Tue, 13 Jan 2026 23:49:05 -0600 Subject: init commit --- runs/slurm_logs/15334044_adaptive_exp.err | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 runs/slurm_logs/15334044_adaptive_exp.err (limited to 'runs/slurm_logs/15334044_adaptive_exp.err') diff --git a/runs/slurm_logs/15334044_adaptive_exp.err b/runs/slurm_logs/15334044_adaptive_exp.err new file mode 100644 index 0000000..c269dda --- /dev/null +++ b/runs/slurm_logs/15334044_adaptive_exp.err @@ -0,0 +1,14 @@ +usage: depth_scaling_benchmark.py [-h] + [--dataset {mnist,fashion_mnist,cifar10,cifar100}] + [--depths DEPTHS [DEPTHS ...]] [--T T] + [--epochs EPOCHS] [--batch_size BATCH_SIZE] + [--lr LR] [--lambda_reg LAMBDA_REG] + [--lambda_target LAMBDA_TARGET] + [--data_dir DATA_DIR] [--out_dir OUT_DIR] + [--device DEVICE] [--seed SEED] + [--no-progress] + [--reg_type {squared,hinge,asymmetric,extreme}] + [--warmup_epochs WARMUP_EPOCHS] + [--stable_init] + [--lyap_threshold LYAP_THRESHOLD] +depth_scaling_benchmark.py: error: argument --reg_type: invalid choice: 'adaptive_exp' (choose from 'squared', 'hinge', 'asymmetric', 'extreme') -- cgit v1.2.3