reqTmpYn 파라미터 셋팅 추가
This commit is contained in:
@@ -52,6 +52,7 @@ public class TestJobService {
|
||||
params.put("epoch", epoch);
|
||||
params.put("datasetFolder", trainRunRequest.getDatasetFolder());
|
||||
params.put("outputFolder", trainRunRequest.getOutputFolder());
|
||||
params.put("reqTmpYn", trainRunRequest.getReqTmpYn());
|
||||
|
||||
int nextAttemptNo = modelTrainJobCoreService.findMaxAttemptNo(modelId) + 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user