하이퍼 파라미터 컬럼 사이즈 변경
This commit is contained in:
@@ -181,15 +181,15 @@ public class ModelHyperParamEntity {
|
||||
private String metrics = "mFscore,mIoU";
|
||||
|
||||
/** Default: changed_fscore */
|
||||
@Size(max = 100)
|
||||
@Size(max = 50)
|
||||
@NotNull
|
||||
@Column(name = "save_best", nullable = false, length = 100)
|
||||
@Column(name = "save_best", nullable = false, length = 50)
|
||||
private String saveBest = "changed_fscore";
|
||||
|
||||
/** Default: greater */
|
||||
@Size(max = 100)
|
||||
@Size(max = 50)
|
||||
@NotNull
|
||||
@Column(name = "save_best_rule", nullable = false, length = 100)
|
||||
@Column(name = "save_best_rule", nullable = false, length = 50)
|
||||
private String saveBestRule = "greater";
|
||||
|
||||
/** Default: 1 */
|
||||
|
||||
Reference in New Issue
Block a user