Merge pull request '중복 수정 제거' (#129) from feat/training_260202 into develop
Reviewed-on: #129
This commit was merged in pull request #129.
This commit is contained in:
@@ -51,9 +51,6 @@ public class TestJobService {
|
||||
modelTrainJobCoreService.createQueuedJob(
|
||||
modelId, nextAttemptNo, params, ZonedDateTime.now());
|
||||
|
||||
// step2 시작으로 마킹
|
||||
modelTrainMngCoreService.markStep2InProgress(modelId, jobId);
|
||||
|
||||
// test training run 테이블에 적재하기
|
||||
modelTrainJobCoreService.insertModelTestTrainingRun(modelId, jobId, epoch);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user