feat/training_260202 #45

Merged
teddy merged 8 commits from feat/training_260202 into develop 2026-02-12 12:06:04 +09:00
Showing only changes of commit 190b93bee8 - Show all commits

View File

@@ -87,6 +87,7 @@ public class DockerTrainService {
log.info("[EPOCH] container={} {}/{}", containerName, currentEpoch, totalEpoch);
// TODO 실행중인 에폭 저장 필요하면 만들어야함
// TODO 완료여부를 여기다가?
// modelTrainMngCoreService.updateCurrentEpoch(modelId,
// currentEpoch, totalEpoch);
}