Compare commits
2 Commits
db2bc32e7d
...
255ff10a56
| Author | SHA1 | Date | |
|---|---|---|---|
| 255ff10a56 | |||
| f674f73330 |
@@ -51,9 +51,6 @@ public class TestJobService {
|
|||||||
modelTrainJobCoreService.createQueuedJob(
|
modelTrainJobCoreService.createQueuedJob(
|
||||||
modelId, nextAttemptNo, params, ZonedDateTime.now());
|
modelId, nextAttemptNo, params, ZonedDateTime.now());
|
||||||
|
|
||||||
// step2 시작으로 마킹
|
|
||||||
modelTrainMngCoreService.markStep2InProgress(modelId, jobId);
|
|
||||||
|
|
||||||
// test training run 테이블에 적재하기
|
// test training run 테이블에 적재하기
|
||||||
modelTrainJobCoreService.insertModelTestTrainingRun(modelId, jobId, epoch);
|
modelTrainJobCoreService.insertModelTestTrainingRun(modelId, jobId, epoch);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user