Merge pull request 'test json 수정' (#124) from feat/training_260202 into develop
Reviewed-on: #124
This commit was merged in pull request #124.
This commit is contained in:
@@ -99,7 +99,10 @@ public class ModelTestMetricsJobRepositoryImpl extends QuerydslRepositorySupport
|
||||
.on(
|
||||
modelMetricsTestEntity.model.eq(modelMetricsTrainEntity.model),
|
||||
modelMasterEntity.bestEpoch.eq(modelMetricsTrainEntity.epoch))
|
||||
.where(modelMetricsTestEntity.model.id.eq(modelId))
|
||||
.where(
|
||||
modelMetricsTestEntity.model.id.eq(modelId),
|
||||
modelMetricsTestEntity.model1.eq(
|
||||
"best_changed_fscore_epoch_" + modelMasterEntity.bestEpoch))
|
||||
.fetchOne();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user