실행 오류 수정

This commit is contained in:
2026-02-12 10:58:51 +09:00
parent c5f19cc961
commit 190b93bee8

View File

@@ -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);
} }