Browse Source

修改指标连接方式

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.10.1^2
zouap 3 years ago
parent
commit
fcbe4b7c09
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/aisafety.go

+ 1
- 1
routers/repo/aisafety.go View File

@@ -32,7 +32,7 @@ func CloudBrainAiSafetyCreateTest(ctx *context.Context) {
EvalName: "test1",
EvalContent: "test1",
TLPath: "test1",
Indicators: []string{"ACC,ASS"},
Indicators: []string{"ACC", "ASS"},
CDName: "CIFAR10_1000_FGSM对抗样本",
BDName: "CIFAR10_1000基础数据集",
}


Loading…
Cancel
Save