베스트 에폭 API, 2단계 실행 시 best epoch 업데이트
This commit is contained in:
@@ -103,6 +103,9 @@ public class ModelMasterEntity {
|
||||
@Column(name = "last_error")
|
||||
private String lastError;
|
||||
|
||||
@Column(name = "best_epoch")
|
||||
private Integer bestEpoch;
|
||||
|
||||
public ModelTrainMngDto.Basic toDto() {
|
||||
return new ModelTrainMngDto.Basic(
|
||||
this.id,
|
||||
|
||||
Reference in New Issue
Block a user