Skip to content

Commit ec8a58f

Browse files
committed
re_4 dropout 0.2 lr 1e3
1 parent 08e3d0f commit ec8a58f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • tsml_eval/_wip/rt/transformations/collection/imbalance/LGD_VAE

tsml_eval/_wip/rt/transformations/collection/imbalance/LGD_VAE/lgd_pipline.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,8 @@ def fit(
770770

771771
# ---------------- Step 2: 尝试加载 ----------------
772772
if ckpt_path is not None: # <--- [关键修改] 只有找到了路径才尝试加载
773+
import sys
774+
sys.exit(0)
773775
try:
774776
print(f"[LGDVAEPipeline] Attempting to load checkpoint: {ckpt_path}")
775777

0 commit comments

Comments
 (0)