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");