Commit 69a41e43 authored by linpeiqin's avatar linpeiqin

服务器测试

parent c79917f7
...@@ -208,6 +208,7 @@ public class ModelEstimateController { ...@@ -208,6 +208,7 @@ public class ModelEstimateController {
List<String> dataList = new ArrayList<>(); List<String> dataList = new ArrayList<>();
int i = 0; int i = 0;
String url = this.pythonConfig.getModelEstimateFileBaseDir() + modelVersion.getVersionName() + File.separator + "evl_" + taskId + File.separator + "generated_predictions.jsonl"; String url = this.pythonConfig.getModelEstimateFileBaseDir() + modelVersion.getVersionName() + File.separator + "evl_" + taskId + File.separator + "generated_predictions.jsonl";
log.info(url+"------------------------------------------------");
//获取评估输出详情 //获取评估输出详情
List<JSONObject> jsonObjects = this.getFileJsonArray(url); List<JSONObject> jsonObjects = this.getFileJsonArray(url);
for (DatasetVersion datasetVersion : datasetVersions) { for (DatasetVersion datasetVersion : datasetVersions) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment