diff --git a/routers/repo/aisafety.go b/routers/repo/aisafety.go index b2a2e10d8..f8d1fd661 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", - BDName: "cifar-1000-fgsm", + CDName: "cifar-1000-fgsm", + BDName: "cifar-1000", } aisafety.GetAlgorithmList()