From c1f0819f829195e1205145c25873e904caa139a2 Mon Sep 17 00:00:00 2001 From: ZHANG Hao Date: Thu, 21 Aug 2025 11:16:11 +0800 Subject: [PATCH] update test.sh --- test.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/test.sh b/test.sh index a3ec501..7bad55f 100755 --- a/test.sh +++ b/test.sh @@ -1,7 +1 @@ -python3 main.py \ - --model "/mnt/contest_ceph/zhanghao/models/stable-diffusion-v1-5" \ - --json "dataset.json" \ - --results "results.json" \ - --outdir "output" \ - --device cuda \ - --dtype fp16 \ No newline at end of file +python3 main.py --model "/mnt/contest_ceph/zhanghao/models/stable-diffusion-v1-5" --json "dataset.json" --results "results.json" --outdir "output" --device cuda --dtype fp16