하이퍼 파라미터 컬럼 사이즈 변경

This commit is contained in:
2026-04-03 16:04:49 +09:00
parent a5d79b2504
commit 92492ca879

View File

@@ -104,7 +104,7 @@ public class HyperParam {
@Schema(description = "Best 모델 선정 규칙", example = "less") @Schema(description = "Best 모델 선정 규칙", example = "less")
private String saveBestRule; // save_best_rule private String saveBestRule; // save_best_rule
@Schema(description = "검증 수행 주기(Epoch)", example = "10") @Schema(description = "검증 수행 주기(Epoch)", example = "1")
private Integer valInterval; // val_interval private Integer valInterval; // val_interval
@Schema(description = "로그 기록 주기(Iteration)", example = "400") @Schema(description = "로그 기록 주기(Iteration)", example = "400")