From 9fb31cee9ea8937747f5b4c792223312e19d48f2 Mon Sep 17 00:00:00 2001 From: zouap Date: Thu, 15 Sep 2022 15:08:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/routers/repo/aisafety.go b/routers/repo/aisafety.go index af4608a25..ab5091ae8 100644 --- a/routers/repo/aisafety.go +++ b/routers/repo/aisafety.go @@ -25,16 +25,16 @@ func CloudBrainAiSafetyCreateTest(ctx *context.Context) { id := uuid.String() seriaNoParas := ctx.Query("serialNo") //if jobType == string(models.JobTypeBenchmark) { - jsonStr, err := getJsonContent("http://192.168.207.34:8065/Test_zap1234/openi_aisafety/raw/branch/master/result/0301.json") + jsonStr, err := getJsonContent("http://192.168.207.34:8065/Test_zap1234/openi_aisafety/raw/branch/master/result/0302.json") if err == nil { req := aisafety.TaskReq{ UnionId: id, - EvalName: "test", - EvalContent: "test", - TLPath: "test", + EvalName: "test1", + EvalContent: "test1", + TLPath: "test1", Indicators: []string{"ACC,CAV"}, - CDName: "cifar10_1000_BA", - BDName: "cifar10_1000", + CDName: "jzl_adv_data", + BDName: "jzl_cln_data", } aisafety.GetAlgorithmList() if seriaNoParas != "" {