From fcbe4b7c09c79d3b48d9ebc9a5019ba6d26529f3 Mon Sep 17 00:00:00 2001 From: zouap Date: Fri, 23 Sep 2022 11:39:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=87=E6=A0=87=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- routers/repo/aisafety.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/repo/aisafety.go b/routers/repo/aisafety.go index f5f799689..adbffc89a 100644 --- a/routers/repo/aisafety.go +++ b/routers/repo/aisafety.go @@ -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基础数据集", }