Compare commits
4 Commits
25aaa97d65
...
6b834da912
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b834da912 | |||
| 02724e9508 | |||
| 7ed91ccab9 | |||
| a7c13b985d |
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user