We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e3d0f commit ec8a58fCopy full SHA for ec8a58f
1 file changed
tsml_eval/_wip/rt/transformations/collection/imbalance/LGD_VAE/lgd_pipline.py
@@ -770,6 +770,8 @@ def fit(
770
771
# ---------------- Step 2: 尝试加载 ----------------
772
if ckpt_path is not None: # <--- [关键修改] 只有找到了路径才尝试加载
773
+ import sys
774
+ sys.exit(0)
775
try:
776
print(f"[LGDVAEPipeline] Attempting to load checkpoint: {ckpt_path}")
777
0 commit comments