Merge pull request 'feat/training_260202' (#94) from feat/training_260202 into develop

Reviewed-on: #94
This commit was merged in pull request #94.
This commit is contained in:
2026-02-13 12:25:26 +09:00
2 changed files with 1 additions and 7 deletions

View File

@@ -168,11 +168,6 @@ public class ModelTrainMngCoreService {
if (req.getRequestPath() != null && !req.getRequestPath().isEmpty()) {
entity.setRequestPath(req.getRequestPath());
}
// TODO 삭제예정
if (req.getResponsePath() != null && !req.getResponsePath().isEmpty()) {
entity.setRequestPath(req.getResponsePath());
}
}
/**

View File

@@ -159,8 +159,7 @@ public class ModelTrainMetricsJobService {
}
// best_changed_fscore_epoch_숫자.pth -> 숫자 값 가지고 와서 베스트 에폭에 업데이트 하기
// modelTrainMetricsJobCoreService.updateModelSelectedBestEpoch(modelInfo.getModelId(),
// epoch);
modelTrainMetricsJobCoreService.updateModelSelectedBestEpoch(modelInfo.getModelId(), epoch);
modelTrainMetricsJobCoreService.updateModelMetricsTrainSaveYn(
modelInfo.getModelId(), "step1");