From 7b51ed5bc6c08613e55bbf9ffd2adb8f0de7b56b Mon Sep 17 00:00:00 2001 From: chenzhihang <709011834@qq.com> Date: Mon, 19 May 2025 10:06:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=BB=E5=8A=A8=E5=AD=A6?= =?UTF-8?q?=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ruoyi/platform/service/impl/ActiveLearnInsServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ActiveLearnInsServiceImpl.java b/ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ActiveLearnInsServiceImpl.java index cb51341e..a2d586cd 100644 --- a/ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ActiveLearnInsServiceImpl.java +++ b/ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ActiveLearnInsServiceImpl.java @@ -293,6 +293,8 @@ public class ActiveLearnInsServiceImpl implements ActiveLearnInsService { public void getTrialList(ActiveLearnIns ins) throws IOException { String directoryPath = ins.getResultPath(); + Map stringObjectMap = JsonUtils.jsonToMap(ins.getParam()); + String s = (String) stringObjectMap.get("framework_type"); switch ((String) JsonUtils.jsonToMap(ins.getParam()).get("framework_type")) { case Constant.AL_PYTORCH: { ins.setResultPath(endpoint + "/" + directoryPath + "/final_checkpoint/final_model_weights.pth");