Browse Source

增加打印。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/3035/head
zouap 2 years ago
parent
commit
0be733899f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      routers/repo/aisafety.go

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

@@ -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()


Loading…
Cancel
Save