From 191a86767578b6936f355f0895ab7a200e9ca6bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=8E=E6=8E=A5=E5=85=89=E8=BE=89=E5=B2=81=E6=9C=88?= Date: Fri, 16 Jun 2023 02:45:05 +0000 Subject: [PATCH] update ACL_PyTorch/contrib/cv/gan/StarGAN/README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 迎接光辉岁月 --- ACL_PyTorch/contrib/cv/gan/StarGAN/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ACL_PyTorch/contrib/cv/gan/StarGAN/README.md b/ACL_PyTorch/contrib/cv/gan/StarGAN/README.md index c1ccced0c1..191a6a2bc5 100755 --- a/ACL_PyTorch/contrib/cv/gan/StarGAN/README.md +++ b/ACL_PyTorch/contrib/cv/gan/StarGAN/README.md @@ -244,10 +244,10 @@ StarGAN是 Yunjey Choi 等人于 17年11月 提出的一个模型。该模型可 | Batch Size | 310 (FPS/Card) | 310P (FPS/Card)| | ---------- | -------------- | ------------- | -| 1 | *189.753* | *1025.6* | -| 4 | *201.207* | *1280* | -| 8 | *199.913* | *1281.4* | -| 16 | *200.986* | *1244.8* | +| 1 | *189.753* | *925.31* | +| 4 | *201.207* | *1177.7* | +| 8 | *199.913* | *1185.66* | +| 16 | *200.986* | *1176.31* | 精度测试: -- Gitee