실행 오류 수정
This commit is contained in:
@@ -87,6 +87,7 @@ public class DockerTrainService {
|
|||||||
log.info("[EPOCH] container={} {}/{}", containerName, currentEpoch, totalEpoch);
|
log.info("[EPOCH] container={} {}/{}", containerName, currentEpoch, totalEpoch);
|
||||||
|
|
||||||
// TODO 실행중인 에폭 저장 필요하면 만들어야함
|
// TODO 실행중인 에폭 저장 필요하면 만들어야함
|
||||||
|
// TODO 완료여부를 여기다가?
|
||||||
// modelTrainMngCoreService.updateCurrentEpoch(modelId,
|
// modelTrainMngCoreService.updateCurrentEpoch(modelId,
|
||||||
// currentEpoch, totalEpoch);
|
// currentEpoch, totalEpoch);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user