|
|
@@ -2175,6 +2175,10 @@ func CloudBrainBenchmarkIndex(ctx *context.Context) { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
if task.JobType == string(models.JobTypeModelSafety) { |
|
|
|
|
|
ciTasks[i].BenchmarkType = "CV" |
|
|
|
|
|
ciTasks[i].BenchmarkTypeName = "图像分类" |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
pager := context.NewPagination(int(count), setting.UI.IssuePagingNum, page, 5) |
|
|
pager := context.NewPagination(int(count), setting.UI.IssuePagingNum, page, 5) |
|
|
|