하이퍼 파라미터 컬럼 사이즈 변경
This commit is contained in:
@@ -104,7 +104,7 @@ public class HyperParam {
|
||||
@Schema(description = "Best 모델 선정 규칙", example = "less")
|
||||
private String saveBestRule; // save_best_rule
|
||||
|
||||
@Schema(description = "검증 수행 주기(Epoch)", example = "10")
|
||||
@Schema(description = "검증 수행 주기(Epoch)", example = "1")
|
||||
private Integer valInterval; // val_interval
|
||||
|
||||
@Schema(description = "로그 기록 주기(Iteration)", example = "400")
|
||||
|
||||
Reference in New Issue
Block a user