|
|
|
@@ -293,6 +293,8 @@ public class ActiveLearnInsServiceImpl implements ActiveLearnInsService { |
|
|
|
|
|
|
|
public void getTrialList(ActiveLearnIns ins) throws IOException { |
|
|
|
String directoryPath = ins.getResultPath(); |
|
|
|
Map<String, Object> 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"); |
|
|
|
|