|
@@ -244,6 +244,7 @@ public class TargetIdentificationSubtaskServiceImpl extends BaseServiceImpl<Targ
|
|
String path = bo.getModelAddress().replace("/profile", BizConstant.DOCKER_BASE_PATH);
|
|
String path = bo.getModelAddress().replace("/profile", BizConstant.DOCKER_BASE_PATH);
|
|
algorithmRequestDto.getOtherParams().put("pretrained", true);
|
|
algorithmRequestDto.getOtherParams().put("pretrained", true);
|
|
algorithmRequestDto.getOtherParams().put("weight_path", path);
|
|
algorithmRequestDto.getOtherParams().put("weight_path", path);
|
|
|
|
+ algorithmRequestDto.getOtherParams().put("pretrained_model", path);
|
|
}
|
|
}
|
|
|
|
|
|
String taskName = detail.getName();
|
|
String taskName = detail.getName();
|