Compare commits
3 Commits
63794ec4ec
...
fb87a0f32f
| Author | SHA1 | Date | |
|---|---|---|---|
| fb87a0f32f | |||
| 255ff10a56 | |||
| f674f73330 |
@@ -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