From 0be733899fcc49a67b388cfcafa9b9884ff23d80 Mon Sep 17 00:00:00 2001 From: zouap Date: Wed, 14 Sep 2022 11:13:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=93=E5=8D=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- routers/repo/aisafety.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routers/repo/aisafety.go b/routers/repo/aisafety.go index 776b451af..12c188e22 100644 --- a/routers/repo/aisafety.go +++ b/routers/repo/aisafety.go @@ -34,8 +34,8 @@ func CloudBrainAiSafetyCreateTest(ctx *context.Context) { EvalContent: "test", TLPath: "test", Indicators: []string{"ACC,CAV"}, - CDName: "cifar-1000-BA", - BDName: "cifar-1000", + CDName: "cifar10_1000_BA", + BDName: "cifar10_1000", } aisafety.GetAlgorithmList()