From 2810dbe587f3af46bdefd4acc98761131a19a83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A2=9C=E4=BA=9A=E6=96=87?= <18013846960@189.cn> Date: Sat, 22 Oct 2022 07:05:49 +0000 Subject: [PATCH] update TensorFlow/contrib/cv/delf/DELF_ID2024_for_TensorFlow/README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 颜亚文 <18013846960@189.cn> --- TensorFlow/contrib/cv/delf/DELF_ID2024_for_TensorFlow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/contrib/cv/delf/DELF_ID2024_for_TensorFlow/README.md b/TensorFlow/contrib/cv/delf/DELF_ID2024_for_TensorFlow/README.md index d504d756e..4f25588a7 100644 --- a/TensorFlow/contrib/cv/delf/DELF_ID2024_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/delf/DELF_ID2024_for_TensorFlow/README.md @@ -229,7 +229,7 @@ I0522 20:23:57.981321 281473293996400 eval.py:205] Eval cost in 205.720064878463 ## NPU复现结果 -1. 训练性能:每训练500个step,平均耗时为299.35s(GPU:79s) +1. 训练性能:每训练500个step,平均耗时为82s(GPU:79s) 2. 训练精度:loss收敛至0.62(GPU:0.58), accuracy收敛至0.72905(GPU:0.7813) ## 模型固化并转化为om文件 -- Gitee