모델관리 학습 조회 수정

This commit is contained in:
2026-02-02 19:32:00 +09:00
parent 999e413305
commit d168e9712e
3 changed files with 174 additions and 192 deletions

View File

@@ -138,7 +138,6 @@ public class HyperParamDto {
this.hueDelta = entity.getHueDelta();
// Legacy
this.dropoutRatio = entity.getDropoutRatio();
this.cnnFilterCnt = entity.getCnnFilterCnt();
// Common