File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
tsml_eval/_wip/rt/transformations/collection/imbalance/LGD_VAE Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ experiment:
66
77paths :
88 data_root : " /scratch/cq2u24/Data/imbalanced_9_1"
9- work_root : " /scratch/cq2u24/models/MGD_CVAE_v23_re "
10- logs_dir : " /scratch/cq2u24/models/MGD_CVAE_v23_re /logs" # 不用 ${} 插值
11- ckpt_dir : " /scratch/cq2u24/models/MGD_CVAE_v23_re /checkpoints"
12- outputs_dir : " /scratch/cq2u24/models/MGD_CVAE_v23_re /imputations"
9+ work_root : " /scratch/cq2u24/models/MGD_CVAE_re_2 "
10+ logs_dir : " /scratch/cq2u24/models/MGD_CVAE_re_2 /logs" # 不用 ${} 插值
11+ ckpt_dir : " /scratch/cq2u24/models/MGD_CVAE_re_2 /checkpoints"
12+ outputs_dir : " /scratch/cq2u24/models/MGD_CVAE_re_2 /imputations"
1313
1414data :
1515 # 由 CLI 覆盖:--dataset_name <UCR_NAME>
8080
8181optim :
8282 optimizer : " adamw"
83- lr : 0.01
83+ lr : 0.001
8484 weight_decay : 0.01
8585 betas : [0.9, 0.999]
8686 scheduler : " cosine"
@@ -105,7 +105,7 @@ trainer:
105105# —— 新增:配合 train.py 里 callbacks 的访问 ——
106106callbacks :
107107 checkpointing :
108- dirpath : " /scratch/cq2u24/models/MGD_CVAE_v23_re /checkpoints"
108+ dirpath : " /scratch/cq2u24/models/MGD_CVAE_re_2 /checkpoints"
109109 filename : " MGD_CVAE-{epoch:02d}"
110110 monitor : " eval_f1_min"
111111 mode : " max"
You can’t perform that action at this time.
0 commit comments